-
Notifications
You must be signed in to change notification settings - Fork 31
/
config.xml
105 lines (100 loc) · 3.07 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
<?xml version="1.0"?>
<!--
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category Netzarbeiter
* @package Netzarbeiter_NicerImageNames
* @copyright Copyright (c) 2014 Vinai Kopp http://netzarbeiter.com/
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
-->
<config>
<modules>
<Netzarbeiter_NicerImageNames>
<version>0.2.6</version>
</Netzarbeiter_NicerImageNames>
</modules>
<global>
<models>
<nicerimagenames>
<class>Netzarbeiter_NicerImageNames_Model</class>
</nicerimagenames>
<catalog>
<rewrite>
<product_image>Netzarbeiter_NicerImageNames_Model_Image</product_image>
</rewrite>
</catalog>
</models>
<helpers>
<nicerimagenames>
<class>Netzarbeiter_NicerImageNames_Helper</class>
</nicerimagenames>
<catalog>
<rewrite>
<image>Netzarbeiter_NicerImageNames_Helper_Image</image>
</rewrite>
</catalog>
</helpers>
<events>
<controller_front_init_before>
<observers>
<nicerimagenames>
<type>singleton</type>
<class>nicerimagenames/observer</class>
<method>controllerFrontInitBefore</method>
</nicerimagenames>
</observers>
</controller_front_init_before>
</events>
</global>
<adminhtml>
<translate>
<modules>
<Netzarbeiter_NicerImageNames>
<files>
<default>Netzarbeiter_NicerImageNames.csv</default>
</files>
</Netzarbeiter_NicerImageNames>
</modules>
</translate>
</adminhtml>
<phpunit>
<suite>
<modules>
<Netzarbeiter_NicerImageNames/>
</modules>
</suite>
</phpunit>
<default>
<catalog>
<nicerimagenames>
<disable_ext>0</disable_ext>
<map>%requestHost-%manufacturer-%sku</map>
<unique>1</unique>
<lowercase>0</lowercase>
<append_file_hash>0</append_file_hash>
<hash_image_folder_name>0</hash_image_folder_name>
<generate_labels>0</generate_labels>
<use_filename_map_for_labels>1</use_filename_map_for_labels>
<label_map>%name %sku</label_map>
</nicerimagenames>
</catalog>
</default>
</config>