[TYPO3-english] How do I specify a default action?

Jan Kornblum jan.kornblum at gmx.de
Fri Dec 13 19:03:15 CET 2013


Ups, i meant:

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
    'VENDOR.' . $_EXTKEY,
    'PluginName',
    array(
        'ControllerX' => 'list, show, new, ...',
        'ControllerY' => 'list, show, new, ...',
    ),
    // non-cacheable actions
    array(
        'ControllerX' => 'list, show, new, ...',
        'ControllerY' => 'list, show, new, ...',
    )
);




More information about the TYPO3-english mailing list