19 lines
306 B
JSON
Raw Normal View History

2019-08-22 14:10:45 +02:00
{
2019-11-19 14:44:23 +01:00
"collectionName": "components_openingtimes",
2019-08-22 14:10:45 +02:00
"info": {
"name": "openingtimes",
2019-11-29 09:14:31 +01:00
"description": "",
"icon": "calendar"
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-10-22 18:01:03 +02:00
}