soupette 5a6d9a89b8 Created utility to get draft relations
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:34 +02:00

20 lines
395 B
JSON

{
"collectionName": "components_openingtimes",
"info": {
"name": "openingtimes",
"description": "",
"icon": "calendar"
},
"attributes": {
"label": {
"type": "string",
"required": true,
"default": "something"
},
"time": {
"type": "string"
},
"dishrep": { "type": "component", "repeatable": true, "component": "default.dish" }
}
}