30 lines
501 B
JSON
Raw Normal View History

2019-08-22 14:10:45 +02:00
{
2019-11-08 14:38:52 +01:00
"collectionName": "components_closingperiods",
2019-08-22 14:10:45 +02:00
"info": {
"name": "closingperiod",
2019-11-29 09:14:31 +01:00
"description": "",
2019-12-10 14:26:12 +01:00
"icon": "angry"
2019-08-22 14:10:45 +02:00
},
"attributes": {
"label": {
"type": "string"
},
"start_date": {
"type": "date",
"required": true
},
"end_date": {
"type": "date",
"required": true
},
2019-11-26 11:24:00 +01:00
"media": {
2021-06-30 22:52:12 +02:00
"type": "media",
2019-12-10 14:26:12 +01:00
"required": false
2019-11-26 11:24:00 +01:00
},
"dish": {
"component": "default.dish",
"type": "component"
2019-08-22 14:10:45 +02:00
}
}
2019-11-08 14:38:52 +01:00
}