heart-bits / contao-columns-bundle
Grid extension for Contao Open Source CMS
Installs: 218
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Language:CSS
Type:contao-bundle
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