mirror of
https://github.com/strapi/strapi.git
synced 2026-02-10 09:38:30 +00:00
32 lines
633 B
JSON
Executable File
32 lines
633 B
JSON
Executable File
{
|
|
"kind": "collectionType",
|
|
"collectionName": "menus",
|
|
"info": {
|
|
"description": "",
|
|
"displayName": "Menu",
|
|
"singularName": "menu",
|
|
"pluralName": "menus"
|
|
},
|
|
"options": {
|
|
"draftAndPublish": false,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"description": {
|
|
"type": "text"
|
|
},
|
|
"menusections": {
|
|
"type": "relation",
|
|
"relation": "oneToMany",
|
|
"target": "api::menusection.menusection",
|
|
"mappedBy": "menu"
|
|
},
|
|
"restaurant": {
|
|
"type": "relation",
|
|
"target": "api::restaurant.restaurant",
|
|
"relation": "oneToOne",
|
|
"mappedBy": "menu"
|
|
}
|
|
}
|
|
}
|