[yoga-19] our.specialities.component.tsx make image editable

This commit is contained in:
Roland Schneider
2025-08-26 21:50:12 +02:00
parent 054cb48e4c
commit a3e57f295f
8 changed files with 40 additions and 2 deletions

View File

@@ -87,6 +87,14 @@
"type": "relation",
"relation": "oneToOne",
"target": "api::yoga-single-speciality.yoga-single-speciality"
},
"image": {
"allowedTypes": [
"images",
"files"
],
"type": "media",
"multiple": false
}
}
}