Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5df591a

Browse files
Update bundle module content-fixed line-length
1 parent 8ceb810 commit 5df591a

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

src/_data/codebase/v2_4/mrg/module-bundle.yml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,37 @@
22
title: Bundle
33
release: 2.4.3
44
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.
79
810
## 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.
1013
1114
## Structure
1215
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]
17+
(https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/
18+
module-file-structure.html).
1419
1520
## Extensibility
1621
17-
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).
1824
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.
25+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/
26+
v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_Bundle module.
2027
2128
### Layouts
2229
23-
This module introduces the following layouts and layout handles in the directories:
30+
This module introduces the following layouts and layout handles in the
31+
directories:
2432
25-
`view/base/layout`:
33+
* `view/base/layout`:
2634
- `catalog_product_prices`
27-
`view/adminhtml/layout`:
35+
* `view/adminhtml/layout`:
2836
- `adminhtml_order_shipment_new`
2937
- `adminhtml_order_shipment_view`
3038
- `catalog_product_bundle`
@@ -38,7 +46,7 @@ content: |-
3846
- `sales_order_invoice_updateqty`
3947
- `sales_order_invoice_view`
4048
- `sales_order_view`
41-
`view/frontend/layout`:
49+
* `view/frontend/layout`:
4250
- `catalog_product_view_type_bundle`
4351
- `catalog_product_view_type_simple`
4452
- `checkout_cart_configure_type_bundle`

0 commit comments

Comments
 (0)