Skip to content

Commit c952484

Browse files
authored
ENGCOM-8207: #1832: Rename renditions stores config fieldset and add comments #30044
2 parents 5cb9f68 + 8d78e4f commit c952484

File tree

1 file changed

+7
-3
lines changed
  • app/code/Magento/MediaGalleryRenditions/etc/adminhtml

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@
99
<system>
1010
<section id="system">
1111
<group id="media_gallery_renditions" translate="label" type="text" sortOrder="1010" showInDefault="1" showInWebsite="0" showInStore="0">
12-
<label>Media Gallery Renditions</label>
12+
<label>Media Gallery Image Optimization</label>
13+
<comment>Resize images to improve performance and decrease the file size. When you use an image from Media Gallery on the storefront, the smaller image is generated and placed instead of the original.
14+
Changing these settings will update all generated images.</comment>
1315
<field id="width" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
14-
<label>Max Width</label>
16+
<label>Maximum Width</label>
1517
<validate>validate-zero-or-greater validate-digits</validate>
18+
<comment>Enter the maximum width of an image in pixels.</comment>
1619
</field>
1720
<field id="height" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
18-
<label>Max Height</label>
21+
<label>Maximum Height</label>
1922
<validate>validate-zero-or-greater validate-digits</validate>
23+
<comment>Enter the maximum height of an image in pixels.</comment>
2024
</field>
2125
</group>
2226
</section>

0 commit comments

Comments
 (0)