[TYPO3-german] Labels im Backend via TCA umbenennen
Marco Peemöller
listen at goto-marco.de
Wed Feb 23 15:56:38 CET 2011
mach z. B. mal ein
print_r($TCA['tt_content']['columns']['imageorient']['config']['items']);
Dann wird Dir auffallen, was Du falsch machst.
Am 23.02.2011 12:16, schrieb Christian Essl:
> Ok, ich konnte das Problem jetzt lösen. Das folgende wird übernommen:
>
> $TCA['tt_content']['columns']['imageorient'] = array (
> 'config' => Array (
> 'type' => 'select',
> 'items' => Array (
> Array(test', 0, 'selicons/test.gif'),
> Array(test', 8, 'selicons/below_center.gif'
> )
> )
> );
>
> Dieser Code hier wird jedoch nicht übernommen:
> $TCA['tt_content']['columns']['imageorient']['config']['items']['9']['0'] = 'test';
> $TCA['tt_content']['columns']['imageorient']['config']['items']['9']['2'] = 'test';
>
> Das heißt also ich kann die Ziffern nicht ansprechen, sondern muss die entsprechenden Arrays neu initialisieren?
>
> Gruß,
> Christian
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>
More information about the TYPO3-german
mailing list