PHPackages                             boundsoff/module-page-builder-template-inline - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. boundsoff/module-page-builder-template-inline

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

boundsoff/module-page-builder-template-inline
=============================================

Magento 2 module for page builder to save and apply templates with each block

v1.0.3(3w ago)55602MITJavaScriptPHP ^8.4

Since Nov 2Pushed 3w ago2 watchersCompare

[ Source](https://github.com/Boundsoff/magento-page-builder-template-inline)[ Packagist](https://packagist.org/packages/boundsoff/module-page-builder-template-inline)[ Docs](https://github.com/none-life/magento-page-builder-template-inline)[ RSS](/packages/boundsoff-module-page-builder-template-inline/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (6)Dependencies (4)Versions (9)Used By (0)

Page Builder / Template inline
==============================

[](#page-builder--template-inline)

[![Version](https://camo.githubusercontent.com/47cefe395f57a0a42b8aa7e73be9dbc65de51af80c26fc58ea7196cbf0ccb0a4/68747470733a2f2f736869656c64732e696f2f7061636b61676973742f762f626f756e64736f66662f6d6f64756c652d706167652d6275696c6465722d74656d706c6174652d696e6c696e65)](https://camo.githubusercontent.com/47cefe395f57a0a42b8aa7e73be9dbc65de51af80c26fc58ea7196cbf0ccb0a4/68747470733a2f2f736869656c64732e696f2f7061636b61676973742f762f626f756e64736f66662f6d6f64756c652d706167652d6275696c6465722d74656d706c6174652d696e6c696e65) [![Downloads](https://camo.githubusercontent.com/5d239cb677c1b118a21739ad29ad3ac5f11c60b138fd56aea2b3556bc876e443/68747470733a2f2f736869656c64732e696f2f7061636b61676973742f64742f626f756e64736f66662f6d6f64756c652d706167652d6275696c6465722d74656d706c6174652d696e6c696e65)](https://camo.githubusercontent.com/5d239cb677c1b118a21739ad29ad3ac5f11c60b138fd56aea2b3556bc876e443/68747470733a2f2f736869656c64732e696f2f7061636b61676973742f64742f626f756e64736f66662f6d6f64756c652d706167652d6275696c6465722d74656d706c6174652d696e6c696e65) [![PHP Version](https://camo.githubusercontent.com/d4007be161d9a9df5ae8f995c832a03e8b5ddc01977b4a76a62758db4a28d0d8/68747470733a2f2f736869656c64732e696f2f7061636b61676973742f7068702d762f626f756e64736f66662f6d6f64756c652d706167652d6275696c6465722d74656d706c6174652d696e6c696e65)](https://camo.githubusercontent.com/d4007be161d9a9df5ae8f995c832a03e8b5ddc01977b4a76a62758db4a28d0d8/68747470733a2f2f736869656c64732e696f2f7061636b61676973742f7068702d762f626f756e64736f66662f6d6f64756c652d706167652d6275696c6465722d74656d706c6174652d696e6c696e65) [![License](https://camo.githubusercontent.com/72dd855e4432b61a3c56cb2b011bf141fd199ba089a2e7f9befa54c864d2e3ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f626f756e64736f66662f6d6f64756c652d706167652d6275696c6465722d74656d706c6174652d696e6c696e65)](https://camo.githubusercontent.com/72dd855e4432b61a3c56cb2b011bf141fd199ba089a2e7f9befa54c864d2e3ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f626f756e64736f66662f6d6f64756c652d706167652d6275696c6465722d74656d706c6174652d696e6c696e65)

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
--------------------------------

[](#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.

[![second-preview](https://github.com/none-life/magento-page-builder-template-inline/raw/master/.readme/img/created.gif?raw=true)](https://github.com/none-life/magento-page-builder-template-inline/blob/master/.readme/img/created.gif?raw=true)

Drag and drop inline template anywhere
--------------------------------------

[](#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. [![first-preview](https://github.com/none-life/magento-page-builder-template-inline/raw/master/.readme/img/apply.gif?raw=true)](https://github.com/none-life/magento-page-builder-template-inline/blob/master/.readme/img/apply.gif?raw=true)

Features
--------

[](#features)

✅ **Drag &amp; 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
------------

[](#installation)

#### Download

[](#download)

```
composer require boundsoff/module-page-builder-template-inline
```

#### Enable module

[](#enable-module)

```
php bin/magento module:enable Boundsoff_PageBuilderTemplateInline --clear-static-content
```

#### Install

[](#install)

```
php bin/magento setup:upgrade
```

#### Compile files (production mode)

[](#compile-files-production-mode)

```
php bin/magento setup:di:compile
```

```
php bin/magento setup:static-content:deploy
```

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance95

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~126 days

Recently: every ~155 days

Total

6

Last Release

24d ago

Major Versions

v0.9.0-alpha → v1.0.02024-11-28

PHP version history (2 changes)v0.8.0-alphaPHP ^8.1

v1.0.3PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/a41857a3c000d5b623af549318f3cfee9a579ce16b944e6c3a373a4cfe1ebd07?d=identicon)[none-life](/maintainers/none-life)

---

Top Contributors

[![none-life](https://avatars.githubusercontent.com/u/65605442?v=4)](https://github.com/none-life "none-life (85 commits)")

---

Tags

cmsmagentomagento2magento2-extensionmagento2-modulepagebuildermagentocmspagebuilderadobe commerce

### Embed Badge

![Health badge](/badges/boundsoff-module-page-builder-template-inline/health.svg)

```
[![Health](https://phpackages.com/badges/boundsoff-module-page-builder-template-inline/health.svg)](https://phpackages.com/packages/boundsoff-module-page-builder-template-inline)
```

###  Alternatives

[yireo/magento2-webp2

Magento 2 module to add WebP support to the Magento frontend

2121.3M7](/packages/yireo-magento2-webp2)[joseph-leedy/module-custom-fees

Adds configurable custom fees to orders

351.5k](/packages/joseph-leedy-module-custom-fees)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
