Skip to content

Commit 1dad97c

Browse files
committed
Update Admin Notification ReadMe
1 parent f7173a6 commit 1dad97c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

app/code/Magento/AdminNotification/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The Magento_AdminNotification module provides the ability to alert administrator
44

55
## Installation details
66

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.
88

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).
1010

1111
### Events
1212

@@ -16,14 +16,15 @@ This module observes the following events:
1616

1717
### Layouts
1818

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:
2020

2121
- `adminhtml_notification_index`
22+
- `adminhtml_notification_block`
2223

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).
2425

2526
### UI components
2627

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.
2829

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

Comments
 (0)