芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/api/certification/models/certification.settings.json
{ "kind": "collectionType", "collectionName": "certifications", "info": { "name": "Certification" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "issueDate": { "type": "date" }, "title": { "type": "string", "required": true }, "student": { "plugin": "users-permissions", "model": "user" }, "externalUrl": { "type": "string" }, "internalUrl": { "type": "string" } } }