Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

24 righe
766 B

  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. <system>
  11. <media_gallery_renditions>
  12. <enabled>1</enabled>
  13. <width>1000</width>
  14. <height>1000</height>
  15. </media_gallery_renditions>
  16. <media_storage_configuration>
  17. <allowed_resources>
  18. <renditions_folder>.renditions</renditions_folder>
  19. </allowed_resources>
  20. </media_storage_configuration>
  21. </system>
  22. </default>
  23. </config>