boundsoff / module-page-builder-template-inline
Magento 2 module for page builder to save and apply templates with each block
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- php: ^8.1
- magento/page-builder: 1.7.*
This package is auto-updated.
Last update: 2025-04-07 10:13:12 UTC
README
Getting the templates from any element in the page builder. While templates with page builder can be applied only for whole page by installing this package U will have option to add each separate element.
Side panel with inline templates
With the icon for the temples U have now the side panel with the list of templates U can search for them and categories them.
Drag and drop inline template anywhere
When found given template and put in the content it will be place in that place, any save information with the viewport data will be put in there and rendered.
Features
✅ Drag & Drop - u can drag block to create template with the drop zone and later applied same way by grab the image
✅ No Override - those templates when applied they are place with indication where to add them, same as creation of new element on left panel
✅ Legacy - page templates are not modify, when upgrade Magento it won't cause any issues
Installation
Download
composer require boundsoff/module-page-builder-template-inline
Enable module
php bin/magento module:enable Boundsoff_PageBuilderTemplateInline --clear-static-content
Install
php bin/magento setup:upgrade
Compile files (production mode)
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy