mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
33 lines
578 B
JSON
33 lines
578 B
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "components_closingperiods",
|
|
"info": {
|
|
"name": "closingperiod",
|
|
"description": "",
|
|
"icon": "angry"
|
|
},
|
|
"attributes": {
|
|
"label": {
|
|
"type": "string"
|
|
},
|
|
"start_date": {
|
|
"type": "date",
|
|
"required": true
|
|
},
|
|
"end_date": {
|
|
"type": "date",
|
|
"required": true
|
|
},
|
|
"media": {
|
|
"model": "file",
|
|
"via": "related",
|
|
"plugin": "upload",
|
|
"required": false
|
|
},
|
|
"dish": {
|
|
"component": "default.dish",
|
|
"type": "component"
|
|
}
|
|
}
|
|
}
|