Types
Represents a block within a grid layout on a page. A Block can be any type of cell that spans multiple rows and columns.
Enum class representing the types of block that can be used within a page.
The carousel content of a Publication.Page. Multiple CarouselBlocks are laid out in an adaptive grid, each of which contain a list of images and possibly a list of products.
The center video content of a Publication.Page. Multiple CenterVideoBlocks are laid out in an adaptive grid, each of which contain an image with a play button that triggers a fullscreen video in the center of the screen.
The footer of a Publication.Page. Typically this is where Basebars and Disclaimers are displayed. Footers are page-width, pinned to the bottom of the page (below the Content).
The primary image-based content of a Publication.Page. Multiple ImageBlocks are laid out in an adaptive grid, each of which contain an image and possibly a list of products.
The video content of a Publication.Page. Multiple VideoBlocks are laid out in an adaptive grid, each of which contain a video and possibly a list of products.