config.xml 977 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <catalog>
  11. <frontend>
  12. <swatches_per_product>16</swatches_per_product>
  13. <show_swatches_in_product_list>1</show_swatches_in_product_list>
  14. </frontend>
  15. </catalog>
  16. <general>
  17. <validator_data>
  18. <input_types>
  19. <swatch_visual>swatch_visual</swatch_visual>
  20. <swatch_text>swatch_text</swatch_text>
  21. </input_types>
  22. </validator_data>
  23. </general>
  24. <design>
  25. <watermark>
  26. <swatch_image_position>stretch</swatch_image_position>
  27. </watermark>
  28. </design>
  29. </default>
  30. </config>