element119 / module-ifconfig-layout
A Magento 2 module to enable developers to use the ifconfig layout directive for containers and reference entities.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4 || ^8.0
- magento/framework: *
This package is auto-updated.
Last update: 2025-03-26 20:30:22 UTC
README
element119 | IfConfig Layout
📝 Features
✔️ Allows the ifconfig
attribute to be used with <referenceBlock>
, <container>
, and <referenceContainer>
layout
instructions
✔️ Theme agnostic
✔️ Seamless integration with Magento
✔️ Built with developers and extensibility in mind to make customisations as easy as possible
✔️ Installable via Composer
🔌 Installation
Run the following command to install this module:
composer require element119/module-ifconfig-layout php bin/magento setup:upgrade
⏫ Updating
Run the following command to update this module:
composer update element119/module-ifconfig-layout php bin/magento setup:upgrade
❌ Uninstallation
Run the following command to uninstall this module:
composer remove element119/module-ifconfig-layout php bin/magento setup:upgrade