[TYPO3] Overwriting content instead of wrapping?

Jens Beckmann jensbeckmann at gmx.info
Tue Mar 14 10:16:16 CET 2006


on 14.03.2006 09:08 Peter Klein wrote:
> Hi Jens. Try examining the "uploads.10" using the "Typoscript Object 
> Browser", and you'll notice that the "uploads.10.field = header" is still 
> there, which overrides your value setting. Simply remove/clear the "field" 
> property and it should work.
> 

Peter, thanks for your clue! This did the job:

tt_content {
     uploads.10 = TEXT
     uploads.10.value = My fixed Heading
     uploads.10.wrap = <h2>|</h2>
  }

Jens



More information about the TYPO3-english mailing list