mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
32 lines
591 B
JSON
Executable File
32 lines
591 B
JSON
Executable File
{
|
|
"kind": "collectionType",
|
|
"collectionName": "menusections",
|
|
"info": {
|
|
"name": "menusection",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"draftAndPublish": false,
|
|
"increments": true,
|
|
"timestamps": ["created_at", "updated_at"],
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"required": true,
|
|
"minLength": 6
|
|
},
|
|
"dishes": {
|
|
"component": "default.dish",
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"required": true
|
|
},
|
|
"menu": {
|
|
"model": "menu",
|
|
"via": "menusections"
|
|
}
|
|
}
|
|
}
|