This extension provides a very flexible way to define custom sections in Contao. For each template section the position and template can be defined.
Contao Flexible Template can be installed using composer:
$ php composer.phar require netzmacht/contao-flexible-sections:~1.0
$ php composer.phar update
- 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.