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