14 lines
494 B
JSON
14 lines
494 B
JSON
{
|
|
"tblname": "script",
|
|
"title": "脚本管理",
|
|
"params": {
|
|
"sortby": ["created_at desc"],
|
|
"browserfields": {"exclouded": ["content"]},
|
|
"editexclouded": ["id", "created_at", "updated_at"],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/script_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/script_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/script_delete.dspy')}}"
|
|
}
|
|
}
|
|
} |