mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 09:25:25 +00:00
30 lines
587 B
JSON
Executable File
30 lines
587 B
JSON
Executable File
{
|
|
"kind": "collectionType",
|
|
"collectionName": "menus",
|
|
"info": {
|
|
"name": "menu",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"draftAndPublish": false,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"description": {
|
|
"type": "text"
|
|
},
|
|
"menusections": {
|
|
"type": "relation",
|
|
"relation": "oneToMany",
|
|
"target": "application::menusection.menusection",
|
|
"mappedBy": "menu"
|
|
},
|
|
"restaurant": {
|
|
"type": "relation",
|
|
"target": "application::restaurant.restaurant",
|
|
"relation": "oneToOne",
|
|
"mappedBy": "menu"
|
|
}
|
|
}
|
|
}
|