From 628a1e4247dabe95ed2e343a37ed945a39811b7f Mon Sep 17 00:00:00 2001 From: CJ Date: Mon, 21 Dec 2020 14:36:21 +0530 Subject: [PATCH 01/22] Updated wishlist graphql readme file --- app/code/Magento/WishlistGraphQl/README.md | 44 ++++++++++++++++++++-- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/WishlistGraphQl/README.md b/app/code/Magento/WishlistGraphQl/README.md index 9121593e6a759..3bab2a76bd5eb 100644 --- a/app/code/Magento/WishlistGraphQl/README.md +++ b/app/code/Magento/WishlistGraphQl/README.md @@ -1,4 +1,42 @@ -# WishlistGraphQl +# Magento_WishlistGraphQl module -**WishlistGraphQl** provides type information for the GraphQl module -to generate wishlist fields. +The **Magento_WishlistGraphQl** module adds, removes, and updates products on the wishlist. + +The **Magento_WishlistGraphQl** module extends **Magento_GraphQl** and **Magento_Wishlist** modules. The module provides type and resolver information for GraphQL API. + +## Installation details + +Before installing this module, note that the **Magento_WishlistGraphQl** is dependent on the following modules: + +- Magento_Catalog +- Magento_Checkout +- Magento_Customer +- Magento_CustomerGraphQl +- Magento_Directory +- Magento_GiftMessage +- Magento_GraphQl +- Magento_Quote +- Magento_Sales +- Magento_Store + +For information about enabling or disabling a module in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). + +## Extensibility + +Extension developers can interact with the Magento_WishlistGraphQl 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). + +[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_WishlistGraphQl module. + +## Additional information + +For more information about the **Magento_WishlistGraphQl** [Queries](#queries) and [Mutations](#mutations) see below: + +### Queries {#queries} + +- [`wishlist`](https://devdocs.magento.com/guides/v2.4/graphql/queries/wishlist.html) + +### Mutations {#mutations} + +- [`addProductsToWishlist`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/add-products-to-wishlist.html) +- [`removeProductsFromWishlist`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/remove-products-from-wishlist.html) +- [`updateProductsInWishlist`](https://devdocs.magento.com/guides/v2.4/graphql/mutations/update-products-in-wishlist.html) From c16f995ae5a10e037841f2624ebf1e6987f5cba9 Mon Sep 17 00:00:00 2001 From: CJ Date: Mon, 21 Dec 2020 16:54:17 +0530 Subject: [PATCH 02/22] Updated wishlist analytics readme file --- app/code/Magento/WishlistAnalytics/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/WishlistAnalytics/README.md b/app/code/Magento/WishlistAnalytics/README.md index 275acf0796286..32cf1d35bbd06 100644 --- a/app/code/Magento/WishlistAnalytics/README.md +++ b/app/code/Magento/WishlistAnalytics/README.md @@ -1,3 +1,18 @@ # Magento_WishlistAnalytics module -The Magento_WishlistAnalytics module configures data definitions for a data collection related to the Wishlist module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.3/advanced-reporting/modules.html). +The **Magento_WishlistAnalytics** module configures data definitions for a data collection related to the Wishlist module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.4/advanced-reporting/modules.html). + +## Installation details + +Before installing this module, note that the **Magento_WishlistAnalytics** is dependent on the following modules: + +- Magento_Analytics +- Magento_Wishlist + +For information about enabling or disabling a module in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). + +## Extensibility + +Extension developers can interact with the Magento_WishlistAnalytics 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). + +[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_WishlistAnalytics module. From cfbc08c8957ab7a23fc3a6c074303950c93e126c Mon Sep 17 00:00:00 2001 From: CJ Date: Tue, 22 Dec 2020 10:22:40 +0530 Subject: [PATCH 03/22] Removed extensibility content from the readme file. --- app/code/Magento/WishlistAnalytics/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/code/Magento/WishlistAnalytics/README.md b/app/code/Magento/WishlistAnalytics/README.md index 32cf1d35bbd06..5bbd19416ac82 100644 --- a/app/code/Magento/WishlistAnalytics/README.md +++ b/app/code/Magento/WishlistAnalytics/README.md @@ -10,9 +10,3 @@ Before installing this module, note that the **Magento_WishlistAnalytics** is de - Magento_Wishlist For information about enabling or disabling a module in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). - -## Extensibility - -Extension developers can interact with the Magento_WishlistAnalytics 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). - -[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_WishlistAnalytics module. From 6cb297ba167aa95aaa0f2f9fa000292dcfaabd1a Mon Sep 17 00:00:00 2001 From: CJ Date: Tue, 22 Dec 2020 13:27:50 +0530 Subject: [PATCH 04/22] Updated wishlist readme file --- app/code/Magento/Wishlist/README.md | 102 +++++++++++++++++++++++++++- 1 file changed, 100 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Wishlist/README.md b/app/code/Magento/Wishlist/README.md index 1caed125814e7..67fbef6771cba 100644 --- a/app/code/Magento/Wishlist/README.md +++ b/app/code/Magento/Wishlist/README.md @@ -1,2 +1,100 @@ -The Magento_Wishlist implements the Wishlist functionality. -This allows customers to create a list of products that they can add to their shopping cart to be purchased at a later date, or share with friends. +# Magento_Wishlist module + +The **Magento_Wishlist** module implements the Wishlist functionality. + +This module allows customers to create a list of products that they can add to their shopping cart to be purchased at a later date, or share with friends. + +## Installation details + +Before installing this module, note that the **Magento_Wishlist** is dependent on the following modules: + +- Magento_Captcha +- Magento_Catalog +- Magento_Customer + +Before disabling or uninstalling this module, please consider the following dependencies: + +- Magento_WishlistAnalytics + +Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). + +## Structure + +`Pricing/` - the directory that contain solutions for configurable and downloadable product price. + +For information about a typical file structure of a module in Magento 2, see [Module file structure](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). + +## Extensibility + +Extension developers can interact with the Magento_Wishlist module. For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). + +[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_Wishlist module. + +### Events + +The module dispatches the following events: + +- `product_option_renderer_init` event in the `\Magento\Wishlist\Block\Customer\Wishlist\Item\Options::_construct()` method. Parameters: + - `block` is a Wishlist block customer items (`\Magento\Wishlist\Block\Customer\Wishlist\Item\Options` class). +- `rss_wishlist_xml_callback` event in the `\Magento\Wishlist\Model\Rss\Wishlist::getRssData()` method. Parameters: + - `$args` is a array of product object (`\Magento\Catalog\Model\Product` class). +- `wishlist_add_item` event in the `\Magento\Wishlist\Model\Wishlist::addItem()` method. Parameters: + - `item` is an item object (`\Magento\Wishlist\Model\Item` class). +- `wishlist_add_product` event in the `\Magento\Wishlist\Controller\Index\Add::execute()` method. Parameters: + - `wishlist` is a Wishlist object (`\Magento\Wishlist\Model\Wishlist` class). + - `product` is a product object (`\Magento\Catalog\Api\Data\ProductInterface` class). + - `item` is an item object (`\Magento\Wishlist\Model\Item` class). +- `wishlist_item_collection_products_after_load` event in the `\Magento\Wishlist\Model\ResourceModel\Item\Collection::_assignProducts()` method. Parameters: + - `product_collection` is a product collection object (`\Magento\Catalog\Model\ResourceModel\Product\Collection` class). +- `wishlist_items_renewed` event in the `\Magento\Wishlist\Helper\Data::calculate()` method. +- `wishlist_product_add_after` event in the `\Magento\Wishlist\Model\Wishlist::addNewItem()` method. Parameters: + - `items` is an array of item object (`\Magento\Wishlist\Model\Item` class). +- `wishlist_share` event in the `\Magento\Wishlist\Controller\Index\Send::execute()` method. Parameters: + - `wishlist` is a Wishlist object (`\Magento\Wishlist\Model\Wishlist` class). +- `wishlist_update_item` event in the `\Magento\Wishlist\Controller\Index\UpdateItemOptions::execute()` method. Parameters: + - `wishlist` is a Wishlist object (`\Magento\Wishlist\Model\Wishlist` class). + - `product` is a product object (`\Magento\Catalog\Api\Data\ProductInterface` class). + - `item` is an item object (`\Magento\Wishlist\Model\Item` class). + +For information about the event system in Magento 2, see [Events and observers](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events). + +### Layouts + +This module introduces the following layouts and layout handles in the directories: + +- `view/adminhtml/layout`: + - `customer_index_wishlist` +- `view/base/layout`: + - `catalog_product_prices` +- `view/frantend/layout`: + - `catalog_category_view` + - `catalog_product_view` + - `catalogsearch_advanced_result` + - `checkout_cart_index` + - `checkout_cart_item_renderers` + - `customer_account` + - `default` + - `wishlist_email_items` + - `wishlist_email_rss` + - `wishlist_index_configure` + - `wishlist_index_configure_type_bundle` + - `wishlist_index_configure_type_configurable` + - `wishlist_index_configure_type_downloadable` + - `wishlist_index_configure_type_grouped` + - `wishlist_index_configure_type_simple` + - `wishlist_index_index` + - `wishlist_index_share` + - `wishlist_shared_index.xml` + +For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). + +### UI components + +You can extend a customer form and widgets using the configuration files located in the directories +- `view/base/ui_component`: + - `customer_form` +- `view/frontend/ui_component`: + - `widget_recently_compared` + - `widget_recently_viewed` + +For information about a UI component in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html). From 8584f85dbb74fd6b4a014d6f2199849446302d96 Mon Sep 17 00:00:00 2001 From: CJ Date: Tue, 22 Dec 2020 14:19:07 +0530 Subject: [PATCH 05/22] Updated widget readme file --- app/code/Magento/Widget/README.md | 42 ++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/Widget/README.md b/app/code/Magento/Widget/README.md index 4d70d3b6838e0..bac31207cc228 100644 --- a/app/code/Magento/Widget/README.md +++ b/app/code/Magento/Widget/README.md @@ -1 +1,41 @@ -The Widget module allows Magento application to be extended with custom widget blocks. \ No newline at end of file +# Magento_Widget module + +The **Magento_Widget** module allows Magento application to be extended with custom widget blocks. + +## Installation details + +Before installing this module, note that the **Magento_Widget** is dependent on the following modules: + +- Magento_Catalog +- Magento_Cms +- Magento_Store + +Before disabling or uninstalling this module, please consider the following dependencies: + +- Magento_CatalogWidget +- Magento_CurrencySymbol +- Magento_Newsletter + +Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). + +## Extensibility + +Extension developers can interact with the **Magento_Widget** module. For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). + +[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_Widget** module. + +### Layouts + +This module introduces the following layouts and layout handles in the directories: + +- `view/adminhtml/layout`: + - `adminhtml_widget_index` + - `adminhtml_widget_instance_block` + - `adminhtml_widget_instance_edit` + - `adminhtml_widget_instance_index` + - `adminhtml_widget_loadoptions` +- `view/frantend/layout`: + - `default` + - `print` + +For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). From ee667ff1e80c685b27bbe129bce1e4ff43d887bb Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Tue, 22 Dec 2020 14:24:54 +0530 Subject: [PATCH 06/22] Update README.md --- app/code/Magento/WishlistGraphQl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/WishlistGraphQl/README.md b/app/code/Magento/WishlistGraphQl/README.md index 3bab2a76bd5eb..43b455ad58b81 100644 --- a/app/code/Magento/WishlistGraphQl/README.md +++ b/app/code/Magento/WishlistGraphQl/README.md @@ -2,7 +2,7 @@ The **Magento_WishlistGraphQl** module adds, removes, and updates products on the wishlist. -The **Magento_WishlistGraphQl** module extends **Magento_GraphQl** and **Magento_Wishlist** modules. The module provides type and resolver information for GraphQL API. +The **Magento_WishlistGraphQl** module extends **Magento_GraphQl** and **Magento_Wishlist** modules. This module provides type and resolver information for GraphQL API. ## Installation details From af5765d2af52f59d364f7b2b0d035387ad8733bc Mon Sep 17 00:00:00 2001 From: CJ Date: Tue, 22 Dec 2020 14:34:02 +0530 Subject: [PATCH 07/22] Updated weee graphql module readme file --- app/code/Magento/WeeeGraphQl/README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/WeeeGraphQl/README.md b/app/code/Magento/WeeeGraphQl/README.md index b44771513d562..c80589a38af5c 100644 --- a/app/code/Magento/WeeeGraphQl/README.md +++ b/app/code/Magento/WeeeGraphQl/README.md @@ -1,4 +1,22 @@ -# WeeeGraphQl +# Magento_WeeeGraphQl module -**WeeeGraphQl** provides type information for the GraphQl module -to generate wee tax fields for catalog and product information endpoints. +The **Magento_WeeeGraphQl** module provides type information for the GraphQl module to generate wee tax fields for the catalog and product information endpoints. + +The **Magento_WeeeGraphQl** module extends **Magento_GraphQl** and **Magento_Weee** modules. This module provides type and resolver information for GraphQL API. + +## Installation details + +Before installing this module, note that the **Magento_WeeeGraphQl** is dependent on the following modules: + +- `Magento_CatalogGraphQl` +- `Magento_Store` +- `Magento_Tax` +- `Magento_Weee` + +For information about enabling or disabling a module in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). + +## Extensibility + +Extension developers can interact with the **Magento_WeeeGraphQl** 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). + +[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_WeeeGraphQl** module. From 7cf765776bec638224b4a3ea1c1bf51def4249d7 Mon Sep 17 00:00:00 2001 From: CJ Date: Wed, 23 Dec 2020 15:15:05 +0530 Subject: [PATCH 08/22] Updated weee module readme file --- app/code/Magento/Weee/README.md | 113 ++++++++++++++++++++++++++------ 1 file changed, 93 insertions(+), 20 deletions(-) diff --git a/app/code/Magento/Weee/README.md b/app/code/Magento/Weee/README.md index ef433ec4c96f9..3ba049795b8c9 100644 --- a/app/code/Magento/Weee/README.md +++ b/app/code/Magento/Weee/README.md @@ -1,26 +1,99 @@ -# Overview -The Magento_Weee module enables the application of fees/fixed product taxes (FPT) on certain types of products, usually related to electronic devices and recycling. -Fixed product taxes can be used to setup a WEEE tax that is a fixed amount, rather than a percentage of the product price. FPT can be configured to be displayed at various places in Magento. Rules, amounts, and display options can be configured in the backend. This module extends the existing functionality of Magento_Tax. +# Magento_Weee module -The Magento_Weee module includes the following: +The **Magento_Weee** module enables the application of fees/fixed product taxes (FPT) on certain types of products, usually related to electronic devices and recycling. -* ability to add different number of fixed product taxes to product. They are treated as a product attribute; -* configuration of where WEEE appears (on category, product, sales, invoice, or credit memo pages) and whether FPT should be taxed; -* a new line item in the totals section. +Fixed product taxes can be used to setup a WEEE tax that is a fixed amount, rather than a percentage of the product price. FPT can be configured to be displayed at various places in Magento. Rules, amounts, and display options can be configured in the backend. -# System requirements -The Magento_Weee module does not have any specific system requirements. +This module extends the existing functionality of **Magento_Tax**. -## Install -Magento_Weee module can be installed automatically (using native Magento install mechanism) without any additional actions +The **Magento_Weee** module includes the following: -## Uninstall -Magento installation with existing products with FPT: -* Disable FPT on the backend -* Remove all products with FPT -* Remove all FPT attributes from attribute sets -* Delete all FPT attributes -* Remove module directory from the code base +- Ability to add different number of fixed product taxes to product. They are treated as a product attribute. +- Configuration of where WEEE appears (on category, product, sales, invoice, or credit memo pages) and whether FPT should be taxed. +- A new line item in the totals section. -New Magento installation: -* Can be removed without additional actions +## Installation details + +The **Magento_Weee** module can be installed automatically (using native Magento install mechanism) without any additional actions. + +Before installing this module, note that the **Magento_Weee** is dependent on the following modules: + +- Magento_Catalog +- Magento_Checkout +- Magento_Customer +- Magento_Quote +- Magento_Sales +- Magento_Store +- Magento_Tax + +Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). + +## Structure + +`Pricing/` - directory that contain tax adjustment. + +For information about a typical file structure of a module in Magento 2, see [Module file structure](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). + +## Extensibility + +Extension developers can interact with the **Magento_Weee** module. For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). + +[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_Weee** module. + +### Layouts + +This module introduces the following layouts and layout handles in the directories: + +- `view/adminhtml/layout`: + - `catalog_product_form` + - `sales_creditmemo_item_price` + - `sales_invoice_item_price` + - `sales_order_create_item_price` + - `sales_order_creditmemo_new` + - `sales_order_creditmemo_updateqty` + - `sales_order_creditmemo_view` + - `sales_order_invoice_new` + - `sales_order_invoice_updateqty` + - `sales_order_invoice_view` + - `sales_order_item_price` + - `sales_order_view` + +- `view/base/layout`: + - `catalog_product_prices` + +- `view/frantend/layout`: + - `checkout_cart_index` + - `checkout_index_index` + - `checkout_item_price_renderers` + - `default` + - `sales_email_item_price` + - `sales_email_order_creditmemo_items` + - `sales_email_order_invoice_items` + - `sales_email_order_items` + - `sales_guest_creditmemo` + - `sales_guest_invoice` + - `sales_guest_print` + - `sales_guest_printcreditmemo` + - `sales_guest_printinvoice` + - `sales_guest_view` + - `sales_order_creditmemo` + - `sales_order_invoice` + - `sales_order_item_price` + - `sales_order_print` + - `sales_order_printcreditmemo` + - `sales_order_printinvoice` + - `sales_order_view` + +For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). + +### UI components + +You can extend a customer form and widgets using the configuration files located in the directories + +- `view/adminhtml/ui_component`: + - `product_attribute_add_form` +- `view/frontend/ui_component`: + - `widget_recently_compared` + - `widget_recently_viewed` + +For information about a UI component in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html). From db1be3fd789c37aaa4642f4c49e5fd48e84dc1c8 Mon Sep 17 00:00:00 2001 From: CJ Date: Wed, 23 Dec 2020 15:31:07 +0530 Subject: [PATCH 09/22] Updated webapi security module readme file --- app/code/Magento/WebapiSecurity/README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/app/code/Magento/WebapiSecurity/README.md b/app/code/Magento/WebapiSecurity/README.md index ec5f84d1d14fa..954ec10d3dc60 100644 --- a/app/code/Magento/WebapiSecurity/README.md +++ b/app/code/Magento/WebapiSecurity/README.md @@ -1,6 +1,15 @@ -# WebapiSecurity +# Magento_WebapiSecurity module + +The **Magento_WebapiSecurity** module enables access management of some Web API resources. + +If checkbox enabled in backend through: `Stores -> Configuration -> Services -> Magento Web API -> Web Api Security` then the security of all the services outlined in `app/code/Magento/WebapiSecurity/etc/di.xml` would be loosened. You may modify this list to customize which services should follow this behavior. -**WebapiSecurity** enables access management of some Web API resources. -If checkbox is enabled in backend through: Stores -> Configuration -> Services -> Magento Web API -> Web Api Security -then the security of all of the services outlined in app/code/Magento/WebapiSecurity/etc/di.xml would be loosened. You may modify this list to customize which services should follow this behavior. By loosening the security, these services would allow access anonymously (by anyone). + +## Installation details + +Before installing this module, note that the **Magento_WebapiSecurity** is dependent on the following modules: + +- `Magento_Webapi` + +Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). From 0b5401fa48ae61878f7a250ab589baf3c05b5070 Mon Sep 17 00:00:00 2001 From: CJ Date: Wed, 23 Dec 2020 15:51:46 +0530 Subject: [PATCH 10/22] Updated webapi async module readme file --- app/code/Magento/WebapiAsync/README.md | 29 ++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/WebapiAsync/README.md b/app/code/Magento/WebapiAsync/README.md index ed57634e77caf..3d9a2b7b10967 100644 --- a/app/code/Magento/WebapiAsync/README.md +++ b/app/code/Magento/WebapiAsync/README.md @@ -1,3 +1,28 @@ -# WebapiAsync +# Magento_WebapiAsync module -**WebapiAsync** Extends Webapi extension and provide functional to process asynchronous requests. It handle asynchronous requests, schedule, publish and consum bulk operations from queue. +**Magento_WebapiAsync** module extends Webapi extension and provide functional to process asynchronous requests. + +**Magento_WebapiAsync** module handles asynchronous requests, schedule, publish and consume bulk operations from a queue. + +## Installation details + +Before installing this module, note that the **Magento_WebapiAsync** is dependent on the following modules: + +- Magento_AsynchronousOperations +- Magento_Customer +- Magento_User +- Magento_Webapi + +Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). + +## Structure + +`Code/` - the directory that contains Remote service reader configuration files. + +For information about a typical file structure of a module in Magento 2, see [Module file structure](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). + +## Extensibility + +Extension developers can interact with the Magento_WebapiAsync module. For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). + +[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_WebapiAsync module. From 01a656ff2a318edbcc179231e31ad9b3c8565066 Mon Sep 17 00:00:00 2001 From: CJ Date: Mon, 28 Dec 2020 12:24:25 +0530 Subject: [PATCH 11/22] Chaged http to https --- app/code/Magento/WebapiAsync/README.md | 6 +++--- app/code/Magento/Weee/README.md | 10 +++++----- app/code/Magento/WeeeGraphQl/README.md | 2 +- app/code/Magento/Widget/README.md | 6 +++--- app/code/Magento/Wishlist/README.md | 10 +++++----- app/code/Magento/WishlistGraphQl/README.md | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/code/Magento/WebapiAsync/README.md b/app/code/Magento/WebapiAsync/README.md index 3d9a2b7b10967..36b092c938fa3 100644 --- a/app/code/Magento/WebapiAsync/README.md +++ b/app/code/Magento/WebapiAsync/README.md @@ -19,10 +19,10 @@ Please find here [how to enable or disable modules in Magento 2](https://devdocs `Code/` - the directory that contains Remote service reader configuration files. -For information about a typical file structure of a module in Magento 2, see [Module file structure](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). +For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). ## Extensibility -Extension developers can interact with the Magento_WebapiAsync module. For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). +Extension developers can interact with the Magento_WebapiAsync 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). -[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_WebapiAsync module. +[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_WebapiAsync module. diff --git a/app/code/Magento/Weee/README.md b/app/code/Magento/Weee/README.md index 3ba049795b8c9..0e846694523a9 100644 --- a/app/code/Magento/Weee/README.md +++ b/app/code/Magento/Weee/README.md @@ -32,13 +32,13 @@ Please find here [how to enable or disable modules in Magento 2](https://devdocs `Pricing/` - directory that contain tax adjustment. -For information about a typical file structure of a module in Magento 2, see [Module file structure](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). +For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). ## Extensibility -Extension developers can interact with the **Magento_Weee** module. For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). +Extension developers can interact with the **Magento_Weee** 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). -[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_Weee** module. +[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_Weee** module. ### Layouts @@ -84,7 +84,7 @@ This module introduces the following layouts and layout handles in the directori - `sales_order_printinvoice` - `sales_order_view` -For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). +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). ### UI components @@ -96,4 +96,4 @@ You can extend a customer form and widgets using the configuration files located - `widget_recently_compared` - `widget_recently_viewed` -For information about a UI component in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html). +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). diff --git a/app/code/Magento/WeeeGraphQl/README.md b/app/code/Magento/WeeeGraphQl/README.md index c80589a38af5c..81ee1236f00a2 100644 --- a/app/code/Magento/WeeeGraphQl/README.md +++ b/app/code/Magento/WeeeGraphQl/README.md @@ -19,4 +19,4 @@ For information about enabling or disabling a module in Magento 2, see [Enable o Extension developers can interact with the **Magento_WeeeGraphQl** 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). -[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_WeeeGraphQl** module. +[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_WeeeGraphQl** module. diff --git a/app/code/Magento/Widget/README.md b/app/code/Magento/Widget/README.md index bac31207cc228..8c06ee4c30fa9 100644 --- a/app/code/Magento/Widget/README.md +++ b/app/code/Magento/Widget/README.md @@ -20,9 +20,9 @@ Please find here [how to enable or disable modules in Magento 2](https://devdocs ## Extensibility -Extension developers can interact with the **Magento_Widget** module. For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). +Extension developers can interact with the **Magento_Widget** 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). -[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_Widget** module. +[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_Widget** module. ### Layouts @@ -38,4 +38,4 @@ This module introduces the following layouts and layout handles in the directori - `default` - `print` -For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). +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). diff --git a/app/code/Magento/Wishlist/README.md b/app/code/Magento/Wishlist/README.md index 67fbef6771cba..c9ac4960c2180 100644 --- a/app/code/Magento/Wishlist/README.md +++ b/app/code/Magento/Wishlist/README.md @@ -26,9 +26,9 @@ For information about a typical file structure of a module in Magento 2, see [Mo ## Extensibility -Extension developers can interact with the Magento_Wishlist module. For more information about the Magento extension mechanism, see [Magento plug-ins](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html). +Extension developers can interact with the Magento_Wishlist 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). -[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_Wishlist module. +[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_Wishlist module. ### Events @@ -56,7 +56,7 @@ The module dispatches the following events: - `product` is a product object (`\Magento\Catalog\Api\Data\ProductInterface` class). - `item` is an item object (`\Magento\Wishlist\Model\Item` class). -For information about the event system in Magento 2, see [Events and observers](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events). +For information about the event system in Magento 2, see [Events and observers](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events). ### Layouts @@ -86,7 +86,7 @@ This module introduces the following layouts and layout handles in the directori - `wishlist_index_share` - `wishlist_shared_index.xml` -For more information about a layout in Magento 2, see the [Layout documentation](http://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). +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). ### UI components @@ -97,4 +97,4 @@ You can extend a customer form and widgets using the configuration files located - `widget_recently_compared` - `widget_recently_viewed` -For information about a UI component in Magento 2, see [Overview of UI components](http://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html). +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). diff --git a/app/code/Magento/WishlistGraphQl/README.md b/app/code/Magento/WishlistGraphQl/README.md index 43b455ad58b81..7f2ba3dfa44b4 100644 --- a/app/code/Magento/WishlistGraphQl/README.md +++ b/app/code/Magento/WishlistGraphQl/README.md @@ -25,7 +25,7 @@ For information about enabling or disabling a module in Magento 2, see [Enable o Extension developers can interact with the Magento_WishlistGraphQl 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). -[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_WishlistGraphQl module. +[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_WishlistGraphQl module. ## Additional information From ed701258ce3d061899cf8d1e7143b67ca77830f9 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 28 Dec 2020 12:26:35 +0530 Subject: [PATCH 12/22] Update README.md --- app/code/Magento/Wishlist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Wishlist/README.md b/app/code/Magento/Wishlist/README.md index c9ac4960c2180..66e0d90d5f0b2 100644 --- a/app/code/Magento/Wishlist/README.md +++ b/app/code/Magento/Wishlist/README.md @@ -22,7 +22,7 @@ Please find here [how to enable or disable modules in Magento 2](https://devdocs `Pricing/` - the directory that contain solutions for configurable and downloadable product price. -For information about a typical file structure of a module in Magento 2, see [Module file structure](http://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). +For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). ## Extensibility From 4f4b98aed68992d1c1ae3850274ebf877bd6fcb8 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:58:39 +0530 Subject: [PATCH 13/22] Update README.md --- app/code/Magento/WebapiAsync/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/code/Magento/WebapiAsync/README.md b/app/code/Magento/WebapiAsync/README.md index 36b092c938fa3..f24ec19b3eb3b 100644 --- a/app/code/Magento/WebapiAsync/README.md +++ b/app/code/Magento/WebapiAsync/README.md @@ -1,25 +1,25 @@ # Magento_WebapiAsync module -**Magento_WebapiAsync** module extends Webapi extension and provide functional to process asynchronous requests. +Magento_WebapiAsync module extends Webapi extension and provide functional to process asynchronous requests. -**Magento_WebapiAsync** module handles asynchronous requests, schedule, publish and consume bulk operations from a queue. +Magento_WebapiAsync module handles asynchronous requests, schedule, publish and consume bulk operations from a queue. ## Installation details -Before installing this module, note that the **Magento_WebapiAsync** is dependent on the following modules: +Before installing this module, note that the Magento_WebapiAsync is dependent on the following modules: - Magento_AsynchronousOperations - Magento_Customer - Magento_User - Magento_Webapi -Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). ## Structure `Code/` - the directory that contains Remote service reader configuration files. -For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). +For information about a typical file structure of a module, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). ## Extensibility From 54d95d0dd537d03777677d608b46d0f44a99d606 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:59:15 +0530 Subject: [PATCH 14/22] Update README.md --- app/code/Magento/WebapiSecurity/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/WebapiSecurity/README.md b/app/code/Magento/WebapiSecurity/README.md index 954ec10d3dc60..61bf8fd1cd1e3 100644 --- a/app/code/Magento/WebapiSecurity/README.md +++ b/app/code/Magento/WebapiSecurity/README.md @@ -1,6 +1,6 @@ # Magento_WebapiSecurity module -The **Magento_WebapiSecurity** module enables access management of some Web API resources. +The Magento_WebapiSecurity module enables access management of some Web API resources. If checkbox enabled in backend through: `Stores -> Configuration -> Services -> Magento Web API -> Web Api Security` then the security of all the services outlined in `app/code/Magento/WebapiSecurity/etc/di.xml` would be loosened. You may modify this list to customize which services should follow this behavior. @@ -8,8 +8,8 @@ By loosening the security, these services would allow access anonymously (by any ## Installation details -Before installing this module, note that the **Magento_WebapiSecurity** is dependent on the following modules: +Before installing this module, note that the Magento_WebapiSecurity is dependent on the following modules: - `Magento_Webapi` -Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). From 447f3c6cae9e9d1b4b97b5850d138bf6e0b02723 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:00:38 +0530 Subject: [PATCH 15/22] Update README.md --- app/code/Magento/Weee/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/code/Magento/Weee/README.md b/app/code/Magento/Weee/README.md index 0e846694523a9..516f442d23315 100644 --- a/app/code/Magento/Weee/README.md +++ b/app/code/Magento/Weee/README.md @@ -1,12 +1,12 @@ # Magento_Weee module -The **Magento_Weee** module enables the application of fees/fixed product taxes (FPT) on certain types of products, usually related to electronic devices and recycling. +The Magento_Weee module enables the application of fees/fixed product taxes (FPT) on certain types of products, usually related to electronic devices and recycling. Fixed product taxes can be used to setup a WEEE tax that is a fixed amount, rather than a percentage of the product price. FPT can be configured to be displayed at various places in Magento. Rules, amounts, and display options can be configured in the backend. -This module extends the existing functionality of **Magento_Tax**. +This module extends the existing functionality of Magento_Tax. -The **Magento_Weee** module includes the following: +The Magento_Weee module includes the following: - Ability to add different number of fixed product taxes to product. They are treated as a product attribute. - Configuration of where WEEE appears (on category, product, sales, invoice, or credit memo pages) and whether FPT should be taxed. @@ -14,9 +14,9 @@ The **Magento_Weee** module includes the following: ## Installation details -The **Magento_Weee** module can be installed automatically (using native Magento install mechanism) without any additional actions. +The Magento_Weee module can be installed automatically (using native Magento install mechanism) without any additional actions. -Before installing this module, note that the **Magento_Weee** is dependent on the following modules: +Before installing this module, note that the Magento_Weee is dependent on the following modules: - Magento_Catalog - Magento_Checkout @@ -26,19 +26,19 @@ Before installing this module, note that the **Magento_Weee** is dependent on th - Magento_Store - Magento_Tax -Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). ## Structure `Pricing/` - directory that contain tax adjustment. -For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). +For information about a typical file structure of a module, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). ## Extensibility -Extension developers can interact with the **Magento_Weee** 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). +Extension developers can interact with the Magento_Weee 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). -[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_Weee** module. +[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_Weee module. ### Layouts @@ -84,7 +84,7 @@ This module introduces the following layouts and layout handles in the directori - `sales_order_printinvoice` - `sales_order_view` -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). +For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). ### UI components @@ -96,4 +96,4 @@ You can extend a customer form and widgets using the configuration files located - `widget_recently_compared` - `widget_recently_viewed` -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). +For information about a UI component, see [Overview of UI components](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html). From f5fde08d6962184cea558ce97f06dacb767aebf5 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:01:28 +0530 Subject: [PATCH 16/22] Update README.md --- app/code/Magento/WeeeGraphQl/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/code/Magento/WeeeGraphQl/README.md b/app/code/Magento/WeeeGraphQl/README.md index 81ee1236f00a2..b1f44619785c4 100644 --- a/app/code/Magento/WeeeGraphQl/README.md +++ b/app/code/Magento/WeeeGraphQl/README.md @@ -1,22 +1,22 @@ # Magento_WeeeGraphQl module -The **Magento_WeeeGraphQl** module provides type information for the GraphQl module to generate wee tax fields for the catalog and product information endpoints. +The Magento_WeeeGraphQl module provides type information for the GraphQl module to generate wee tax fields for the catalog and product information endpoints. -The **Magento_WeeeGraphQl** module extends **Magento_GraphQl** and **Magento_Weee** modules. This module provides type and resolver information for GraphQL API. +The Magento_WeeeGraphQl module extends Magento_GraphQl and Magento_Weee modules. This module provides type and resolver information for GraphQL API. ## Installation details -Before installing this module, note that the **Magento_WeeeGraphQl** is dependent on the following modules: +Before installing this module, note that the Magento_WeeeGraphQl is dependent on the following modules: - `Magento_CatalogGraphQl` - `Magento_Store` - `Magento_Tax` - `Magento_Weee` -For information about enabling or disabling a module in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +For information about enabling or disabling a module, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). ## Extensibility -Extension developers can interact with the **Magento_WeeeGraphQl** 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). +Extension developers can interact with the Magento_WeeeGraphQl 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). -[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_WeeeGraphQl** module. +[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_WeeeGraphQl module. From 7728961a7d8a5dee0ce6f3567e3f6dd768ade793 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:02:27 +0530 Subject: [PATCH 17/22] Update README.md --- app/code/Magento/Widget/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/code/Magento/Widget/README.md b/app/code/Magento/Widget/README.md index 8c06ee4c30fa9..0d51c6732ec58 100644 --- a/app/code/Magento/Widget/README.md +++ b/app/code/Magento/Widget/README.md @@ -1,28 +1,28 @@ # Magento_Widget module -The **Magento_Widget** module allows Magento application to be extended with custom widget blocks. +The Magento_Widget module allows Magento application to be extended with custom widget blocks. ## Installation details -Before installing this module, note that the **Magento_Widget** is dependent on the following modules: +Before installing this module, note that the Magento_Widget is dependent on the following modules: - Magento_Catalog - Magento_Cms - Magento_Store -Before disabling or uninstalling this module, please consider the following dependencies: +Before disabling or uninstalling this module, note the following dependencies: - Magento_CatalogWidget - Magento_CurrencySymbol - Magento_Newsletter -Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). ## Extensibility -Extension developers can interact with the **Magento_Widget** 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). +Extension developers can interact with the Magento_Widget 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). -[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_Widget** module. +[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_Widget module. ### Layouts @@ -38,4 +38,4 @@ This module introduces the following layouts and layout handles in the directori - `default` - `print` -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). +For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). From 354d3f6c07ee7f192ae14a3d40b1507045f045b6 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:03:31 +0530 Subject: [PATCH 18/22] Update README.md --- app/code/Magento/Wishlist/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/code/Magento/Wishlist/README.md b/app/code/Magento/Wishlist/README.md index 66e0d90d5f0b2..fef81ccacf000 100644 --- a/app/code/Magento/Wishlist/README.md +++ b/app/code/Magento/Wishlist/README.md @@ -1,28 +1,28 @@ # Magento_Wishlist module -The **Magento_Wishlist** module implements the Wishlist functionality. +The Magento_Wishlist module implements the Wishlist functionality. This module allows customers to create a list of products that they can add to their shopping cart to be purchased at a later date, or share with friends. ## Installation details -Before installing this module, note that the **Magento_Wishlist** is dependent on the following modules: +Before installing this module, note that the Magento_Wishlist is dependent on the following modules: - Magento_Captcha - Magento_Catalog - Magento_Customer -Before disabling or uninstalling this module, please consider the following dependencies: +Before disabling or uninstalling this module, note the following dependencies: - Magento_WishlistAnalytics -Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). ## Structure `Pricing/` - the directory that contain solutions for configurable and downloadable product price. -For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). +For information about a typical file structure of a module, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure). ## Extensibility @@ -56,7 +56,7 @@ The module dispatches the following events: - `product` is a product object (`\Magento\Catalog\Api\Data\ProductInterface` class). - `item` is an item object (`\Magento\Wishlist\Model\Item` class). -For information about the event system in Magento 2, see [Events and observers](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events). +For information about the event, see [Events and observers](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events). ### Layouts @@ -86,7 +86,7 @@ This module introduces the following layouts and layout handles in the directori - `wishlist_index_share` - `wishlist_shared_index.xml` -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). +For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html). ### UI components @@ -97,4 +97,4 @@ You can extend a customer form and widgets using the configuration files located - `widget_recently_compared` - `widget_recently_viewed` -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). +For information about a UI component, see [Overview of UI components](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html). From 6c1e76eece3b822165a87e20bdf177c68a8f0612 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:03:59 +0530 Subject: [PATCH 19/22] Update README.md --- app/code/Magento/WishlistAnalytics/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/WishlistAnalytics/README.md b/app/code/Magento/WishlistAnalytics/README.md index 5bbd19416ac82..c932397e0803a 100644 --- a/app/code/Magento/WishlistAnalytics/README.md +++ b/app/code/Magento/WishlistAnalytics/README.md @@ -1,12 +1,12 @@ # Magento_WishlistAnalytics module -The **Magento_WishlistAnalytics** module configures data definitions for a data collection related to the Wishlist module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.4/advanced-reporting/modules.html). +The Magento_WishlistAnalytics module configures data definitions for a data collection related to the Wishlist module entities to be used in [Advanced Reporting](https://devdocs.magento.com/guides/v2.4/advanced-reporting/modules.html). ## Installation details -Before installing this module, note that the **Magento_WishlistAnalytics** is dependent on the following modules: +Before installing this module, note that the Magento_WishlistAnalytics is dependent on the following modules: - Magento_Analytics - Magento_Wishlist -For information about enabling or disabling a module in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +For information about enabling or disabling a module, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). From 13f32b63cb06459f11718d734c96fc5541548e4e Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:04:49 +0530 Subject: [PATCH 20/22] Update README.md --- app/code/Magento/WishlistGraphQl/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/code/Magento/WishlistGraphQl/README.md b/app/code/Magento/WishlistGraphQl/README.md index 7f2ba3dfa44b4..c635417f3a6ec 100644 --- a/app/code/Magento/WishlistGraphQl/README.md +++ b/app/code/Magento/WishlistGraphQl/README.md @@ -1,12 +1,12 @@ # Magento_WishlistGraphQl module -The **Magento_WishlistGraphQl** module adds, removes, and updates products on the wishlist. +The Magento_WishlistGraphQl module adds, removes, and updates products on the wishlist. -The **Magento_WishlistGraphQl** module extends **Magento_GraphQl** and **Magento_Wishlist** modules. This module provides type and resolver information for GraphQL API. +The Magento_WishlistGraphQl module extends Magento_GraphQl and Magento_Wishlist modules. This module provides type and resolver information for GraphQL API. ## Installation details -Before installing this module, note that the **Magento_WishlistGraphQl** is dependent on the following modules: +Before installing this module, note that the Magento_WishlistGraphQl is dependent on the following modules: - Magento_Catalog - Magento_Checkout @@ -19,7 +19,7 @@ Before installing this module, note that the **Magento_WishlistGraphQl** is depe - Magento_Sales - Magento_Store -For information about enabling or disabling a module in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +For information about enabling or disabling a module, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). ## Extensibility @@ -29,7 +29,7 @@ Extension developers can interact with the Magento_WishlistGraphQl module. For m ## Additional information -For more information about the **Magento_WishlistGraphQl** [Queries](#queries) and [Mutations](#mutations) see below: +For more information about the Magento_WishlistGraphQl [Queries](#queries) and [Mutations](#mutations) see below: ### Queries {#queries} From 0b09f8ce5dc8bd5d381a8041b09770a0f44270aa Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:06:25 +0530 Subject: [PATCH 21/22] Update README.md --- app/code/Magento/WebapiAsync/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/WebapiAsync/README.md b/app/code/Magento/WebapiAsync/README.md index f24ec19b3eb3b..96f82d8b6e493 100644 --- a/app/code/Magento/WebapiAsync/README.md +++ b/app/code/Magento/WebapiAsync/README.md @@ -13,7 +13,7 @@ Before installing this module, note that the Magento_WebapiAsync is dependent on - Magento_User - Magento_Webapi -Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +For information about enabling or disabling a module, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). ## Structure From c95fee989c7e22e868d0d3a2b84f613881ffa975 Mon Sep 17 00:00:00 2001 From: chiranjeevi <52098385+chiranjeevi-cj@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:06:48 +0530 Subject: [PATCH 22/22] Update README.md --- app/code/Magento/WebapiSecurity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/WebapiSecurity/README.md b/app/code/Magento/WebapiSecurity/README.md index 61bf8fd1cd1e3..a355112536a00 100644 --- a/app/code/Magento/WebapiSecurity/README.md +++ b/app/code/Magento/WebapiSecurity/README.md @@ -12,4 +12,4 @@ Before installing this module, note that the Magento_WebapiSecurity is dependent - `Magento_Webapi` -Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html). +For information about enabling or disabling a module, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).