netzmacht/contao-flexible-sections

This package is abandoned and no longer maintained. No replacement package was suggested.

Contao flexible template sections extension

1.2.1 2015-06-24 12:18 UTC

This package is auto-updated.

Last update: 2020-04-06 10:37:10 UTC


README

Build Status Version License Downloads Contao Community Alliance coding standard

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.