UNPKG

json-object-editor

Version:

JOE the Json Object Editor | Platform Edition

19 lines (16 loc) 346 B
var schema = { title : 'Field | ${name}', listWindowTitle: 'Fields', idprop:'_id', //hideNumbers:true, fields:[ 'name', 'display', 'label',//false for none 'type', 'run', 'values', '_id','created','itemtype' ] }; module.exports = schema;