strapi/examples/getstarted/components/default/restaurantservice.json
Alexandre Bodin 2d59716f5d Cleanup CTB
2021-06-30 22:52:12 +02:00

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
}
}
}