You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
strapi-guitar-school/src/components/media/mosaic-item.json

19 lines
285 B

{
"collectionName": "components_media_mosaic_items",
"info": {
"displayName": "Mosaic item"
},
"options": {},
"attributes": {
"icon": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
}
}
}