[yoga-20] subscribe.component.tsx: make image editable

This commit is contained in:
Roland Schneider
2025-08-27 09:21:20 +02:00
parent 917918d742
commit 622f2a7686
18 changed files with 166 additions and 41 deletions

View File

@@ -16,8 +16,17 @@
"fields": ["*"]
},
"subscribe": {
"fields": ["*"]
},
"fields": ["*"],
"populate": {
"image": {
"fields": [
"name",
"mime",
"url"
]
}
}
},
"footer": {
"fields": ["*"],
"populate": {