Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit f7b4a66

Browse files
authored
Added comments for settings
1 parent 1d5e56b commit f7b4a66

File tree

1 file changed

+7
-5
lines changed
  • app/code/Magento/MediaStorage/etc/adminhtml

1 file changed

+7
-5
lines changed

app/code/Magento/MediaStorage/etc/adminhtml/system.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,16 @@
3131
</field>
3232
</group>
3333
<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>
3737
<validate>validate-zero-or-greater validate-digits</validate>
38+
<comment>Max allowed width for uploaded image.</comment>
3839
</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>
4142
<validate>validate-zero-or-greater validate-digits</validate>
43+
<comment>Max allowed height for uploaded image.</comment>
4244
</field>
4345
</group>
4446
</section>

0 commit comments

Comments
 (0)