querformat / layout-sections-extender
Ermöglicht Modulen, über einen neuen Hook, eigene Layoutbereiche im Backend zur Verfügung zu stellen
Installs: 254
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: >=5.3.4
- contao/core-bundle: ^4.4
This package is not auto-updated.
Last update: 2024-11-09 01:02:23 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', ... );