не могу добавить в модуль "форм визард", который используется в плагине mail_form.
делал так в файле tca.php своего модуля:
Код:
'additional_fields' => array (
'label' => 'LLL:EXT:asb_forms/locallang_db.xml:tx_asbforms_forms.additional_fields',
'config' => array (
'type' => 'text',
'cols' => '48',
'rows' => '5',
'wizards' => Array(
'_PADDING' => 4,
'_VALIGN' => 'middle',
'forms' => Array(
'notNewRecords' => 1,
'enableByTypeConfig' => 1,
'type' => 'script',
'title' => 'Forms wizard',
'icon' => 'wizard_forms.gif',
'script' => 'wizard_forms.php?special=formtype_mail',
'params' => array('xmlOutput' => 0)
),
),
)
),
выводится только текстовое поле без волшебника(визарда).
что может быть не так???