2019-08-22 14:10:45 +02:00
|
|
|
{
|
2020-06-25 00:11:04 +02:00
|
|
|
"kind": "collectionType",
|
2019-08-22 14:10:45 +02:00
|
|
|
"collectionName": "menus",
|
|
|
|
"info": {
|
|
|
|
"name": "menu",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"options": {
|
2020-07-27 16:06:08 +02:00
|
|
|
"draftAndPublish": false,
|
2019-08-22 14:10:45 +02:00
|
|
|
"comment": ""
|
|
|
|
},
|
|
|
|
"attributes": {
|
|
|
|
"description": {
|
|
|
|
"type": "text"
|
|
|
|
},
|
2019-09-18 12:07:45 +02:00
|
|
|
"menusections": {
|
2021-06-18 12:27:47 +02:00
|
|
|
"type": "relation",
|
|
|
|
"relation": "oneToMany",
|
|
|
|
"target": "application::menusection.menusection",
|
|
|
|
"mappedBy": "menu"
|
2019-10-09 18:06:51 +02:00
|
|
|
},
|
|
|
|
"restaurant": {
|
2021-06-18 12:27:47 +02:00
|
|
|
"type": "relation",
|
|
|
|
"target": "application::restaurant.restaurant",
|
2021-07-08 18:15:32 +02:00
|
|
|
"relation": "oneToOne",
|
2021-06-18 12:27:47 +02:00
|
|
|
"mappedBy": "menu"
|
2019-08-22 14:10:45 +02:00
|
|
|
}
|
|
|
|
}
|
2019-12-05 16:27:55 +01:00
|
|
|
}
|