2019-08-22 14:10:45 +02:00
|
|
|
{
|
|
|
|
|
"info": {
|
|
|
|
|
"name": "openingtimes",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
|
|
|
|
"connection": "default",
|
2019-10-22 18:01:03 +02:00
|
|
|
"collectionName": "components_openingtimes",
|
2019-08-22 14:10:45 +02:00
|
|
|
"attributes": {
|
|
|
|
|
"label": {
|
2019-11-05 17:50:22 +01:00
|
|
|
"type": "string",
|
2019-11-07 14:06:50 +01:00
|
|
|
"required": true,
|
|
|
|
|
"default": "something"
|
2019-08-22 14:10:45 +02:00
|
|
|
},
|
|
|
|
|
"time": {
|
|
|
|
|
"type": "string"
|
2019-11-05 15:12:48 +01:00
|
|
|
},
|
|
|
|
|
"dish": {
|
|
|
|
|
"component": "default.dish",
|
|
|
|
|
"type": "component",
|
2019-11-08 16:17:20 +01:00
|
|
|
"repeatable": true,
|
|
|
|
|
"min": 3
|
2019-08-22 14:10:45 +02:00
|
|
|
}
|
|
|
|
|
}
|
2019-10-22 18:01:03 +02:00
|
|
|
}
|