Martin T. Kutschker wrote:
> I really like to have somethign like this for my old plugins
> (ext_tables.php):
>
> if ($version > 3.5) {
> $TCA['tt_content']['types']['list']['subtypes_addlist'][$_EXTKEY.'_pi1']='pi_flexform';
>
> }
Hiding the tt_content part in ext_tables.sql is trickier. Any ideas?
Masi