Author API Initialization
enable
Controls whether the rollover content is enabled.
You would want to use this option to control whether authors can add, edit, and preview rollover content while authoring Items.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"rollover_content": {
"enable": true
}
}
}
}
};
Values
Attribute path config.item_edit.item.rollover_content.enable
Default true
Type boolean
Versioning
Version added: v2026.3.LTS (now live in developer)