Configuration
- sectionType: compound
compoundSections:
- sectionType: text-only
text:
title: 'First Section'
prose: 'Content for first section'
- sectionType: text-only
text:
title: 'Second Section'
prose: 'Content for second section'
Configuration Options
Wrapper Settings
Property | Type | Required | Description |
---|
compoundSections | array | Yes | Array of sections to be wrapped and rendered together |
Individual Section Properties
Each section within compoundSections
supports standard section properties:
Property | Type | Required | Description |
---|
sectionType | string | Yes | Type of section ('text-only', 'media-image', etc.) |
containerTag | string | No | HTML tag for the section wrapper |
isDisabled | boolean | No | Disable the section |
text | object | No | Text content for the section |
ctas | array | No | Call-to-action buttons for the section |
Notes
All wrapped sections inherit the compound section's container fields while maintaining their individual configurations.