https://github.com/element119/module-ifconfig-layout
A Magento 2 module to enable developers to use the ifconfig layout directive for containers and reference entites.
https://github.com/element119/module-ifconfig-layout
Last synced: about 1 year ago
JSON representation
A Magento 2 module to enable developers to use the ifconfig layout directive for containers and reference entites.
- Host: GitHub
- URL: https://github.com/element119/module-ifconfig-layout
- Owner: element119
- License: mit
- Created: 2025-02-23T14:27:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-26T20:29:32.000Z (about 1 year ago)
- Last Synced: 2025-03-26T20:52:46.263Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
element119 | IfConfig Layout
## 📝 Features
✔️ Allows the `ifconfig` attribute to be used with ``, ``, and `` 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:
```bash
composer require element119/module-ifconfig-layout
php bin/magento setup:upgrade
```
## ⏫ Updating
Run the following command to *update* this module:
```bash
composer update element119/module-ifconfig-layout
php bin/magento setup:upgrade
```
## ❌ Uninstallation
Run the following command to *uninstall* this module:
```bash
composer remove element119/module-ifconfig-layout
php bin/magento setup:upgrade
```