apostrophe
Version:
The Apostrophe Content Management System.
18 lines (17 loc) • 387 B
JavaScript
module.exports = {
extend: '@apostrophecms/piece-type',
options: {
label: 'apostrophe:imageTag',
pluralLabel: 'apostrophe:imageTags',
quickCreate: false,
autopublish: true,
versions: true,
editRole: 'editor',
publishRole: 'editor',
shortcut: 'G,Shift+I',
relationshipSuggestionIcon: 'tag-icon'
},
fields: {
remove: [ 'visibility' ]
}
};