UNPKG

not-key

Version:
18 lines (17 loc) 297 B
module.exports = { model:{ type: [String], required: false, searchable: true, sortable: true, safe: { update: ['@owner', 'root', 'admin'], read: ['@owner', 'root', 'admin'] } }, ui: { component: 'UIListOfUrls', placeholder: 'url', label: 'List of URLs' }, };