[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

@@ -4,7 +4,8 @@
"info": {
"singularName": "yoga-subscribe-now-component",
"pluralName": "yoga-subscribe-now-components",
"displayName": "YogaSubscribeNowComponent"
"displayName": "YogaSubscribeNowComponent",
"description": ""
},
"options": {
"draftAndPublish": true
@@ -22,6 +23,14 @@
},
"buttonSubscribeLabel": {
"type": "string"
},
"image": {
"allowedTypes": [
"images",
"files"
],
"type": "media",
"multiple": false
}
}
}