芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/api/company/models/company.settings.json
{ "kind": "collectionType", "collectionName": "companies", "info": { "name": "Company" }, "options": { "increments": true, "timestamps": true }, "attributes": { "title": { "type": "string", "minLength": 3, "required": true, "unique": true }, "refNo": { "type": "integer", "required": true, "min": 1 }, "logo": { "model": "file", "via": "related", "allowedTypes": [ "images" ], "plugin": "upload", "required": true }, "favIcon": { "model": "file", "via": "related", "allowedTypes": [ "images" ], "plugin": "upload", "required": true }, "isDefault": { "type": "boolean" }, "url": { "type": "string" }, "address": { "type": "string" }, "phoneNo": { "type": "string" } } }