Releases: richardhj/contao-theme-framework
Releases · richardhj/contao-theme-framework
Release for Contao 4.12
Breaking changes
- Use
symfony/config
to processtheme.yml
manifests. The YAML syntax changed.
Upgrade path: Move thelayouts
key one level up in thetheme.yml
syntax (there is one migration that handles this). - Switched to native Twig support introduced in Contao 4.12.
Upgrade path: Change references from@foobar/template.html.twig
to@Contao_Theme_Foobar/template.html.twig
.
Fixes
- Use the configured web directory, other than hardcode it to
/web
- Process image_sizes config of the manifest file and persist the config in tl_image_size