config.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. <template>
  12. <minify_html>0</minify_html>
  13. </template>
  14. <static>
  15. <sign>1</sign>
  16. </static>
  17. </dev>
  18. <system>
  19. <media_storage_configuration>
  20. <allowed_resources>
  21. <email_folder>email</email_folder>
  22. </allowed_resources>
  23. </media_storage_configuration>
  24. <emails>
  25. <forgot_email_template>system_emails_forgot_email_template</forgot_email_template>
  26. <forgot_email_identity>general</forgot_email_identity>
  27. </emails>
  28. <dashboard>
  29. <enable_charts>1</enable_charts>
  30. </dashboard>
  31. <upload_configuration>
  32. <enable_resize>1</enable_resize>
  33. <max_width>1920</max_width>
  34. <max_height>1200</max_height>
  35. </upload_configuration>
  36. </system>
  37. <general>
  38. <validator_data>
  39. <input_types>
  40. <price>price</price>
  41. <media_image>media_image</media_image>
  42. <gallery>gallery</gallery>
  43. </input_types>
  44. </validator_data>
  45. </general>
  46. <web>
  47. <seo>
  48. <use_rewrites>0</use_rewrites>
  49. </seo>
  50. </web>
  51. </default>
  52. <stores>
  53. <admin>
  54. <design>
  55. <package>
  56. <name>default</name>
  57. </package>
  58. <theme>
  59. <default>default</default>
  60. </theme>
  61. </design>
  62. </admin>
  63. </stores>
  64. <websites>
  65. <admin>
  66. <web>
  67. <routers>
  68. <frontend>
  69. <disabled>true</disabled>
  70. </frontend>
  71. </routers>
  72. <default>
  73. <no_route>admin/noroute/index</no_route>
  74. </default>
  75. </web>
  76. </admin>
  77. </websites>
  78. </config>