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
**Admin Notification** provides the ability to alert administrators via
4
-
system messages and provides a message inbox for surveys and notifications.
3
+
The Magento_AdminNotification module provides the ability to alert administrators via system messages and provides a message inbox for surveys and notifications.
4
+
5
+
## Installation details
6
+
7
+
Before disabling or uninstalling this module, note that the Magento_Indexer module depends on this module.
8
+
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
+
11
+
### Events
12
+
13
+
This module observes the following events:
14
+
15
+
-`controller_action_predispatch` event in `Magento\AdminNotification\Observer\PredispatchAdminActionControllerObserver`
16
+
17
+
### Layouts
18
+
19
+
This module introduces the following layouts and layout handles in the `view/adminhtml/layout` directory:
20
+
21
+
-`adminhtml_notification_index`
22
+
-`adminhtml_notification_block`
23
+
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).
25
+
26
+
### UI components
27
+
28
+
You can extend admin notifications using the `view/adminhtml/ui_component/notification_area.xml` configuration file.
29
+
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