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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/_data/codebase/v2_4/mrg/module-bundle.yml
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,37 @@
2
2
title: Bundle
3
3
release: 2.4.3
4
4
content: |-
5
-
Magento_Bundle module introduces new product type in the Magento application named Bundle Product.
6
-
This module is designed to extend existing functionality of Magento_Catalog module by adding new product type.
5
+
Magento_Bundle module introduces new product type in the Magento application named
6
+
Bundle Product.
7
+
This module is designed to extend existing functionality of Magento_Catalog module
8
+
by adding new product type.
7
9
8
10
## Installation details
9
-
The Magento_Bundle module has a dependency on the Magento_Catalog, which must be installed and enabled first.
11
+
The Magento_Bundle module has a dependency on the Magento_Catalog, which must be
12
+
installed and enabled first.
10
13
11
14
## Structure
12
15
13
-
[Learn about a typical file structure for a Magento 2 module](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html).
16
+
[Learn about a typical file structure for a Magento 2 module]
Extension developers can interact with the Magento_Bundle 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).
22
+
Extension developers can interact with the Magento_Bundle module. For more
23
+
information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
18
24
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_Bundle module.
0 commit comments