[TYPO3-german] extbase flexforms

David Bruchmann david at bruchmann-web.de
Thu Aug 19 15:31:21 CEST 2010



----- Ursprüngliche Nachricht -----
Von:        Philipp <flashblabb at gmail.com>
Gesendet:   Donnerstag, 19. August 2010 14:58:37
An:         German TYPO3 Userlist <typo3-german at lists.typo3.org>
CC:
Betreff:    Re: [TYPO3-german] extbase flexforms
> Hier die ext_tables.php: http://pastie.org/1102024
>
> Danke
> Philipp
>
> 2010/8/19 David Bruchmann<david at bruchmann-web.de>
>

Hi,

OK, dort konnte ich bis auf die wahrscheinlich falsche Notation keinen 
Fehler feststellen.
Ich habe mal aus der ext_localconf.php vom blog_example einen Abschnitt 
rausgesucht, den Du mit Deiner entsprechenden Datei vergleichen kannst:

$extensionName = t3lib_div::underscoredToUpperCamelCase($_EXTKEY);
$pluginSignature = strtolower($extensionName) . '_pi1';

$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist'][$pluginSignature] 
= 'layout,select_key,recursive';
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature] 
= 'pi_flexform';
t3lib_extMgm::addPiFlexFormValue($pluginSignature, 'FILE:EXT:' . 
$_EXTKEY . '/Configuration/FlexForms/flexform_list.xml');


Bis auf den Pfad in der letzten Zeile sollte bei Deiner Erweiterung 
eigentlich alles einfach übernommen werden können, die letzte Zeile halt 
in angepasster Form.

Gruß,
David


More information about the TYPO3-german mailing list