json-object-editor
Version:
JOE the Json Object Editor | Platform Edition
17 lines (16 loc) • 426 B
JavaScript
var schema = {
title : 'Action | ${name}',
listView:{
title: '<joe-title>${info}</joe-title><joe-subtitle>${session}</joe-subtitle><joe-subtitle>${visitor}</joe-subtitle>',
listWindowTitle: 'Actions'
},
fields:[
'visitor',
'session',
'info',
'description',
'_id','created','itemtype'
],
idprop : "_id"
};
module.exports = schema;