admiraljs
Version:
Lightweight plug and play admin interface
75 lines (70 loc) • 2.38 kB
JSON
[{ "schemaName":"evenements",
"model":"evenements",
"label":"Events",
"listFields":["title","artist","description"],
"searchFields":["title","diapo_title1"],
"fields":[{"name":"title","editor":"stringmultilangotf","label":"Titre"},
{"name":"artist","editor":"string","label":"Artist"},
{"name":"shortdescription","editor":"textareamultilangotf","label":"Sort Description"},
{"name":"description","editor":"textareamultilangotf","label":"Description"},
{"name":"type_id","editor":"select","relatedModel":"evenements_types","label":"Event type"},
{"name":"diapo_title1","editor":"string","label":"Title diapo 1"},
{"name":"diapo_title2","editor":"string","label":"Title diapo 2"},
{"name":"diapos",
"relatedModel":"images",
"editor":"imagescollection",
"label":"Diaporama"
},
{"name":"documents",
"relatedModel":"files",
"editor":"collection",
"label":"Documents"
},
{"name":"evenements",
"relatedModel":"evenements",
"editor":"collection",
"label":"Related Events"
},
{"name":"credits","editor":"textarea","label":"Credits"},
{"name":"date_begin","editor":"date","label":"Date begin"},
{"name":"date_end","editor":"date","label":"Date end"}]
},
{"schemaName":"evenements_types",
"model":"evenements_types",
"label":"Event types",
"listFields":["name"],
"fields":[{"name":"name","editor":"string","label":"Type"}]
},
{"schemaName":"posts",
"model":"posts",
"label":"My posts",
"listFields":["title","published"],
"fields":[{"name":"title","editor":"stringmultilangotf","label":"Title"},
{"name":"content","editor":"textareamultilangotf","label":"Content"},
{"name":"published","editor":"yesno","label":"Published"}]
},
{ "schemaName":"files",
"model":"files",
"label":"Files",
"listFields":["description"],
"fields":[{"name":"description","editor":"string","label":"Description"},{"name":"src","editor":"file","label":"File"}]
},
{ "schemaName":"images",
"model":"images",
"label":"Images",
"listFields":["src","legende"],
"fields":[{"name":"src",
"editor":"image",
"label":"Image",
"formats": {"thumbnail": {"width": 221,"height": 151},
"normal": {"width": 960,"height": 540}}
},
{"name":"legende","editor":"string","label":"Label"}]
},
{ "schemaName":"users",
"model":"users",
"label":"Utilisateurs",
"listFields":["email"],
"fields":[{"name":"email","editor":"string","label":"Email"}]
}
]