mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 21:35:41 +00:00
25 lines
405 B
JSON
Executable File
25 lines
405 B
JSON
Executable File
{
|
|
"info": {
|
|
"name": "dish",
|
|
"description": ""
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "groups_dishes",
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"description": {
|
|
"type": "text"
|
|
},
|
|
"price": {
|
|
"type": "float"
|
|
},
|
|
"picture": {
|
|
"model": "file",
|
|
"via": "related",
|
|
"plugin": "upload",
|
|
"required": false
|
|
}
|
|
}
|
|
} |