[TYPO3-english] line end in wrap

Xavier Perseguers typo3 at perseguers.ch
Sun Jan 16 10:30:09 CET 2011


Hi Ktt,

> Is it possible to insert a line break in wrap statement?
> Currently all values being placed in one line in header..
>
> page.headerData.298 = TEXT
> page.headerData.298.insertData=1
> page.headerData.298.wrap =<link rel="schema.DC" href="|" />
> page.headerData.298.value = http://purl.org/dc/elements/1.1/

You may use attribute "char" with value 10 of stdWrap 
(http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/1/) 
or use the multiple line definition of a value, e.g.,

tmp.foo = TEXT
tmp.foo.value (
	this is
	a multiple
	line
	statement
)

HTH

Xavier


More information about the TYPO3-english mailing list