mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 04:33:46 +00:00
32 lines
602 B
JSON
Executable File
32 lines
602 B
JSON
Executable File
{
|
|
"kind": "collectionType",
|
|
"collectionName": "menusections",
|
|
"info": {
|
|
"name": "menusection",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"draftAndPublish": false,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"required": true,
|
|
"minLength": 6
|
|
},
|
|
"dishes": {
|
|
"component": "default.dish",
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"required": true
|
|
},
|
|
"menu": {
|
|
"type": "relation",
|
|
"relation": "manyToOne",
|
|
"target": "application::menu.menu",
|
|
"inversedBy": "menusections"
|
|
}
|
|
}
|
|
}
|