You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/ConfigurableProduct/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ For information about a typical file structure of a module in Magento 2, see [Mo
16
16
17
17
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).
18
18
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.
20
20
21
21
## Additional information
22
22
23
23
### Configurable variables through the theme view.xml
24
24
25
25
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.
26
26
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).
28
28
29
29
There are two available values for the `gallery_switch_strategy` variable:
30
30
@@ -35,9 +35,9 @@ Value | Description
35
35
36
36
If the `gallery_switch_strategy` variable is not defined, the default value `replace` will be used.
37
37
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.
0 commit comments