Skip to content

Commit

Permalink
magento/adobe-stock-integration#1833: Add ability to disable renditio…
Browse files Browse the repository at this point in the history
…ns functionality to stores configuration - modified Config.php
  • Loading branch information
joweecaquicla committed Sep 17, 2020
1 parent 746ee90 commit 24cec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/MediaGalleryRenditions/Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class Config
{
private const TABLE_CORE_CONFIG_DATA = 'core_config_data';
private const XML_PATH_ENABLED = 'system/media_gallery/enabled';
private const XML_PATH_ENABLED = 'system/media_gallery_renditions/enabled';
private const XML_PATH_MEDIA_GALLERY_RENDITIONS_WIDTH_PATH = 'system/media_gallery_renditions/width';
private const XML_PATH_MEDIA_GALLERY_RENDITIONS_HEIGHT_PATH = 'system/media_gallery_renditions/height';

Expand Down

0 comments on commit 24cec36

Please sign in to comment.