1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<design>
<invalid_caches>
<block_html />
<layout />
<translate />
</invalid_caches>
<head translate="default_description">
<default_title>Magento Commerce</default_title>
<default_media_type>text/html</default_media_type>
<default_charset>utf-8</default_charset>
<demonotice>0</demonotice>
</head>
<search_engine_robots>
<default_robots>INDEX,FOLLOW</default_robots>
<default_custom_instructions>
<![CDATA[
User-agent: *
Disallow: /index.php/
Disallow: /*?
Disallow: /checkout/
Disallow: /app/
Disallow: /lib/
Disallow: /*.php$
Disallow: /pkginfo/
Disallow: /report/
Disallow: /var/
Disallow: /catalog/
Disallow: /customer/
Disallow: /sendfriend/
Disallow: /review/
Disallow: /*SID=
]]>
</default_custom_instructions>
</search_engine_robots>
<header translate="welcome">
<welcome>Default welcome msg!</welcome>
</header>
<footer translate="copyright">
<copyright>Copyright © 2013-present Magento, Inc. All rights reserved.</copyright>
<report_bugs>1</report_bugs>
</footer>
</design>
<theme>
<customization>
<custom_css>Magento\Theme\Model\Theme\Customization\File\CustomCss</custom_css>
</customization>
</theme>
<system>
<media_storage_configuration>
<allowed_resources>
<site_favicons>favicon</site_favicons>
<site_logos>logo</site_logos>
</allowed_resources>
</media_storage_configuration>
</system>
<dev>
<static>
<sign>1</sign>
</static>
</dev>
</default>
</config>