querformat/layout-sections-extender

Ermöglicht Modulen, über einen neuen Hook, eigene Layoutbereiche im Backend zur Verfügung zu stellen

1.0.0 2018-10-12 20:21 UTC

This package is not auto-updated.

Last update: 2024-04-26 22:29:53 UTC


README

Contao-Erweiterung

Latest Stable Version Total Downloads License

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',
  ...
);