UNPKG

json-object-editor

Version:

JOE the Json Object Editor | Platform Edition

20 lines (18 loc) 472 B
var schema = { title : 'Role | ${name}', listView:{ title: '<joe-title>${name}</joe-title>' + '<joe-subtitle>${info}</joe-subtitle>', listWindowTitle: 'Roles' }, fields:[ 'name', 'info', {name:'group',type:'select',values:['super','admin','editor','viewer']}, 'description', '_id','created','itemtype' ], idprop : "_id" }; module.exports = schema;