querformat / layout-sections-extender
Ermöglicht Modulen, über einen neuen Hook, eigene Layoutbereiche im Backend zur Verfügung zu stellen
Package info
github.com/querformat/contao-layout-sections-extender
Type:contao-module
pkg:composer/querformat/layout-sections-extender
1.0.0
2018-10-12 20:21 UTC
Requires
- php: >=5.3.4
- contao/core-bundle: ^4.4
This package is not auto-updated.
Last update: 2026-03-14 07:25:40 UTC
README
Contao-Erweiterung
Mit dem Modul layout-sections-extender steht ein neuer Hook in Contao bereit.
Der "addLayoutSections"-Hook ermöglicht anderen Modulen neue Layoutbereiche für Artikel bereit zu stellen ohne das diese über die Layouteinstellungen in Contao definiert werden müssen.
// config.php $GLOBALS['TL_HOOKS']['addLayoutSections'][] = array( 'myLayoutSectionKey' => 'MyLayoutSectionName', ... );