ModuleSections
A module section is a SectionDefinition that all DomDefinitions must make a link to.
You can add SectionDefinitions to be used as module sections by adding their ID to the ModuleSections list.
Once the ID of a SectionDefinition is added to this list, it can only be (re-)created, updated, or deleted by users who are allowed to change module settings (i.e. users with the Module Settings permission.
Important
- If a
DomDefinitionuses the status system, theseSectionDefinitionsdo not have to be linked, although they can be. When the status system is used, you can makeSectionDefinitionsmandatory using theModuleBehaviorDefinitionsetting. - When a
SectionDefinitionis defined as a module section, it limits the possibility of definingSectionDefinitionLinkoptions on aDomDefinition, as exactly oneSectionmust be present. This makes it incompatible with multiple sections or optional flags.