芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/api/course/models/course.settings.json
{ "kind": "collectionType", "collectionName": "courses", "info": { "name": "Course", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": false }, "attributes": { "title": { "type": "string", "required": true, "minLength": 3 }, "course_levels": { "collection": "course-level" } } }