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/Widget/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
1
1
# Magento_Widget module
2
2
3
-
The **Magento_Widget** module allows Magento application to be extended with custom widget blocks.
3
+
The Magento_Widget module allows Magento application to be extended with custom widget blocks.
4
4
5
5
## Installation details
6
6
7
-
Before installing this module, note that the **Magento_Widget** is dependent on the following modules:
7
+
Before installing this module, note that the Magento_Widget is dependent on the following modules:
8
8
9
9
- Magento_Catalog
10
10
- Magento_Cms
11
11
- Magento_Store
12
12
13
-
Before disabling or uninstalling this module, please consider the following dependencies:
13
+
Before disabling or uninstalling this module, note the following dependencies:
14
14
15
15
- Magento_CatalogWidget
16
16
- Magento_CurrencySymbol
17
17
- Magento_Newsletter
18
18
19
-
Please find here[how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
19
+
Refer to[how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
20
20
21
21
## Extensibility
22
22
23
-
Extension developers can interact with the **Magento_Widget** 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).
23
+
Extension developers can interact with the Magento_Widget 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).
24
24
25
-
[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_Widget** module.
25
+
[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_Widget module.
26
26
27
27
### Layouts
28
28
@@ -38,4 +38,4 @@ This module introduces the following layouts and layout handles in the directori
38
38
-`default`
39
39
-`print`
40
40
41
-
For more information about a layout in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
41
+
For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
0 commit comments