[TYPO3-german] Extbase und Flexform

Georg Ringer mail at ringerge.org
Wed Aug 4 12:54:21 CEST 2010


Hi,

probier mal
---------------------
	// Flexforms for plugin pi1
$extensionName = t3lib_div::underscoredToUpperCamelCase($_EXTKEY);
$pluginSignature = strtolower($extensionName) . '_pi1';
$TCA['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature] =
'pi_flexform';
t3lib_extMgm::addPiFlexFormValue($pluginSignature, 'FILE:EXT:' .
$_EXTKEY . '/Configuration/FlexForms/ControllerActions.xml');

---------------------

Georg


More information about the TYPO3-german mailing list