heart-bits / contao-columns-bundle
Grid extension for Contao Open Source CMS
Package info
github.com/heart-bits/contao-columns-bundle
Language:CSS
Type:contao-bundle
pkg:composer/heart-bits/contao-columns-bundle
2.0.3
2021-02-26 12:01 UTC
Requires
- php: >=7.1.0
- contao/core-bundle: ~4.4
Requires (Dev)
- contao/manager-bundle: ~4.4
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