config.xml 805 B

1234567891011121314151617181920212223
  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. <dev>
  11. <debug>
  12. <template_hints_storefront_show_with_parameter>0</template_hints_storefront_show_with_parameter>
  13. <template_hints_parameter_value>magento</template_hints_parameter_value>
  14. </debug>
  15. <restrict>
  16. <allow_ips />
  17. </restrict>
  18. <front_end_development_workflow>
  19. <type>server_side_compilation</type>
  20. </front_end_development_workflow>
  21. </dev>
  22. </default>
  23. </config>