Author API Initialization
enabled
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": {
"enabled": true
}
}
}
}
};
Values
Attribute path config.global.items.read_only.enabled
Default false
Type boolean