[TYPO3] 'Type'-field defines CE layout

Robert Markula robert.markula at gmx.net
Fri Jan 20 13:41:21 CET 2006


Peter Niederlag wrote:
> Robert Markula schrieb:
>> Peter Niederlag wrote:
> [...]
>> You're right, I looked at the wrong element.
>> Just a last thing: How can I change the language labels ('Invisible',
>> 'Ruler before', 'Ruler after' etc.)?
> 
> man TSConfig ... altlabels or something

The exact TS is this:
TCEFORM.tt_content.section_frame.altLabels {
   1 = Element 1 (Invisible)
   5 = Element 2 (Ruler before)
   6 = Element 3 (Ruler after)
   10 = Element 4 (Indent)
   11 = Element 5 (Indent, 33/66%)
   12 = Element 6 (Indent, 66/33%)
   20 = Element 7 (Frame 1)
   21 = Element 8 (Frame 2)
}

The original text that is to be replaced is written in braces.
It was a bit tricky because as you can see, the label numbers do not
correspond well to the real label names, so I'm posting this here in
case anybody else needs this.

Thanks peter for bringing me on the right track!

Regards,
Ro



More information about the TYPO3-english mailing list