No description
  • PHP 74.6%
  • HTML 25.4%
Find a file
2024-05-29 16:56:00 +02:00
src redirectToProducts 2024-05-29 16:56:00 +02:00
.gitignore Moved stuff around 2024-05-28 09:31:46 +02:00
composer.json Moved to src 2024-05-28 13:42:03 +02:00
README.md Moved stuff around 2024-05-28 09:31:31 +02:00
registration.php Register to src 2024-05-28 13:50:14 +02:00

WebGrip_ExampleModule module

The following example is a complete README for a module Magento_Default:

Magento_Default module

The Magento_Default module enables you to add the Configurable Product updates to the existing store campaigns.

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.

Installation details

The Magento_Default module makes irreversible changes in a database during installation. You cannot disable or uninstall this module.

For information about a module installation in Magento 2, see Enable or disable modules.

Extensibility

Extension developers can interact with the Magento_Default module. For more information about the Magento extension mechanism, see Magento plug-ins.

The Magento dependency injection mechanism enables you to override the functionality of the Magento_Default module.

Layouts

The module introduces layout handles in the view/adminhtml/layout directory.

For more information about a layout in Magento 2, see the Layout documentation.

UI components

You can extend product and category updates using the UI components located in the view/adminhtml/ui_component directory.

For information about a UI component in Magento 2, see Overview of UI components.

Additional information

For information about significant changes in patch releases, see Release information.