2
0
Fork 0
tcrud/lib/plugin/format/format-json.json

22 lines
1.3 KiB
JSON
Raw Normal View History

2017-06-10 14:53:29 +00:00
{
"masterTEntityTemplate": {
"tlist": { "tplugin": { "formatJSON": { "tslug": "list" }}},
"tcreate": { "tplugin": { "formatJSON": { "tslug": "create" }}},
"tedit": { "tplugin": { "formatJSON": { "tslug": "edit" }}},
"tread": { "tplugin": { "formatJSON": { "tslug": "read" }}},
"tdelete": { "tplugin": { "formatJSON": { "tslug": "delete" }}},
"tcount": { "tplugin": { "formatJSON": { "tslug": "list-count" }}},
"tverify": { "tplugin": { "formatJSON": { "tslug": "verify" }}},
"tmeta": { "tplugin": { "formatJSON": { "tslug": "json" }}}
},
"masterTEntityTHelp": {
"tlist": { "tplugin": { "formatJSON": { "tslug": "tlist json slug part api url" }}},
"tcreate": { "tplugin": { "formatJSON": { "tslug": "tcreate json slug part api url" }}},
"tedit": { "tplugin": { "formatJSON": { "tslug": "tedit json slug part api url" }}},
"tread": { "tplugin": { "formatJSON": { "tslug": "tread json slug part api url" }}},
"delete": { "tplugin": { "formatJSON": { "tslug": "tdelete json slug part api url" }}},
"tcount": { "tplugin": { "formatJSON": { "tslug": "tcount json slug part api url" }}},
"tverify": { "tplugin": { "formatJSON": { "tslug": "tverifiy json slug part api url"}}},
"tmeta": { "tplugin": { "formatJSON": { "tslug": "json group part api url" }}}
}
}