Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

34 wiersze
1.1 KiB

  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. <show_swatch_tooltip>1</show_swatch_tooltip>
  15. </frontend>
  16. </catalog>
  17. <system>
  18. <media_storage_configuration>
  19. <allowed_resources>
  20. <swatches_folder>attribute</swatches_folder>
  21. </allowed_resources>
  22. </media_storage_configuration>
  23. </system>
  24. <general>
  25. <validator_data>
  26. <input_types>
  27. <swatch_visual>swatch_visual</swatch_visual>
  28. <swatch_text>swatch_text</swatch_text>
  29. </input_types>
  30. </validator_data>
  31. </general>
  32. </default>
  33. </config>