[TYPO3-english] Change the type of a field with TSconfig TCEFORM

Steffen Müller typo3 at t3node.com
Thu Apr 2 10:43:23 CEST 2009


Hi,

I am trying to alter the TCA of some fields of tt_content as described
in
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.2.0/view/1/3/#id4155235

I'd like to reconfigure the so far unused fields 'media' and 'records'
to text fields. I put the following code into TSconfig of page properties:

TCEFORM.tt_content {
  media {
    label.default = Left column
    config {
      type = text
      cols = 24
      rows = 8
    }
  }
  records < .media
  records {
    label.default = Right column
  }
}

This changes the labels but field types are not touched.

What's missing here?

-- 
cheers,
Steffen

http://www.t3node.com/


More information about the TYPO3-english mailing list