boundsoff / module-page-builder-template-inline
Magento 2 module for page builder to save and apply templates with each block
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- boundsoff/module-brand-news: ^1.0.0
- magento/page-builder: ^1.7.4
This package is auto-updated.
Last update: 2025-05-27 22:26:53 UTC
README
Apply templates to individual elements in your page builder, not just entire pages. This package gives you the flexibility to customize specific elements, streamlining your workflow.
Side panel with inline templates
Add a side panel with a searchable, categorized list of templates, accessible via an icon, for applying templates to individual elements in your page builder, enhancing customization and workflow efficiency.
Drag and drop inline template anywhere
Apply a selected template to a specific element in your page builder using a side panel with a searchable, categorized template list, accessible via an icon.
The template’s content, including saved viewport data, is placed and rendered in the chosen element, enhancing customization and workflow efficiency.
Features
✅ Drag & Drop - Drag blocks to create templates using a drop zone, then apply them by dragging the template image.
✅ No Override - Templates are placed with clear indicators for insertion, mirroring the creation of new elements in the left panel.
✅ Legacy - Compatible with Magento page templates, ensuring upgrades don’t cause 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