Actions
Bug #17416
closedtt_content.stdWrap.prepend not working
Start date:
2007-06-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions