heart-bits/contao-columns-bundle

Grid extension for Contao Open Source CMS

Installs: 208

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Language:CSS

Type:contao-bundle

2.0.3 2021-02-26 12:01 UTC

This package is auto-updated.

Last update: 2024-03-26 18:47:13 UTC


README

An extension for the content management system 'Contao', which allows the backend-user to generate a foundation-based grid to nest content elements in.

Add the following parameter to your config.yml, if you don't want to load the default stylesheets from foundation:

# app/config/config.yml

parameters:
    # Heartbits\ContaoGrid configuration
    use_grid_stylesheets: false

After these changes the contao-cache must be cleared.

vendor/bin/contao-console cache:clear --env=dev
vendor/bin/contao-console cache:clear --env=prod