Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion src/guides/v2.3/frontend-dev-guide/themes/product-video.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,18 @@ Example:
</config>
```

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.