Browse Source

add carrer fitur

master
Yusmardianto 4 years ago
parent
commit
0e865531bd
1 changed files with 17 additions and 1 deletions
  1. +17
    -1
      api/carrer/models/carrer.settings.json

+ 17
- 1
api/carrer/models/carrer.settings.json View File

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


Loading…
Cancel
Save