diff --git a/src/guides/v2.3/frontend-dev-guide/images/config-catalog-catalog-product-video.png b/src/guides/v2.3/frontend-dev-guide/images/config-catalog-catalog-product-video.png new file mode 100644 index 00000000000..c589efe57d8 Binary files /dev/null and b/src/guides/v2.3/frontend-dev-guide/images/config-catalog-catalog-product-video.png differ diff --git a/src/guides/v2.3/frontend-dev-guide/themes/product-video.md b/src/guides/v2.3/frontend-dev-guide/themes/product-video.md index 960cebb20b6..23f9c41233f 100644 --- a/src/guides/v2.3/frontend-dev-guide/themes/product-video.md +++ b/src/guides/v2.3/frontend-dev-guide/themes/product-video.md @@ -83,4 +83,18 @@ Example: ``` -For the sake of compatibility, upgradability and easy maintenance, do not edit the default Magento code. Instead, add your customizations in a separate module. +For the sake of compatibility, upgradability and easy maintenance, do not edit the default Magento code. Instead add your customizations in a separate module. + +## Configure product video options from Magento Admin + +1. On the _Admin_ sidebar, go to **Stores** > _Settings_ > **Configuration**. + +1. In the left panel, expand **Catalog** and choose **Catalog** underneath. + +1. Expand the _Product Video_ section and uncheck the **Use system value** checkbox. Then change the configuration options. + +![Product Video Options]({{ page.baseurl }}/frontend-dev-guide/images/config-catalog-catalog-product-video.png) + +1. When complete, click _Save Config_. + +1. When prompted, refresh the cache. diff --git a/src/guides/v2.4/frontend-dev-guide/images/config-catalog-catalog-product-video.png b/src/guides/v2.4/frontend-dev-guide/images/config-catalog-catalog-product-video.png new file mode 120000 index 00000000000..7eb5c0b5395 --- /dev/null +++ b/src/guides/v2.4/frontend-dev-guide/images/config-catalog-catalog-product-video.png @@ -0,0 +1 @@ +../../../v2.3/frontend-dev-guide/images/config-catalog-catalog-product-video.png \ No newline at end of file