magenxcommerce / module-widget
N/A
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/magenxcommerce/module-widget
Type:magento2-module
pkg:composer/magenxcommerce/module-widget
Requires
- php: ~7.3.0||~7.4.0
- magenxcommerce/framework: 103.0.*
- magenxcommerce/module-backend: 102.0.*
- magenxcommerce/module-catalog: 104.0.*
- magenxcommerce/module-cms: 104.0.*
- magenxcommerce/module-email: 101.1.*
- magenxcommerce/module-store: 101.1.*
- magenxcommerce/module-theme: 101.1.*
- magenxcommerce/module-ui: 101.2.*
- magenxcommerce/module-variable: 100.4.*
Suggests
- magenxcommerce/module-widget-sample-data: Sample Data version: 100.4.*
Replaces
- magento/module-widget: *
This package is auto-updated.
Last update: 2026-04-21 14:22:41 UTC
README
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, note the following dependencies:
- Magento_CatalogWidget
- Magento_CurrencySymbol
- Magento_Newsletter
Refer to how to enable or disable modules in Magento 2.
Extensibility
Extension developers can interact with the Magento_Widget 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_Widget module.
Layouts
This module introduces the following layouts and layout handles in the directories:
view/adminhtml/layout:adminhtml_widget_indexadminhtml_widget_instance_blockadminhtml_widget_instance_editadminhtml_widget_instance_indexadminhtml_widget_loadoptions
view/frantend/layout:defaultprint
For more information about a layout, see the Layout documentation.