Glossary

This glossary provides terms and definitions relevant to cs_dynamicpages.

Glossary#

Dynamic Page Folder#

The top-level container content type (DynamicPageFolder) that represents an entire landing page. It acts as the wrapper holding all the individual rows that compose the page layout.

Dynamic Page Row#

A single horizontal block (DynamicPageRow) of a dynamic page. A row can display text, images, sliders, or collection grids depending on its configured Row Type.

A child content type (DynamicPageRowFeatured) placed inside a Dynamic Page Row. These are used when a row requires multiple distinct elements to function, such as the individual slides in a Slider view or the expandable panels in an Accordion view.

Dynamic Pages Registry#

The Plone configuration registry specific to cs_dynamicpages (accessible via the Site Setup Control Panel). It is the central nervous system of the add-on, defining which fields belong to which Row Type, and defining the global CSS utility classes for widths, margins, and paddings.

Plone#

Plone is an open-source content management system that is used to create, edit, and manage digital content.

Row Type#

The specific view template assigned to a Dynamic Page Row (e.g., slider-view, text-view, features-view). The Row Type dictates not only how the row looks on the frontend, but also which fields are exposed in the edit form.