This website works better with JavaScript.
Home
Explore
Help
Sign In
yusmar
/
tbg-company-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add carrer fitur
master
Yusmardianto
4 years ago
parent
f0dab99955
commit
0e865531bd
1 changed files
with
17 additions
and
1 deletions
Split View
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
View File
@@ -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…
Cancel
Save