Author API Initialization
enable
Controls whether all Items in the Item bank are set to read-only.
You would want to use this to disable the editing functionality for all Items.
Examples
// Set all Items to read-only
var initializationOptions = {
"config": {
"global": {
"items": {
"read_only": {
"enable": true
}
}
}
}
};
Values
Attribute path config.global.items.read_only.enable
Default false
Type boolean
Versioning
Version added: v2026.1.LTS