eboosttech / magento2-layoutupdate
Add Layout update xml for magento 2
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0|~8.0
- eboosttech/magento2-base: *
This package is auto-updated.
Last update: 2025-04-25 23:14:01 UTC
README
This simple module adds a new layout update XML for a handler, allowing you to update layout XML directly in the backend without updating code. It allows you to add XML to update the layout of any pages that you would like based on the handler of the page. It will not affect other pages.
Installation
Require the module
composer require eboosttech/magento2-layoutupdate
Enable the module
php bin/magento module:enable EBoost_LayoutUpdate
Run setup to install module and set up table(s)
php bin/magento setup:upgrade
Usage
After the extension has been installed. Follow these steps:
- Go to
Eboost > Custom Layout Update XML
then clickAdd new
button to create XML layout
- Enter data for the form
***Note: If you don't know what is a handler. Please follow the document below to get it ***
-
Save and clear cache
-
Go to Frontend to see result
How to see a handle of a page
***Note: it should be used on dev/staging servers. ***
- Go to menu
Eboost > Debug Configuration
-
Open
Debug
section -
Change value of
Enable Layout Debugging Dump On Storefront
toYes
-
Go to Frontend
-
Go to the page that you want to get the handle
-
Click
x
button on bottom right conner
- All handles will be shown in
Handles
section
Bugs/Feature Requests & Contribution
Please do open a pull request on GitHub should you want to contribute, or create an issue.
License
BSD-4-Clause - Do as you wish 👍
Our website
DONATE ❤❤❤