A Magento 2 extension that replaces Luma's js stack with its own implementation.
No Errors in Miscellaneous
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Allows rendering of additional templates within a block, before, after, or nested within the original template. Configure templates and their positions via layout XML.
Adds CLI commands to manage Magento 2 themes. Allows listing, assigning, and creating themes from the command line.
Remove Product Comparison for Magento 2 make sure that the product comparison feature is completely removed from Magento.
Remove Viewed Products for Magento 2 removes the recently viewed products feature completely from Magento.
This extension displays a hint when a configuration value is overwritten on a lower scope (website or store view).
Disables Content Security Policy (CSP) in Magento 2. Simplifies disabling CSP for shops where it's not required.
Adds Whoops error handling to Magento 2 for improved debugging. Provides detailed error reports to assist developers in identifying and resolving issues.
Adds RTL (right-to-left) support to Magento themes and modules. It provides CSS classes and LESS mixins for easier styling of RTL layouts.
Provides CSP (Content Security Policy) utilities for other modules, including nonce and hash generation. Helps improve website security by managing CSP directives.
Provides tools for testing the Magento 2 checkout process. Simplifies checkout testing and debugging.
Disables Content Security Policy (CSP) enforcement during checkout. Bypasses CSP restrictions introduced in the 2024-06-11 security update without fully disabling the CSP module.