Skip to content

Commit dd347f5

Browse files
author
joweecaquicla
committed
magento/adobe-stock-integration#1832: Rename renditions stores config fieldset and add comments - additional modifications
1 parent 45a224f commit dd347f5

File tree

1 file changed

+4
-2
lines changed
  • app/code/Magento/MediaGalleryRenditions/etc/adminhtml

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
<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.
1414
Changing these settings will update all generated images.</comment>
1515
<field id="width" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
16-
<label>Max Width</label>
16+
<label>Maximum Width</label>
1717
<validate>validate-zero-or-greater validate-digits</validate>
18+
<comment>Enter the maximum width of an image in pixels.</comment>
1819
</field>
1920
<field id="height" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
20-
<label>Max Height</label>
21+
<label>Maximum Height</label>
2122
<validate>validate-zero-or-greater validate-digits</validate>
23+
<comment>Enter the maximum height of an image in pixels.</comment>
2224
</field>
2325
</group>
2426
</section>

0 commit comments

Comments
 (0)