2017 © Pedro Peláez
 

contao-bundle contao-article-class-select-bundle

Contao 4 Article Class Select Bundle

image

markocupic/contao-article-class-select-bundle

Contao 4 Article Class Select Bundle

  • Friday, May 4, 2018
  • by markocupic
  • Repository
  • 1 Watchers
  • 1 Stars
  • 57 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 8 % Grown

The README.md

Marko Cupic, (*1)

Contao Article Class Select Bundle

With this extension for Contao 4 you can inject two more classes in the article settings of the contao backend., (*2)

The extension comes with a customized article template, in which an additional DIV element has been built in to use the Bootstrap container classes., (*3)

Inject a container- and a background CSS class

Alt text, (*4)

Frontend

Alt text, (*5)

Configuration

To replace the preconfigured classes with your own classes, you have two options., (*6)

The modern way:, (*7)

# Inside your config/config.yaml you write:

markocupic_article_class_select:
  container_class:
    - 'container'
    - 'container p-0'
    - 'container px-0'
    - 'container py-0'
    - 'container-fluid'
    - 'container-fluid p-0 m-0'

  background_class:
    - 'white-background'
    - 'gray-background'
    - 'my-dark-background'

In a more classic way:, (*8)

<?php

// Inside your contao/dca/tl_article.php you write:

$GLOBALS['TL_DCA']['tl_article']['fields']['containerClass']['options'] = [
    'container-sm',
    'container-lg',
    'container-fluid',
];

$GLOBALS['TL_DCA']['tl_article']['fields']['backgroundClass']['options'] = [
    'white-background',
    'gray-background',
    'dark-background',
];

The Versions

04/05 2018

dev-master

9999999-dev

Contao 4 Article Class Select Bundle

  Sources   Download

MIT LGPL-3.0+

The Requires

 

04/05 2018

0.0.17

0.0.17.0

Contao 4 Article Class Select Bundle

  Sources   Download

MIT

The Requires

 

11/02 2018

0.0.16

0.0.16.0

Contao 4 Article Class Select Bundle

  Sources   Download

MIT

The Requires

 

28/01 2018

0.0.15

0.0.15.0

Contao 4 Article Class Select Bundle

  Sources   Download

MIT

The Requires

 

27/01 2018

0.0.14

0.0.14.0

Contao 4 Article Class Select Bundle

  Sources   Download

MIT

The Requires

 

27/01 2018

0.0.13

0.0.13.0

Contao 4 Article Class Select Bundle

  Sources   Download

LGPL-3.0+

The Requires

 

22/12 2017

0.0.12

0.0.12.0

Contao 4 Article Class Select Bundle

  Sources   Download

LGPL-3.0+

The Requires

 

22/12 2017

0.0.10

0.0.10.0

Contao 4 Article Class Select Bundle

  Sources   Download

LGPL-3.0+

The Requires

 

21/12 2017

0.0.1

0.0.1.0

Contao 4 Article Class Select Bundle

  Sources   Download

LGPL-3.0+

The Requires