[Typo3-dev] module_sys_dmail_html field in TBE
Chi Hoang
hoang at planb-media.de
Tue Sep 23 18:08:58 CEST 2003
Jürgen Pietschmann wrote:
> or can anyone tell me
> how to use the fieldname_passthrough.
Outcomment these lines in ext_tables.php from ext direct mail
// tt_address modified
t3lib_div::loadTCA("tt_address");
t3lib_extMgm::addTCAcolumns("tt_address",array(
"module_sys_dmail_category" =>
Array("config"=>array("type"=>"passthrough")),
"module_sys_dmail_html" => Array("config"=>array("type"=>"passthrough"))
));
$TCA["tt_address"]["feInterface"]["fe_admin_fieldList"].=",module_sys_dmail_
category,module_sys_dmail_html";
like this
/*
// tt_address modified
t3lib_div::loadTCA("tt_address");
....
....
....
*/
and it should work! I did not test it yet, but in BE you can see the field.
passthrough seems to be a switch to unhide/hide fields.
Greets,
Chi
More information about the TYPO3-dev
mailing list