Page History
...
- displayName - Sets the display name of the component shown in the structure panel. For example, "Product FAQ" allows for easy identification of the accordion's purpose in the component structure.
Visual Properties


elements - Defines the accordion items configuration for the accordion. This array contains DynamicAccordionItemComponent objects that make up the expandable sections. Each accordion item has its own properties including title and content.
paddingClass - Configures spacing around the accordion content using CSS classes. For example, "p-4" adds medium padding on all sides of the accordion for better visual separation from surrounding elements.
...