[TYPO3-german] Eigene tt_content Felder ausgeben
Thomas Bauer
t.bauer.77 at web.de
Wed Oct 11 17:48:00 CEST 2017
--> {data.meinFeldname}
Das ist die Lösung!! Recht herzlichen Dank!
Quote: lists at berlin-typo3.de wrote on Wed, 11 October 2017 17:21
----------------------------------------------------
> müsste so gehen:
>
> das entspr. Template und ggf. die Partials aus fluid_styled_content kopieren in eigen Extension oder fileadmin/ordner/
>
>
> In den TypoScript Constants diese Pfade setzen, ist bei mir z.B.
> styles.templates.templateRootPath = EXT:br_ext_fluidstyledcontent/Resources/Private/Templates/ContentElements/
> styles.templates.partialRootPath = EXT:br_ext_fluidstyledcontent/Resources/Private/Partials/ContentElements/
> styles.templates.layoutRootPath = EXT:br_ext_fluidstyledcontent/Resources/Private/Layouts/ContentElements/
>
>
>
> bei normalem TCA Input-Feld einfach Marker setzen im Template Textpic.html
>
> <f:if condition={data.meinFeldname}'">
> {data.meinFeldname}
> </f:if>
> besser:
>
> <f:if condition={data.meinFeldname}'">
> <f:format.htmlspecialchars>{data.meinFeldname}</f:format.htmlspecialchars>
> </f:if>
>
> Um alles zu sehen, was da ist, kannst du diesen Marker setzen:
> {_all -> f:debug()}
>
> um einzelne Felder zu debuggen:
>
> <f:debug>{data.meinFeldname}</f:debug>
>
>
>
>
> viele Grüße
> Birgit
>
>
>
>
>
> > Am 11.10.2017 um 17:05 schrieb Thomas Bauer <t.bauer.77 (at) web.de>:
> >
> >> Hallo Thomas,
> >> TYPO3 Version?
> >> css_styled_content oder fluid_styled_content oder fluid_content oder TemplaVoila?
> >> viele Grüße
> >> Birgit
> >
> > Hallo Birgit,
> >
> > oh sorry, dachte durch "CE Textmedia" ist das klar ;)
> > TYPO3 7.6.23
> > fluid_styled_content ohne TemplaVoila
> > Soll dann natürlich auch unter Version 8 laufen.
> >
> > Danke für deine Zeit!
> > _______________________________________________
> > TYPO3-german mailing list
> > TYPO3-german (at) lists.typo3.org
> > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
----------------------------------------------------
More information about the TYPO3-german
mailing list