Built-in Views#
cs_dynamicpages comes pre-packaged with several Row Types (views) that handle common landing page patterns.
Each row type is configured by default in the Dynamic Pages Registry to expose a specific subset of fields in the edit form, and to display a specific icon. Some rows also support adding child content (Dynamic Page Row Featured) if they require multiple elements (like sliders or grids).
Below is the reference of all default built-in views, the fields they expose, and whether they accept featured sub-items.
Typography & Text#
Text View#
ID:
cs_dynamicpages-text-viewIcon:
body-textDescription: A standard rich text block.
Has Featured Add Button: No
Exposed Fields: Title, Width, Extra Class, Rich Text (Body), Vertical Spacing (Margins/Paddings).
Title & Description View#
ID:
cs_dynamicpages-title-description-viewIcon:
fontsDescription: A simple header block displaying just the title and a short description, useful for section headers.
Has Featured Add Button: No
Exposed Fields: Title, Description, Width, Extra Class, Vertical Spacing (Margins/Paddings).
Layout & Separators#
Spacer View#
ID:
cs_dynamicpages-spacer-viewIcon:
arrows-verticalDescription: An invisible row used purely to add vertical whitespace between other rows.
Has Featured Add Button: No
Exposed Fields: Title, Extra Class, Vertical Spacing (Margins/Paddings).
Horizontal Rule View#
ID:
cs_dynamicpages-horizontal-rule-viewIcon:
hrDescription: A simple
<hr>separator to visually divide sections.Has Featured Add Button: No
Exposed Fields: Title, Width, Extra Class, Vertical Spacing (Margins/Paddings).
Media & Features#
Featured View#
ID:
cs_dynamicpages-featured-viewIcon:
card-imageDescription: A standard "hero" or "call to action" block featuring a title, description, an image, and a button.
Has Featured Add Button: No
Exposed Fields: Title, Description, Width, Extra Class, Related Image, Fetch Priority Image, Image Position, Link Text, Link URL, Vertical Spacing (Margins/Paddings).
Featured Overlay View#
ID:
cs_dynamicpages-featured-overlay-viewIcon:
image-fillDescription: Similar to the Featured View, but the text is overlaid on top of a background image.
Has Featured Add Button: No
Exposed Fields: Title, Description, Width, Extra Class, Related Image, Fetch Priority Image, Link Text, Link URL, Vertical Spacing (Margins/Paddings).
Collections & Grids#
Slider View#
ID:
cs_dynamicpages-slider-viewIcon:
imagesDescription: A carousel that rotates through child items.
Has Featured Add Button: Yes (You add DynamicPageRowFeatured items to create the slides).
Exposed Fields: Title, Width, Extra Class, Fetch Priority Image, Vertical Spacing (Margins/Paddings).
Features View#
ID:
cs_dynamicpages-features-viewIcon:
gridDescription: Displays child items in a multi-column grid layout (e.g., 3 columns of features/services).
Has Featured Add Button: Yes (You add DynamicPageRowFeatured items to create the grid blocks).
Exposed Fields: Title, Width, Columns, Extra Class, Fetch Priority Image, Vertical Spacing (Margins/Paddings).
Accordion View#
ID:
cs_dynamicpages-accordion-viewIcon:
chevron-double-downDescription: Displays child items in a collapsible accordion (often used for FAQs).
Has Featured Add Button: Yes (You add DynamicPageRowFeatured items to create the accordion panels).
Exposed Fields: Title, Width, Extra Class, Vertical Spacing (Margins/Paddings).
Query Columns View#
ID:
cs_dynamicpages-query-columns-viewIcon:
funnelDescription: Acts like a Collection. It queries existing content in the site and displays the results in a grid.
Has Featured Add Button: No
Exposed Fields: Title, Width, Extra Class, Query parameters (query, sort_on, sort_order, limit), Columns, Fetch Priority Image, Vertical Spacing (Margins/Paddings).