File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/etc/adminhtml Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
<arguments >
17
17
<argument name =" imageTypes" xsi : type =" array" >
18
18
<item name =" small" xsi : type =" array" >
19
- <item name =" title" xsi : type =" string" translate = " true " >Small</item >
19
+ <item name =" title" xsi : type =" string" >Small</item >
20
20
<item name =" attribute" xsi : type =" string" >small_image</item >
21
21
</item >
22
22
<item name =" main" xsi : type =" array" >
23
- <item name =" title" xsi : type =" string" translate = " true " >Main</item >
23
+ <item name =" title" xsi : type =" string" >Main</item >
24
24
<item name =" attribute" xsi : type =" string" >image</item >
25
25
</item >
26
26
<item name =" cart" xsi : type =" array" >
27
- <item name =" title" xsi : type =" string" translate = " true " >Thumbnail</item >
27
+ <item name =" title" xsi : type =" string" >Thumbnail</item >
28
28
<item name =" attribute" xsi : type =" string" >thumbnail</item >
29
29
</item >
30
30
<item name =" custom" xsi : type =" array" >
31
- <item name =" title" xsi : type =" string" translate = " true " >Custom image</item >
31
+ <item name =" title" xsi : type =" string" >Custom image</item >
32
32
<item name =" attribute" xsi : type =" string" >custom_image</item >
33
33
</item >
34
34
</argument >
You can’t perform that action at this time.
0 commit comments