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