2019-12-12 12:27:10 +01:00

20 lines
333 B
JSON

{
"connection": "default",
"collectionName": "components_openingtimes",
"info": {
"name": "openingtimes",
"description": "",
"icon": "calendar"
},
"attributes": {
"label": {
"type": "string",
"required": true,
"default": "something"
},
"time": {
"type": "string"
}
}
}