Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a61f49

Browse files
committed
86etw71hy - Update settings text for Cloudinary-Only Media Storage feature in current version 2.0.2
1 parent 7b71ad4 commit 5a61f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,11 @@
486486
<field id="cache_placeholder_enable" translate="label comment" type="select" sortOrder="9" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
487487
<label>Cloudinary cache placeholder Enable</label>
488488
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
489-
<comment>WARNING: By activating this field, all the media received from Cloudinary will be saved as a placeholder in your storage.</comment>
489+
<comment>When enabled, media will be stored only on Cloudinary. Magento will keep a small placeholder file (around 1KB) in place of the full media file. This reduces local storage use and ensures assets are delivered directly from Cloudinary.</comment>
490490
</field>
491491
<field id="custom_placeholder_image" translate="label comment" type="image" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
492492
<label>Custom Placeholder Image</label>
493-
<comment>Optional: Upload a custom image that will be used instead of the default Cloudinary placeholder. recommended use up to 10kb image.</comment>
493+
<comment>Optional: Upload a small image (recommended ≤10KB) to use as the local placeholder instead of the default Cloudinary one.</comment>
494494
<backend_model>Magento\Config\Model\Config\Backend\Image</backend_model>
495495
<upload_dir config="system/filesystem/media" scope_info="1">cloudinary_placeholder</upload_dir>
496496
<base_url type="media" scope_info="1">cloudinary_placeholder</base_url>

0 commit comments

Comments
 (0)