-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathconfig.xml
More file actions
75 lines (75 loc) · 2.38 KB
/
Copy pathconfig.xml
File metadata and controls
75 lines (75 loc) · 2.38 KB
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
72
73
74
75
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. 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>
<fastsimpleimport>
<default>
<ignore_duplicates>0</ignore_duplicates>
<behavior>add_update</behavior>
<entity>catalog_product</entity>
<validation_strategy>validation-stop-on-errors</validation_strategy>
<allowed_error_count>10</allowed_error_count>
<category_path_seperator>/</category_path_seperator>
</default>
</fastsimpleimport>
<system>
<media_storage_configuration>
<allowed_resources>
<email_folder>email</email_folder>
</allowed_resources>
</media_storage_configuration>
<emails>
<forgot_email_template>system_emails_forgot_email_template</forgot_email_template>
<forgot_email_identity>general</forgot_email_identity>
</emails>
<dashboard>
<enable_charts>1</enable_charts>
</dashboard>
</system>
<general>
<validator_data>
<input_types>
<price>price</price>
<media_image>media_image</media_image>
<gallery>gallery</gallery>
</input_types>
</validator_data>
</general>
<web>
<seo>
<use_rewrites>0</use_rewrites>
</seo>
</web>
</default>
<stores>
<admin>
<design>
<package>
<name>default</name>
</package>
<theme>
<default>default</default>
</theme>
</design>
</admin>
</stores>
<websites>
<admin>
<web>
<routers>
<frontend>
<disabled>true</disabled>
</frontend>
</routers>
<default>
<no_route>admin/noroute/index</no_route>
</default>
</web>
</admin>
</websites>
</config>