Author API Initialization
show
Controls whether the Item settings button is shown.
You would want to use this to prevent authors from editing an Item's settings.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"settings": {
"show": false
}
}
}
};
Values
Attribute path config.item_edit.settings.show
Default true
Type boolean