mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +00:00
30 lines
501 B
JSON
30 lines
501 B
JSON
{
|
|
"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": {
|
|
"type": "media",
|
|
"required": false
|
|
},
|
|
"dish": {
|
|
"component": "default.dish",
|
|
"type": "component"
|
|
}
|
|
}
|
|
}
|