[TYPO3-dam] Wizard in DAM TCA

Ronald Steiner Ronald.Steiner at googlemail.com
Thu Nov 6 11:00:40 CET 2008


Hi List,

just according to dam_demo I added a new text field to store further 
info for a media file:
'my_new_field' => array(
   'label' => 'TEST01: Table-Wizard',
   'config' => array (
     'type' => 'text',
     'cols' => '48',
     'rows' => '15',
     'wizards' => array(
       'table' => array(
         'notNewRecords' => 1,
         'enableByTypeConfig' => 1,
         'type' => 'script',
         'title' => 'Table wizard',
         'icon' => 'wizard_table.gif',
         'script' => 'wizard_table.php',
         'params' => array('xmlOutput' => 0)
       ),
     )
   )
),
The field is displayed, the data is stored correctly, but the 'table' 
wizard does not show up. How can I get this working?

greetings

Ron


More information about the TYPO3-project-dam mailing list