Explorar el Código

add carrer fitur

master
Yusmardianto hace 4 años
padre
commit
0e865531bd
Se han modificado 1 ficheros con 17 adiciones y 1 borrados
  1. +17
    -1
      api/carrer/models/carrer.settings.json

+ 17
- 1
api/carrer/models/carrer.settings.json Ver fichero

@@ -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"
}
}


Cargando…
Cancelar
Guardar