An object representing a section of the page. Each section can contain various attributes and elements that contribute to the page's content.
Fields
blocks
[JSON]An array of blocks within the section, where each block is represented as an object.
label
StringA label for the section, which can be used for display purposes.
name
StringThe name of the section.
predicate
AvailablePagePredicateAn object defining conditions or predicates for the section.
preset
sectionPresetAn object containing preset configurations for the section.
props
JSONAn object containing various properties associated with the section.
source
SectionSourceThe source of the section, for example, 'themebundle'.
id
StringUnique identifier for the section.
assets
SectionAssetsAsset urls for the section. e.g. js, css
Was this section helpful?