This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
app/code/Magento/MediaStorage/etc/adminhtml Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 31
31
</field >
32
32
</group >
33
33
<group id =" media_configuration" translate =" label" type =" text" sortOrder =" 1000" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
34
- <label >Images Configuration </label >
35
- <field id =" max_width" translate =" label" type =" text" sortOrder =" 100" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
36
- <label >Max width </label >
34
+ <label >Images Upload </label >
35
+ <field id =" max_width" translate =" label comment " type =" text" sortOrder =" 100" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
36
+ <label >Max Width </label >
37
37
<validate >validate-zero-or-greater validate-digits</validate >
38
+ <comment >Max allowed width for uploaded image.</comment >
38
39
</field >
39
- <field id =" max_height" translate =" label" type =" text" sortOrder =" 200" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
40
- <label >Max height </label >
40
+ <field id =" max_height" translate =" label comment " type =" text" sortOrder =" 200" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
41
+ <label >Max Height </label >
41
42
<validate >validate-zero-or-greater validate-digits</validate >
43
+ <comment >Max allowed height for uploaded image.</comment >
42
44
</field >
43
45
</group >
44
46
</section >
You can’t perform that action at this time.
0 commit comments