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

1.0.2(9mo ago)54192MITJavaScript

Since Nov 2Pushed 9mo 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 1mo ago

READMEChangelog (5)Dependencies (2)Versions (8)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

35

—

LowBetter than 80% of packages

Maintenance57

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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 ~69 days

Total

5

Last Release

286d ago

Major Versions

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

### 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 (82 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

2091.2M7](/packages/yireo-magento2-webp2)

PHPackages © 2026

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