[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

@@ -140,6 +140,9 @@
},
"right4": {
"fields": ["*"]
},
"image": {
"fields": ["name","mime","url"]
}
}
}

View File

@@ -51,6 +51,9 @@
},
"right4": {
"fields": ["*"]
},
"image": {
"fields": ["name","mime","url"]
}
}
},