mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
26 lines
438 B
JSON
Executable File
26 lines
438 B
JSON
Executable File
{
|
|
"connection": "default",
|
|
"collectionName": "components_closingperiods",
|
|
"info": {
|
|
"name": "closingperiod",
|
|
"description": ""
|
|
},
|
|
"attributes": {
|
|
"label": {
|
|
"type": "string"
|
|
},
|
|
"start_date": {
|
|
"type": "date",
|
|
"required": true
|
|
},
|
|
"end_date": {
|
|
"type": "date",
|
|
"required": true
|
|
},
|
|
"dish": {
|
|
"component": "default.dish",
|
|
"type": "component"
|
|
}
|
|
}
|
|
}
|