config.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. <design>
  11. <invalid_caches>
  12. <block_html />
  13. <layout />
  14. <translate />
  15. </invalid_caches>
  16. <head translate="default_description">
  17. <default_title>Magento Commerce</default_title>
  18. <default_media_type>text/html</default_media_type>
  19. <default_charset>utf-8</default_charset>
  20. <demonotice>0</demonotice>
  21. </head>
  22. <search_engine_robots>
  23. <default_robots>INDEX,FOLLOW</default_robots>
  24. <default_custom_instructions>
  25. <![CDATA[
  26. User-agent: *
  27. Disallow: /index.php/
  28. Disallow: /*?
  29. Disallow: /checkout/
  30. Disallow: /app/
  31. Disallow: /lib/
  32. Disallow: /*.php$
  33. Disallow: /pkginfo/
  34. Disallow: /report/
  35. Disallow: /var/
  36. Disallow: /catalog/
  37. Disallow: /customer/
  38. Disallow: /sendfriend/
  39. Disallow: /review/
  40. Disallow: /*SID=
  41. ]]>
  42. </default_custom_instructions>
  43. </search_engine_robots>
  44. <header translate="welcome">
  45. <welcome>Default welcome msg!</welcome>
  46. </header>
  47. <footer translate="copyright">
  48. <copyright>Copyright &#169; 2013-present Magento, Inc. All rights reserved.</copyright>
  49. <report_bugs>1</report_bugs>
  50. </footer>
  51. </design>
  52. <theme>
  53. <customization>
  54. <custom_css>Magento\Theme\Model\Theme\Customization\File\CustomCss</custom_css>
  55. </customization>
  56. </theme>
  57. <system>
  58. <media_storage_configuration>
  59. <allowed_resources>
  60. <site_favicons>favicon</site_favicons>
  61. <site_logos>logo</site_logos>
  62. </allowed_resources>
  63. </media_storage_configuration>
  64. </system>
  65. <dev>
  66. <static>
  67. <sign>1</sign>
  68. </static>
  69. </dev>
  70. </default>
  71. </config>