mirror of
https://github.com/strapi/strapi.git
synced 2025-09-08 16:16:21 +00:00
27 lines
435 B
JSON
Executable File
27 lines
435 B
JSON
Executable File
{
|
|
"connection": "default",
|
|
"collectionName": "menus",
|
|
"info": {
|
|
"name": "menu",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"description": {
|
|
"type": "text"
|
|
},
|
|
"menusections": {
|
|
"collection": "menusection",
|
|
"via": "menu"
|
|
},
|
|
"restaurant": {
|
|
"via": "menu",
|
|
"model": "restaurant"
|
|
}
|
|
}
|
|
}
|