本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
yusmar
/
tbg-company-api
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
add carrer fitur
master
Yusmardianto
4 年之前
父節點
f0dab99955
當前提交
0e865531bd
共有
1 個檔案被更改
,包括
17 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
}
}
Write
Preview
Loading…
取消
儲存