PHPackages                             lumturo-net/article-properties-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lumturo-net/article-properties-bundle

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

lumturo-net/article-properties-bundle
=====================================

Article config bundle for Contao4

1.1(4y ago)0125↓100%2[1 issues](https://github.com/lumturo-net/contao-article-properties/issues)LGPL-3.0-or-laterPHPPHP ^8.0

Since Apr 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/lumturo-net/contao-article-properties)[ Packagist](https://packagist.org/packages/lumturo-net/article-properties-bundle)[ Docs](https://contao.org)[ RSS](/packages/lumturo-net-article-properties-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (3)Used By (0)

Contao: Artikel Eigenschaften Bundle
====================================

[](#contao-artikel-eigenschaften-bundle)

Dieses Bundle erweitert die Aktikel-Konfiguration. Für jeden Artikel kann folgendes definiert werden:

- Container (Fixed, Fluid, Eingerückt)
- Innenabstand (Normal, Kein)
- Hintergrundfarbe
- Hintergrundbild
- Füllmethode (Innen, Ausgefüllt, Vollflächig)
- Textfarbe (Hell, Dunkel)

Diese Definitionen werden als CSS-Klassen innerhalb des Artikel-Templates ausgegeben. Diese können dann im Anschluss mit eigenem CSS näher definiert werden.

Installation
------------

[](#installation)

`composer require lumturo-net/article-properties-bundle`

Danach muss das Contao Installtool unter `https://example.com/contao/install` aufgerufen werden, um die zusätzlichen Datenbankfelder zu erstellen.

Eigene Bundle-Konfiguration
---------------------------

[](#eigene-bundle-konfiguration)

Die ausgegebenen CSS Klassen können überschrieben bzw. beliebig erweitert werden. Dazu muss eine Datei `config.yml` im Ordner `config/` erstellt werden. Dort kann die Bundle-Konfiguration wie folgt überschrieben/erweitert werden:

```
parameters:
  article.paddings:
    section-padding-normal: Normal
    section-padding-none: Keiner
  article.containers:
    container: Fixed
    container-fluid: Fluid
    container-indent: Eingerückt
  article.background-colors:
    bg-color-white: Weiß
    bg-color-black: Schwarz
    bg-color-red: Rot
  article.background-sizes:
    bg-image-contain: Innen
    bg-image-cover: Ausgefüllt
    bg-image-full: Vollflächig
  article.background-positions:
    bg-image-center: Zentriert
  article.text-colors:
    text-bright: Hell
    text-dark: Dunkel
```

Der erste Wert (zb. `container-fluid`) bestimmt die CSS-Klasse.

Der zweite Wert (zb. `Fixed`) bestimmt den Wert, welcher im Select-Menü im Backend angezeigt wird.

Neue CSS Klassen können unter der jeweiligen Sektion hinzugefügt werden. Bspw.:

```
article.background-colors:
  bg-color-yellow: Gelb
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~383 days

Total

2

Last Release

1468d ago

PHP version history (2 changes)1.0PHP ^7.2

1.1PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/98feaddd3dc4d0d19139d2183f2be44f13d09ff3045b3da49f5d74640472582f?d=identicon)[lumturo](/maintainers/lumturo)

---

Top Contributors

[![roelfsche](https://avatars.githubusercontent.com/u/2785558?v=4)](https://github.com/roelfsche "roelfsche (5 commits)")[![chrischi1989](https://avatars.githubusercontent.com/u/1976543?v=4)](https://github.com/chrischi1989 "chrischi1989 (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/lumturo-net-article-properties-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/lumturo-net-article-properties-bundle/health.svg)](https://phpackages.com/packages/lumturo-net-article-properties-bundle)
```

###  Alternatives

[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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