[yoga-20] subscribe.component.tsx: make image editable
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user