Skip to content

Commit

Permalink
v1.14.13: Added a note to the product gallery configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pini-girit committed Jun 27, 2021
1 parent ea3c2cf commit c8adf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<attribute type="expanded">0</attribute>
<field id="pg_enabled" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
<label>Enable Cloudinary's Product Gallery</label>
<comment><![CDATA[Enable Cloudinary's Product Gallery for product detail pages (override Magento's default). Supports Images, Videos and Spinsets. See <a href="https://cloudinary.com/documentation/product_gallery" target="_blank" title="Product Gallery documentation">Product Gallery documentation</a> for information on the configuration options.]]></comment>
<comment><![CDATA[Enable Cloudinary's Product Gallery for product detail pages (override Magento's default). Supports Images, Videos and Spinsets. See <a href="https://cloudinary.com/documentation/product_gallery" target="_blank" title="Product Gallery documentation">Product Gallery documentation</a> for information on the configuration options.<br>*To enable the Product Gallery to access and load your media, ensure that you remove any restrictions on listing resources. To verify this, open the <a href="https://cloudinary.com/console/" title="Cloudinary Console">Cloudinary Console</a>, navigate to Settings and select the Security tab. From here, make sure that “Resource list” is unchecked in the “Restricted media types” option group.]]></comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<config_path>cloudinary/product_gallery/enabled</config_path>
</field>
Expand Down

0 comments on commit c8adf00

Please sign in to comment.