[Typo3-dev] BE question: show individual layout options depending on CType
Oliver List
oliver.list at native-instruments.de
Fri Jul 9 17:59:43 CEST 2004
okay, that seems to help. but how do i configure this individually for
each CType? when i paste the TS code below, the changes affect ALL
CTypes, right? is it possible to have something like this:
TCEFORM.tt_content.bullets.header_layout {
altLabels.1 = ordered list
altLables.2 = unordered list
}
where 'bullets' is the current CType?
thanks,
oliver
Sebastian Kurfuerst wrote:
> Hi,
> here I have code changing the header layout field:
>
>
> TCEFORM.tt_content.header_layout {
> removeItems = 0,5
> altLabels.1 = mit Strich
> altLabels.2 = mit Pfeil
> altLabels.3 = Fett
> altLabels.4 = nicht Fett
> }
>
>
> You have to view the page in the backend as html source, the form fields
> are named in a certain scheme (I don't remember this exactly.). The
> numbers are the values of the select field.
>
> Hope this helps,
> Sebastian
More information about the TYPO3-dev
mailing list