このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
yusmar
/
tbg-company-api
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
add carrer fitur
master
Yusmardianto
4年前
親
f0dab99955
コミット
0e865531bd
1個のファイルの変更
、
17行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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"
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存