netzmacht / contao-flexible-sections
This package is abandoned and no longer maintained.
No replacement package was suggested.
Contao flexible template sections extension
Package info
github.com/netzmacht-archive/contao-flexible-sections
Type:contao-module
pkg:composer/netzmacht/contao-flexible-sections
1.2.1
2015-06-24 12:18 UTC
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_sectionor use it as your base template to extend.