mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
20 lines
333 B
JSON
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"
|
|
}
|
|
}
|
|
}
|