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 f380abf commit 70d6120Copy full SHA for 70d6120
app/code/Magento/Swatches/view/frontend/templates/product/view/renderer.phtml
@@ -19,8 +19,7 @@
19
"mediaCallback": "<?= /* @escapeNotVerified */ $block->getMediaCallback() ?>",
20
"gallerySwitchStrategy": "<?php /* @escapeNotVerified */ echo $block->getVar('gallery_switch_strategy',
21
'Magento_ConfigurableProduct') ?: 'replace'; ?>",
22
- "jsonSwatchImageSizeConfig": <?php /* @escapeNotVerified */
23
- echo $block->getJsonSwatchSizeConfig() ?>
+ "jsonSwatchImageSizeConfig": <?php /* @noEscape */ echo $block->getJsonSwatchSizeConfig() ?>
24
}
25
},
26
"*" : {
0 commit comments