-
Notifications
You must be signed in to change notification settings - Fork 9.4k
/
Copy pathconfig.xml
108 lines (108 loc) · 4.37 KB
/
config.xml
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0"?>
<!--
/**
* Copyright 2013 Adobe
* All Rights Reserved.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<catalog>
<navigation>
<max_depth>0</max_depth>
</navigation>
<recently_products>
<recently_viewed_lifetime>1000</recently_viewed_lifetime>
<recently_compared_lifetime>1000</recently_compared_lifetime>
</recently_products>
<fields_masks>
<sku>{{name}}</sku>
<meta_title>{{name}}</meta_title>
<meta_keyword>{{name}}</meta_keyword>
<meta_description>{{name}} {{description}}</meta_description>
</fields_masks>
<frontend>
<list_mode>grid-list</list_mode>
<grid_per_page_values>12,24,36</grid_per_page_values>
<list_per_page_values>5,10,15,20,25</list_per_page_values>
<grid_per_page>12</grid_per_page>
<list_per_page>10</list_per_page>
<flat_catalog_category>0</flat_catalog_category>
<flat_catalog_product>0</flat_catalog_product>
<default_sort_by>position</default_sort_by>
<list_allow_all>0</list_allow_all>
<parse_url_directives>1</parse_url_directives>
<remember_pagination>0</remember_pagination>
</frontend>
<product>
<flat>
<max_index_count>64</max_index_count>
</flat>
<default_tax_group>2</default_tax_group>
</product>
<seo>
<product_url_suffix>.html</product_url_suffix>
<category_url_suffix>.html</category_url_suffix>
<product_use_categories>0</product_use_categories>
<save_rewrites_history>1</save_rewrites_history>
<title_separator>-</title_separator>
<category_canonical_tag>0</category_canonical_tag>
<product_canonical_tag>0</product_canonical_tag>
<product_url_transliteration>1</product_url_transliteration>
</seo>
<custom_options>
<date_fields_order>m,d,y</date_fields_order>
<time_format>12h</time_format>
<forbidden_extensions>php,exe</forbidden_extensions>
</custom_options>
<layered_navigation>
<display_category>1</display_category>
</layered_navigation>
</catalog>
<indexer>
<catalog_product_price>
<dimensions_mode>none</dimensions_mode>
</catalog_product_price>
</indexer>
<system>
<media_storage_configuration>
<allowed_resources>
<tmp_images_folder>tmp</tmp_images_folder>
<catalog_images_folder>catalog</catalog_images_folder>
<media_gallery_image_folders>
<category_image_folder>catalog/category</category_image_folder>
</media_gallery_image_folders>
<product_custom_options_fodler>custom_options</product_custom_options_fodler>
</allowed_resources>
</media_storage_configuration>
<upload_configuration>
<jpeg_quality>80</jpeg_quality>
</upload_configuration>
</system>
<design>
<watermark>
<image_position>stretch</image_position>
<small_image_position>stretch</small_image_position>
<thumbnail_position>stretch</thumbnail_position>
</watermark>
</design>
<web>
<url>
<catalog_media_url_format>hash</catalog_media_url_format>
</url>
</web>
<general>
<validator_data>
<input_types>
<datetime>datetime</datetime>
</input_types>
</validator_data>
</general>
<dev>
<layout_settings>
<enable_id_handle>1</enable_id_handle>
<enable_attribute_set_handle>0</enable_attribute_set_handle>
</layout_settings>
</dev>
</default>
</config>