[TYPO3] How to have a new line in a string value in typoscript
    Peter Klein 
    peter at umloud.dk
       
    Fri Jun  9 14:47:31 CEST 2006
    
    
  
Hi Martin, if you use the multiline way of specifying a TS value, then it 
can contain linefeeds.
The "normal way":
blabla.value = this is a test an is all on one line
The "multiline way":
blabla.value (
  this is a test an is
  on two line lines
)
-- 
Peter Klein/Umloud Untd
"Martin Kindler" <kindlerm at arcor.de> skrev i en meddelelse 
news:mailman.1866.1149856464.17090.typo3-english at lists.netfielders.de...
>I have googled and searched TSREF, but didn't find an answer. Perhaps
> someone here can help me.
>
> I want to set a property (page.config.doctype) using Typescript to a 
> string
> value that contains newlines. Is this possible?
>
> The newlines are not absolutely needed, but as the value is rather long, 
> it
> would be much better.
>
> Martin
> 
    
    
More information about the TYPO3-english
mailing list