mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 10:12:57 +00:00
27 lines
493 B
JSON
27 lines
493 B
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "components_restaurantservices",
|
|
"info": {
|
|
"name": "restaurantservice",
|
|
"description": "",
|
|
"icon": "cannabis"
|
|
},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"required": true,
|
|
"default": "something"
|
|
},
|
|
"media": {
|
|
"model": "file",
|
|
"via": "related",
|
|
"plugin": "upload"
|
|
},
|
|
"is_available": {
|
|
"type": "boolean",
|
|
"required": true,
|
|
"default": true
|
|
}
|
|
}
|
|
}
|