[Typo3-dev] unnecessary feature for ObTS??
    dan frost 
    dan at danfrost.co.uk
       
    Thu Jan 13 10:53:54 CET 2005
    
    
  
Is it possible for normal TypoScript to do something like:
example = TEXT
example {
	value = <a href="?id={$lib.my.constants}">A label</a>
	insertData = 1
}
??
That is: can constants be put into part of the value of something?
If not, then use ObTS's {ts : ...} syntax:
lib.my.constant = 1234
example = OBTS
example {
	value = <a href="?id={ts : lib.my.constant}">A label</a>
	insertdata = 1
}
Is there an existing way??
dan
    
    
More information about the TYPO3-dev
mailing list