Skip to content

Commit e76d3a0

Browse files
committed
Merge branch 'MC-40719' of https://github.com/magento-l3/magento2ce into MC-40719
2 parents 730a609 + c5265a5 commit e76d3a0

File tree

1 file changed

+4
-4
lines changed
  • app/code/Magento/ConfigurableProduct

1 file changed

+4
-4
lines changed

app/code/Magento/ConfigurableProduct/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ For information about a typical file structure of a module in Magento 2, see [Mo
1616

1717
Extension developers can interact with the Magento_ConfigurableProduct module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
1818

19-
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_WebapiAsync module.
19+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_ConfigurableProduct module.
2020

2121
## Additional information
2222

2323
### Configurable variables through the theme view.xml
2424

2525
Modify the value of the `gallery_switch_strategy` variable in the theme view.xml file to configure how gallery images should be updated when a user switches between product configurations.
2626

27-
[Learn how to configure variables in view.xml](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/themes/theme-images.html#view_xml_vars)
27+
Learn how to [configure variables] in the view.xml file(https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/themes/theme-images.html#view_xml_vars).
2828

2929
There are two available values for the `gallery_switch_strategy` variable:
3030

@@ -35,9 +35,9 @@ Value | Description
3535

3636
If the `gallery_switch_strategy` variable is not defined, the default value `replace` will be used.
3737

38-
For example, adding these lines of code to the theme view.xml will set the gallery behavior to `replace` mode.
38+
For example, adding these lines of code to the theme view.xml file will set the gallery behavior to `replace` mode.
3939

40-
```
40+
```xml
4141
<vars module="Magento_ConfigurableProduct">
4242
<var name="gallery_switch_strategy">replace</var>
4343
</vars>

0 commit comments

Comments
 (0)