templatesIncludeGroupItems

Bindet alle Mastertemplate-Elemente eines Projektes ein.
(verfügbar ab CMS-Version 11.x)

TAG

<wslMastertemplate:templatesIncludeGroupItems project="" />

Attribute

[PATH]
project *
Projektpfad
[PATH]
subdir
Unterverzeichnis
[PATH]
path
Pfad der Elemente
[|0]
considerComponents
Falls alle Komponenten nicht auch automatisch als Elemente angeboten werden sollen (derzeit ist 0 Standard, in Kürze wird 1 Standard)
[XPATH]
orderBy
Sortierung

Beispiel 1: Auszug aus /[IHR-LAYOUT-PROJEKT]/wGlobal/mastertemplates/standard.wMastertemplate.php

...
  <!--
    zieht dynamisch alle online gesetzten Strukturelemente aus
    .../mastertemplates/items/
  -->
  <wslMastertemplate:templatesIncludeGroupItems project="/[IHR-LAYOUT-PROJEKT]" orderBy="/wd:extension/wd:meta/wd:sorting/@value"/>
...