芝麻web文件管理V1.00
编辑当前文件:/var/www/italafricacentrale.com/wp-content/plugins/mapsvg/php/Domain/Region/schema.json
{ "name": "regions_%MAP_ID%", "fields": [ { "name": "id", "label": "ID", "type": "id", "db_type": "varchar(255)", "visible": true, "protected": true, "searchable": true }, { "name": "title", "label": "Title", "type": "text", "db_type": "varchar(255)", "visible": true, "searchable": true }, { "name": "status", "label": "Status", "type": "status", "db_type": "int(11)", "visible": true, "options": [ { "label": "Enabled", "value": 1, "disabled": false, "color": "" }, { "label": "Disabled", "value": 0, "disabled": true, "color": "" } ], "db_default": 1 }, { "name": "link", "label": "Link", "type": "text", "db_type": "varchar(255)", "visible": true } ] }