[TYPO3-dev] Disable table list in BE

John Angel johnange at gmail.com
Wed May 16 18:50:40 CEST 2007


Hi

How to completely avoid displaying table description/data in BE?

This is not enough:

$TCA["my_table"] = Array (
 "ctrl" => Array (),
 "feInterface" => Array (),
 "columns" => Array (),
 "interface" => Array (
  "showRecordFieldList" => 0,
  "always_description" => 0,
  "maxDBListItems" => 0,
  "maxSingleDBListItems" => 0,
 ),
);

Thanks
John




More information about the TYPO3-dev mailing list