Author API Initialization
show
Controls whether the edit and preview mode buttons are shown.
You would want to use this to hide the edit and preview mode buttons.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"mode": {
"show": false
}
}
}
}
};
Values
Attribute path config.item_edit.item.mode.show
Default true
Type boolean