Skip to content

Commit 393bc81

Browse files
committed
1174: Fixed failed test
1 parent d736305 commit 393bc81

File tree

1 file changed

+33
-8
lines changed
  • testData/actions/generation/generator/ModuleReadmeMdGenerator/generateModuleReadmeMdFile

1 file changed

+33
-8
lines changed
Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11
# Foo_Bar module
22

3-
<!---
4-
You can describe your module here.
5-
We recommend that you add the following information:
6-
- implementation details: why and how to use the module, preferably with some example scenarios
7-
- any dependencies (usually other modules but could be any important dependencies, libraries, etc)
8-
- extension points, APIs, plug-ins, etc
9-
- any introduced events
10-
-->
3+
<font color='red'>**The following example is a complete README for a module Magento_Default:** </font>
4+
# Magento_Default module
5+
The Magento_Default module enables you to add the Configurable Product updates to the existing store campaigns.
6+
7+
The Magento_Default module is a part of the staging functionality in Magento EE. The module adds the “Configurations” tab and the configuration wizard to the Schedule Update form of a product. You can change the Configurable Product attributes in campaigns. These updates are shown on the campaign dashboard.
8+
9+
## Installation details
10+
11+
The Magento_Default module makes irreversible changes in a database during installation. You cannot disable or uninstall this module.
12+
13+
For information about a module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
14+
15+
## Extensibility
16+
17+
Extension developers can interact with the Magento_Default 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+
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_Default module.
20+
21+
### Layouts
22+
23+
The module introduces layout handles in the `view/adminhtml/layout` directory.
24+
25+
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).
26+
27+
### UI components
28+
29+
You can extend product and category updates using the UI components located in the `view/adminhtml/ui_component` directory.
30+
31+
For information about a UI component in Magento 2, see [Overview of UI components](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html).
32+
33+
## Additional information
34+
35+
For information about significant changes in patch releases, see [Release information](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html).

0 commit comments

Comments
 (0)