Skip to content

Commit

Permalink
EzbParticipantsForm added.
Browse files Browse the repository at this point in the history
  • Loading branch information
percolatorWitt committed Aug 13, 2024
1 parent 7b52486 commit 018ea7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,11 @@
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature_ezb_new] = 'pi_flexform';

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue($pluginSignature_ezb_new, 'FILE:EXT:libconnect/Configuration/FlexForms/ezb_new_flexform.xml');

/* EZB Participations Form */
$pluginSignature_ezb_contact = \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
'Libconnect',
'EzbParticipantsForm',
'libconnect: EZB Participations',
'EXT:libconnect/Resources/Public/Icons/Wizard.gif'
);

0 comments on commit 018ea7f

Please sign in to comment.