mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 10:12:57 +00:00
25 lines
433 B
JSON
Executable File
25 lines
433 B
JSON
Executable File
{
|
|
"info": {
|
|
"name": "openingtimes",
|
|
"description": ""
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "components_openingtimes",
|
|
"attributes": {
|
|
"label": {
|
|
"type": "string",
|
|
"required": true,
|
|
"default": "something"
|
|
},
|
|
"time": {
|
|
"type": "string"
|
|
},
|
|
"dish": {
|
|
"component": "default.dish",
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"min": 3
|
|
}
|
|
}
|
|
}
|