Skip to content

Instantly share code, notes, and snippets.

@PetraMotz
Last active August 4, 2021 11:26
Show Gist options
  • Save PetraMotz/51c73a2d55ea9e23b58eaa87bd92fed8 to your computer and use it in GitHub Desktop.
Save PetraMotz/51c73a2d55ea9e23b58eaa87bd92fed8 to your computer and use it in GitHub Desktop.
Typo3 Frontend Layout #frontend #layout #t3
Seite bearbeiten, Erscheinungsbild Frontend layout auswählen (wird nach ID im html abgefragt)
Name des Layouts kann in TS Config geändert werden
Beispiel Karwendel News Ext
<f:if condition="{data.layout}!=1">
<div id="news" class="defPageNewsContainer">
<f:render section="news" />
</div>
</f:if>
im html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment