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.
2 parents 18a7e29 + f69aa19 commit 035efd5Copy full SHA for 035efd5
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