Bug #17416
closedtt_content.stdWrap.prepend not working
0%
Description
tt_content.stdWrap.prepend not working out of the box
- this bug has been approved in multiple 4.1.1 projects, but works fine in 4.0.6 and below
- dirty workaround: save every single tt_content.stdWrap-Element, clear tt_content.stdWrap and moving them back into
- I suppose, there's something else preconfigured that can't be seen in the typoscript object browser
- this works
tt_content.stdWrap.append = TEXT
tt_content.stdWrap.append.value = appended
- this doesn't
tt_content.stdWrap.prepend = TEXT
tt_content.stdWrap.prepend.value = prepended
(issue imported from #M5847)
Updated by Oliver Hader over 17 years ago
see http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6455
I guess that your setting gets overridden by the static template of css_style_content. You can use the template analyzer in the Web>Template module to check the order.
Updated by Ronny Vorpahl over 17 years ago
Thank You, Problem solved.
I tried everything, except simply unsetting the var before using it.
Updated by Christian Kuhn over 15 years ago
Resolved, no change required as requested by reporter.