Skip to content

Commit b4c4899

Browse files
Merge pull request #1178 from anzin/1174-change-default-readme-text-on-the-example-from
1174: Changing default README.md text
2 parents b5dce10 + 393bc81 commit b4c4899

File tree

3 files changed

+67
-17
lines changed

3 files changed

+67
-17
lines changed
Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
1-
<!---
2-
You can describe your module here.
3-
We recommend that you add the following information:
4-
- implementation details: why and how to use the module, preferably with some example scenarios
5-
- any dependencies (usually other modules but could be any important dependencies, libraries, etc)
6-
- extension points, APIs, plug-ins, etc
7-
- any introduced events
8-
-->
1+
<font color='red'>**The following example is a complete README for a module Magento_Default:** </font>
2+
# Magento_Default module
3+
The Magento_Default module enables you to add the Configurable Product updates to the existing store campaigns.
4+
5+
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.
6+
7+
## Installation details
8+
9+
The Magento_Default module makes irreversible changes in a database during installation. You cannot disable or uninstall this module.
10+
11+
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).
12+
13+
## Extensibility
14+
15+
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).
16+
17+
[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.
18+
19+
### Layouts
20+
21+
The module introduces layout handles in the `view/adminhtml/layout` directory.
22+
23+
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).
24+
25+
### UI components
26+
27+
You can extend product and category updates using the UI components located in the `view/adminhtml/ui_component` directory.
28+
29+
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).
30+
31+
## Additional information
32+
33+
For information about significant changes in patch releases, see [Release information](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# ${PACKAGE}_${MODULE_NAME} module
22

3-
#parse("MD File Description.md")
3+
#include("MD File Description.md")
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)