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/AdminNotification/README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ The Magento_AdminNotification module provides the ability to alert administrator
4
4
5
5
## Installation details
6
6
7
-
Before disable or uninstall this module, please note that Magento_Indexer module depends on this module.
7
+
Before disabling or uninstalling this module, note that the Magento_Indexer module depends on this module.
8
8
9
-
For information about a module installation in Magento 2, see [Enable or disable modules](http://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html).
9
+
For information about module installation in Magento 2, see [Enable or disable modules](http://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html).
10
10
11
11
### Events
12
12
@@ -16,14 +16,15 @@ This module observes the following events:
16
16
17
17
### Layouts
18
18
19
-
This module introduces the following layouts handle in the `view/adminhtml/layout` directory:
19
+
This module introduces the following layouts and layout handles in the `view/adminhtml/layout` directory:
20
20
21
21
-`adminhtml_notification_index`
22
+
-`adminhtml_notification_block`
22
23
23
-
For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-overview.html).
24
+
For more information about layouts in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-overview.html).
24
25
25
26
### UI components
26
27
27
-
You can extend admin notifications using the configuration file in `view/adminhtml/ui_component/notification_area.xml`
28
+
You can extend admin notifications using the `view/adminhtml/ui_component/notification_area.xml` configuration file.
28
29
29
-
For information about a UI component in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.3/ui_comp_guide/bk-ui_comps.html).
30
+
For information about UI components in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.3/ui_comp_guide/bk-ui_comps.html).
0 commit comments