[TYPO3-german] Eigenes CE / cType erstellen

Alexander Averbuch alav at gmx.net
Tue Oct 20 21:57:44 CEST 2015


es geht über

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
        'Deinvendor.' . $_EXTKEY,
        'Tab',
        array(
                'Tab' => 'show',

        ),
        // non-cacheable actions
        array(
                'Tab' => 'show',

        ),
        'CType'
);


Tab ist hier der Name deines CE


More information about the TYPO3-german mailing list