We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18ce4a commit 019f1dcCopy full SHA for 019f1dc
app/code/Magento/Ui/Component/Form/Element/DataType/Media/Image.php
@@ -72,7 +72,7 @@ public function prepare()
72
'config' => [
73
'maxFileSize' => $maxFileSize,
74
'mediaGallery' => [
75
- 'openDialogUrl' => $this->getContext()->getUrl('cms/wysiwyg_images/index'),
+ 'openDialogUrl' => $this->getContext()->getUrl('cms/wysiwyg_images/index', ['_secure' => true]),
76
'openDialogTitle' => $this->getConfiguration()['openDialogTitle'] ?? __('Insert Images...'),
77
'initialOpenSubpath' => $this->getConfiguration()['initialMediaGalleryOpenSubpath'],
78
'storeId' => $this->storeManager->getStore()->getId(),
0 commit comments