{ "tblname": "cms_site_config", "alias": "cms_site_config_list", "title": "站点配置", "params": { "sortby": [ "config_group asc", "sort_order asc" ], "logined_userorgid": "org_id", "browserfields": { "alters": { "config_group": { "uitype": "code", "data": [ { "value": "hero", "text": "首屏Hero" }, { "value": "footer", "text": "页脚" }, { "value": "contact", "text": "联系信息" }, { "value": "seo", "text": "SEO设置" } ] }, "config_type": { "uitype": "code", "data": [ { "value": "text", "text": "文本" }, { "value": "image", "text": "图片" }, { "value": "html", "text": "HTML" }, { "value": "json", "text": "JSON" } ] } } }, "editable": { "new_data_url": "{{entire_url('../api/cms_site_config_create.dspy')}}", "update_data_url": "{{entire_url('../api/cms_site_config_update.dspy')}}", "delete_data_url": "{{entire_url('../api/cms_site_config_delete.dspy')}}" } } }