mirror of
https://github.com/strapi/strapi.git
synced 2026-01-04 19:23:29 +00:00
24 lines
416 B
JSON
24 lines
416 B
JSON
{
|
|
"collectionName": "components_restaurantservices",
|
|
"info": {
|
|
"name": "restaurantservice",
|
|
"description": "",
|
|
"icon": "cannabis"
|
|
},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"required": true,
|
|
"default": "something"
|
|
},
|
|
"media": {
|
|
"type": "media"
|
|
},
|
|
"is_available": {
|
|
"type": "boolean",
|
|
"required": true,
|
|
"default": true
|
|
}
|
|
}
|
|
}
|