First Compound Section

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ullamcorper nulla non metus auctor fringilla. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

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

PropertyTypeRequiredDescription
compoundSectionsarrayYesArray of sections to be wrapped and rendered together

Individual Section Properties

Each section within compoundSections supports standard section properties:

PropertyTypeRequiredDescription
sectionTypestringYesType of section ('text-only', 'media-image', etc.)
containerTagstringNoHTML tag for the section wrapper
isDisabledbooleanNoDisable the section
textobjectNoText content for the section
ctasarrayNoCall-to-action buttons for the section

Notes

All wrapped sections inherit the compound section's container fields while maintaining their individual configurations.