[yoga-21] footer.component.tsx add editable image

This commit is contained in:
Roland Schneider
2025-08-26 22:07:19 +02:00
parent a3e57f295f
commit f1069f3124
13 changed files with 55 additions and 3 deletions

View File

@@ -50,6 +50,14 @@
},
"name": {
"type": "string"
},
"logo": {
"allowedTypes": [
"images",
"files"
],
"type": "media",
"multiple": false
}
}
}