Author API Initialization
enable
Controls whether the Add Sections button is available to authors in the Activity editor.
You would want to use this so that you can allow authors to create and organize sections within a standard Activity.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"sections": {
"enable": true // Enables the "Add Sections" button in the Activity editor
}
}
}
};
Values
Attribute path config.activity_edit.sections.enable
Default false
Type boolean
Versioning
Version added: v2026.2.LTS (now live in developer)