contao-dd/advanced-classes-bundle
Contao 4 advanced classes bundle
Maintainers
Package info
github.com/Contao-DD/advanced-classes-bundle
Type:contao-bundle
pkg:composer/contao-dd/advanced-classes-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^5.0
Requires (Dev)
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^9.5
- symfony/phpunit-bridge: ^6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
LGPL-3.0-or-later 50cba47c93fc67b184259da7ddd832a8cf50cdae
- Contao Stammtisch Dresden <kontakt.woop@gondao.de>
This package is auto-updated.
Last update: 2026-06-18 14:01:30 UTC
README
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
Das Modul erweitert die CSS-Klassen der Contao Elemente durch selbst definierbare Sets an CSS-Klassen. Redakteure und Admins können über Select-Felder schnell auf vordefinierte CSS-Klassen zugreifen.
Über unseren Konfigurator (noch in der Entwicklung) lassen sich die Sets auf einfache Weise an eure Anforderungen anpassen.
Für Bootstrap, Materialize, Bulma und Spectre.css wird bereits ein vordefiniertes Set für Spaltenbreite, Spalten-Offset, Reihenfolge (Pull/Push) und Sichtbarkeit mitgeliefert.
About
Extend the css classes of Contao elements.
Supported Entities headline, text, list, table, accordion, slider, code, markdown, hyperlink, toplink, image, gallery, player, youtube, download, downloads, teaser, module
Screenshots
👁 Setting classes for bootstrap
👁 Local settings
Systemvoraussetzungen / System requirements
Installation & Configuration
DE:
- Installiere die Erweiterung über den Contao Manager
- Aktualisiere die Datenbank
- Wähle das CSS-Klassen-Set in deiner Website-Startseite aus
- Setze die gewünschten Klassen in den Elementen
EN:
- Install the extension via the contao manager
- Update your database
- Select CSS Class Set in the root page settings
- Set the extended class of every element you wish
Eigenes Set / Custom Set
DE:
- Lege eine JSON-Datei an (Beispiel) und lege sie z. B. im files-Ordner ab
- Lege folgende Datei an oder bearbeite sie: contao/config/config.php
- Füge in der config.php folgendes ein um das Set zu registrieren. Anschließend muss der Cache im Contao Manager geleert werden.
<?php
$GLOBALS['customAdvancedClassesSets'][] = '/files/sets/custom-set.json';
- Danach kann das Set in den Einstellungen ausgewählt werden.
EN:
- Create a json file (Example), e.g. in the files directory
- Create the following file or edit them: app/Resources/contao/config/config.php
- Paste this code in the config.php to registrate the set. Than you should clear the cache in the contao manager.
<?php
$GLOBALS['customAdvancedClassesSets'][] = '/files/sets/custom-set.json';
- Now you can choose the set in the settings.
License
LGPL-3.0+
