mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
27 lines
439 B
JSON
Executable File
27 lines
439 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": {
|
|
"group": "dish",
|
|
"type": "group"
|
|
}
|
|
}
|
|
} |