25 lines
433 B
JSON
Raw Normal View History

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"
},
"dish": {
"component": "default.dish",
"type": "component",
"repeatable": true,
"min": 3
2019-08-22 14:10:45 +02:00
}
}
2019-10-22 18:01:03 +02:00
}