File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Swatches/view/frontend/templates/product/view Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
"[data-role=swatch-options]": {
15
15
"Magento_Swatches/js/swatch-renderer": {
16
16
"jsonConfig": <?= /* @escapeNotVerified */ $ swatchOptions = $ block ->getJsonConfig () ?> ,
17
- "jsonSwatchConfig": <?php /* @escapeNotVerified */ echo $ block ->getJsonSwatchConfig (); ?> ,
17
+ "jsonSwatchConfig": <?php /* @noEscape */ echo $ block ->getJsonSwatchConfig (); ?> ,
18
18
"mediaCallback": "<?= /* @escapeNotVerified */ $ block ->getMediaCallback () ?> ",
19
19
"gallerySwitchStrategy": "<?php /* @escapeNotVerified */ echo $ block ->getVar ('gallery_switch_strategy ' ,
20
20
'Magento_ConfigurableProduct ' ) ?: 'replace ' ; ?> "
21
21
},
22
22
"Magento_Swatches/js/configurable-customer-data": {
23
- "swatchOptions": <?php /* @escapeNotVerified */ echo $ swatchOptions ?>
23
+ "swatchOptions": <?php /* @noEscape */ echo $ swatchOptions ?>
24
24
}
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments