mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
28 lines
466 B
JSON
Executable File
28 lines
466 B
JSON
Executable File
{
|
|
"kind": "collectionType",
|
|
"collectionName": "menus",
|
|
"info": {
|
|
"name": "menu",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"draftAndPublish": false,
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"description": {
|
|
"type": "text"
|
|
},
|
|
"menusections": {
|
|
"via": "menu",
|
|
"collection": "menusection"
|
|
},
|
|
"restaurant": {
|
|
"via": "menu",
|
|
"model": "restaurant"
|
|
}
|
|
}
|
|
}
|