Last active
August 4, 2021 11:26
-
-
Save PetraMotz/51c73a2d55ea9e23b58eaa87bd92fed8 to your computer and use it in GitHub Desktop.
Typo3 Frontend Layout #frontend #layout #t3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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