Feature #17131
closed
value:= function rendering sequence
Added by Nikolas Hagelstein over 17 years ago.
Updated almost 3 years ago.
Description
Hi,
those value:= functions are applied before any data substitution (e.g. field/insertData) takes place.
Therefore something like this becomes impossible:
lib.box_headline = TEXT
lib.box_headline {
value={page:title}
insertData=1
value:=removeString(test)
}
(issue imported from #M5255)
Right, and this is also explained in the documentation. It acts on TS parser level and doesn't know about page fields, rootline, etc.
You'll need to solve your problem differently, we cannot change this.
Right, therefor i marked it as feature request ;)
Aha. But then the description about the ":=" syntax is misleading. Well yes, there seems to be no such feature right now. I suggest you try to implement this using a new stdWrap property.
- michael
- Category deleted (
Communication)
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Alexander Opitz wrote:
is the handling in newer TYPO3 CMS Versions more like you expect it?
I don't think so. How would you do that with a current version? I don't know of a way...
- Status changed from Needs Feedback to New
- Target version set to 8 LTS
- Target version changed from 8 LTS to 9.0
- Category set to TypoScript
- Target version deleted (
9.0)
- Status changed from New to Rejected
hey. i hope it's ok to set this ancient feature request to 'rejected' for now.
Also available in: Atom
PDF