[TYPO3-english] Markers for bodytext field
Tapio Markula
tapio.markula at xetpoint.fi
Fri Nov 14 15:18:27 CET 2008
Tyler Kraft kirjoitti:
> Hey Tapio,
>
> Look at tsref - try looking at the short property of parseFunc for a
> start, that might do exactly what you want
or constants
tested with
tt_content.text.20 {
parseFunc {
short {
###FOO### = replace this marker with a text
}
}
}
tt_content.text.20 {
parseFunc {
constants.FOO = replace this marker with a text
}
}
tt_content.text.default {
20.parseFunc {
short {
###FOO### = replace this marker with a text
}
}
}
tt_content.text.default.20 {
parseFunc {
constants.FOO = replace this marker with a text
}
}
but replacement didn't work. Replacements could do almost anything.
said
The toplevel-defined constants
I put in root template - didn't work.
I don't figure, what's wrong.
More information about the TYPO3-english
mailing list