Author API Initialization
show
Controls whether the Item title is shown.
You would want to use this to show the Item title to authors.
Note When set to true
, the Item reference will not be shown and the reference.show
and reference.edit
initialization options are ignored.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"title": {
"show": true
}
}
}
}
};
Values
Attribute path config.item_edit.item.title.show
Default false
Type boolean