[Typo3-dev] Frontend Plugin Customisation

John Begley John.Begley at hummingbird.com
Mon Aug 30 19:37:29 CEST 2004


>The new and right way to do it would be to add your fields as a
>T3DataStructure to
>the field pi_flexform, like this:
>
>$TCA["tt_content"]["types"]["list"]["subtypes_excludelist"][$_EXTKEY."_pi2"
>]="layout,select_key,pages";
>$TCA['tt_content']['types']['list']['subtypes_addlist'][$_EXTKEY.'_pi2']='p
>i_flexform';
>t3lib_extMgm::addPiFlexFormValue($_EXTKEY.'_pi2',
>'FILE:EXT:dmaqs/pi2/flexform_ds.xml');

Thanks everybody for your help with this.  Would anybody know of any
in-depth instructions or tutorials for using flexforms?

Thanks
John Begley





More information about the TYPO3-dev mailing list