瀏覽代碼

add carrer fitur

master
Yusmardianto 4 年之前
父節點
當前提交
0e865531bd
共有 1 個檔案被更改,包括 17 行新增1 行删除
  1. +17
    -1
      api/carrer/models/carrer.settings.json

+ 17
- 1
api/carrer/models/carrer.settings.json 查看文件

@@ -2,7 +2,8 @@
"kind": "collectionType",
"collectionName": "carrers",
"info": {
"name": "Carrer"
"name": "Carrer",
"description": ""
},
"options": {
"increments": true,
@@ -31,6 +32,21 @@
"required": true
},
"category": {
"type": "enumeration",
"enum": [
"S1",
"D3",
"SMA"
]
},
"start_regis": {
"type": "date",
"required": true
},
"until_regis": {
"type": "date"
},
"name_description": {
"type": "string"
}
}


Loading…
取消
儲存