PHPackages                             guave/flexiblecontent-bundle - 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. guave/flexiblecontent-bundle

ActiveContao-bundle

guave/flexiblecontent-bundle
============================

Flexible Content Element for Contao 5.0+

3.0.0(3mo ago)01.8kISCPHPPHP ^8.1

Since Feb 22Pushed 3mo ago7 watchersCompare

[ Source](https://github.com/guavestudios/FlexibleContentBundle)[ Packagist](https://packagist.org/packages/guave/flexiblecontent-bundle)[ Docs](https://www.guaveinteractive.ch)[ RSS](/packages/guave-flexiblecontent-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (17)Used By (0)

Flexible Content Bundle
=======================

[](#flexible-content-bundle)

This contao module adds a Content Element that allows you to choose from different content layouts.

Requirements
------------

[](#requirements)

- Contao 5.0+
- PHP 8.1+

Install
-------

[](#install)

```
$ composer require guave/flexiblecontent-bundle
```

Usage
-----

[](#usage)

To change which fields are shown or add a new one, add the template name without `ce_` into your `config.php`:

```
$GLOBALS['TL_FLEXIBLE_CONTENT']['templates'] = [
    '2col-text',
];
```

then add a new subpalette for your template in your `tl_content.php`, only with the fields you would like to add as your content:

```
$GLOBALS['TL_DCA']['tl_content']['subpalettes']['flexibleTemplate_2col-text'] = 'flexibleTitle,flexibleText,flexibleTextColumn';
```

using the name of your template from `$GLOBALS['TL_FLEXIBLE_CONTENT']['templates']` in the subpalette's `flexibleTemplate_` key

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance78

Regular maintenance activity

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

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

Recently: every ~163 days

Total

14

Last Release

117d ago

Major Versions

2.4.1 → 3.0.02026-01-22

PHP version history (2 changes)2.0.2PHP ^7.4 || ^8.0

3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/b89566ca733f1a1ce6771b19b5030f832297471b6c7628e5ec3ffa78ddd95864?d=identicon)[guave](/maintainers/guave)

---

Top Contributors

[![gschrisstadler](https://avatars.githubusercontent.com/u/51399652?v=4)](https://github.com/gschrisstadler "gschrisstadler (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/guave-flexiblecontent-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/guave-flexiblecontent-bundle/health.svg)](https://phpackages.com/packages/guave-flexiblecontent-bundle)
```

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3172.5k4](/packages/terminal42-contao-node)

PHPackages © 2026

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