mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 23:57:32 +00:00
33 lines
554 B
JSON
Executable File
33 lines
554 B
JSON
Executable File
{
|
|
"connection": "default",
|
|
"collectionName": "menusections",
|
|
"info": {
|
|
"name": "menusection",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": [
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"required": true,
|
|
"minLength": 6
|
|
},
|
|
"dishes": {
|
|
"component": "default.dish",
|
|
"type": "component",
|
|
"repeatable": true
|
|
},
|
|
"menu": {
|
|
"model": "menu",
|
|
"via": "menusections"
|
|
}
|
|
}
|
|
}
|