[TYPO3-german] Flexform in eigener Tabelle?
    Andreas Kiessling 
    andreas.kiessling at web.de
       
    Mon Mar 24 21:12:20 CET 2014
    
    
  
Hi,
klar gehen Flexforms auch in anderen Tabellen. Du musst dir nur mal
ansehen, wie das für tt_content konfiguriert ist im TCA, dann kann man
das auch auf andere Tabellen übertragen.
'tx_neuesfeld' => array (
    'exclude' => 0,
    'label' => 'label',
    'config' => array (
        'type' => 'flex',
        'ds' => array (
            'default' => 'FILE:EXT:Extension/PFAD/ZUR/flexform.xml',
        ),
    )
),
Die ganze andere Config für pi_flexform in tt_content ist ja nur zur
Unterscheidung, welcher CType oder list_type gerade vorliegt.
HTH,
Andreas
    
    
More information about the TYPO3-german
mailing list