[Typo3-dev] removing recursive field and renaming

Wolfgang Klinger wolfgang at stufenlos.net
Mon Feb 9 12:52:02 CET 2004


 *hiya!*
 
On 11:41 Mon 09 Feb     , Dominic Brander wrote:
> how can I remove the field "recursive" in the FE when creating a new ext.?

 You mean backend?

 Search for a line like the following in your ext's ext_tables.php:
 
---
t3lib_div::loadTCA("tt_content");
$TCA["tt_content"]["types"]["list"]["subtypes_excludelist"][$_EXTKEY."_pi1"]="layout,select_key";
---

 and add ',recursive' to this list.
 
 
 bye
 Wolfgang







More information about the TYPO3-dev mailing list