Giter VIP home page Giter VIP logo

advanced-classes-bundle's Introduction

Contao Advanced Classes

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 den Einstellungen 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 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: app/Resources/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['TL_CONFIG']['advancedClassesSets'][] = '/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['TL_CONFIG']['advancedClassesSets'][] = '/files/sets/custom-set.json';
  • Now you can choose the set in the settings.

License

LGPL-3.0+

advanced-classes-bundle's People

Contributors

mdevster avatar seibtph avatar visionpixel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.