UNPKG

apostrophe

Version:
19 lines (18 loc) 341 B
module.exports = { extend: '@apostrophecms/widget-type', options: { label: 'apostrophe:file', icon: 'file-document-icon' }, fields: { add: { _file: { type: 'relationship', label: 'apostrophe:file', max: 1, required: true, withType: '@apostrophecms/file' } } } };