Adds a CLI command (cms:dump) that exports all CMS pages and blocks to var/cms-output, enabling Tailwind CSS purge in Hyva builds to detect classes used inside database-stored content.
yireo
41 open-source Magento 2 modules, verified with automated build, coding-standard, PHPStan and SemVer checks.
Quality Breakdown
Customizes GraphQL query depth and complexity limits via the Magento admin panel. Allows easier testing by enabling these settings in developer mode.
Disables Content Security Policy (CSP) in Magento 2. Simplifies disabling CSP for shops where it's not required.
Provides CSP (Content Security Policy) utilities for other modules, including nonce and hash generation. Helps improve website security by managing CSP directives.
Provides a framework to manipulate the Magento 2 GraphQL schema before it is used, letting developers remove or alter fields and endpoints added by other extensions.
This extension adds WebP support to Magento 2.
A simple extension to preview the checkout success-page at any time.
Provides tools for testing the Magento 2 checkout process. Simplifies checkout testing and debugging.
Adds nonces to inline scripts in PHTML templates to comply with Content Security Policy (CSP) directives. Allows whitelisting blocks via layout XML or DI plugin.
Magento module to find all files of a given Magento theme (for example Magento/luma), compare the found files with the parent theme (and/or modules) and return whether there are differences or not.
Looking for contributors - Help fix build issues
Limits the number of GraphQL queries and mutations from a client within a defined timeframe. Prevents abuse by restricting excessive requests to create sessions or customer data.
Looking for contributors - Help fix build issues
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.