30 lines
609 B
JSON
30 lines
609 B
JSON
{
|
|
"name": "云服务库",
|
|
"version": "1.0.0",
|
|
"decription": "云服务库",
|
|
"bind": { "model": "service" },
|
|
"hooks": {
|
|
"before:find": "flows.hooks.before_find",
|
|
"after:find": "flows.hooks.after_find"
|
|
},
|
|
"apis": {},
|
|
"columns": {},
|
|
"filters": {},
|
|
"list": {
|
|
"primary": "id",
|
|
"layout": {
|
|
"columns": [{ "name": "ID", "width": 6 }],
|
|
"filters": []
|
|
},
|
|
"actions": {}
|
|
},
|
|
"edit": {
|
|
"primary": "id",
|
|
"layout": {
|
|
"fieldset": [{ "columns": [{ "name": "ID", "width": 6 }] }]
|
|
},
|
|
"actions": { "cancel": {} }
|
|
},
|
|
"insert": {},
|
|
"view": {}
|
|
}
|