netzmacht / contao-flexible-sections
Contao flexible template sections extension
Installs: 5 681
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 0
Type:contao-module
Requires
- php: >=5.3.2
- contao-community-alliance/composer-plugin: ~2.0
- contao-community-alliance/meta-palettes: ~1.4
- contao/core: >=3.2,<3.6-dev
- menatwork/contao-multicolumnwizard: ~3.2
Requires (Dev)
README
This extension provides a very flexible way to define custom sections in Contao. For each template section the position and template can be defined.
Install
Contao Flexible Template can be installed using composer:
$ php composer.phar require netzmacht/contao-flexible-sections:~1.0
$ php composer.phar update
Usage
- Instead of a comma separated list of sections in the backend you have a new sections wizard. Define your sections there.
- You have to the frontend page template
fe_flexible_section
or use it as your base template to extend.