UNPKG

apostrophe

Version:
18 lines (17 loc) 387 B
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' ] } };