Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 81d9da6

Browse files
author
Taras Shabatyn
authored
Update index.md
Changing the media configuration path to the correct one.
1 parent 3d3717b commit 81d9da6

File tree

1 file changed

+1
-1
lines changed
  • src/guides/v2.3/ext-best-practices/tutorials/modify-image-library-permissions

1 file changed

+1
-1
lines changed

src/guides/v2.3/ext-best-practices/tutorials/modify-image-library-permissions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Modify Media Library folder permissions
55

66
The Magento Media Gallery gives admins the ability to upload image files in specific folders. The Storage class for images in the CMS module manages image file uploads, file retrievals, and directory creation.
77

8-
For security purposes, Magento provides Media Gallery access to contents in specific folders. The configuration path `system/media_storage_configuration/media_storage/allowed_resource/media_gallery_image_folders` in `config.xml` is used to define "Media Gallery Allowed" folders
8+
For security purposes, Magento provides Media Gallery access to contents in specific folders. The configuration path `system/media_storage_configuration/allowed_resources/media_gallery_image_folders` in `config.xml` is used to define "Media Gallery Allowed" folders
99

1010
By default, Magento allows Media Gallery access to the following two directories under `/pub/media`:
1111

0 commit comments

Comments
 (0)