Skip to content

Commit

Permalink
Merge pull request #81 from AnastasiaBuniakEPAM/JS-323
Browse files Browse the repository at this point in the history
JS-323: Gallery setting for configurable product

-Static test fix
  • Loading branch information
uharbachou1 committed Dec 23, 2015
2 parents 39aa50f + 1cda33a commit f272062
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
"[data-role=swatch-options]": {
"Magento_Swatches/js/swatch-renderer": {
"jsonConfig": <?php /* @escapeNotVerified */ echo $swatchOptions = $block->getJsonConfig(); ?>,
"jsonSwatchConfig": <?php /* @escapeNotVerified */ echo $swatchOptions = $block->getJsonSwatchConfig(); ?>,
"jsonSwatchConfig": <?php /* @escapeNotVerified */
echo $swatchOptions = $block->getJsonSwatchConfig(); ?>,
"mediaCallback": "<?php /* @escapeNotVerified */ echo $block->getMediaCallback() ?>",
"onlyMainImg": <?php /* @escapeNotVerified */ echo $block->getVar('change_only_base_image', 'Magento_Swatches') ?: 'false'; ?>
"onlyMainImg": <?php /* @escapeNotVerified */ echo $block->getVar('change_only_base_image',
'Magento_Swatches') ?: 'false'; ?>
}
}
}
Expand Down

0 comments on commit f272062

Please sign in to comment.