README.md

March 26, 2025 ยท View on GitHub

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