Skip to content

Commit

Permalink
[TASK] Migrate addPageTSConfig call to "page.tsconfig" file
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Sep 1, 2024
1 parent ed8bcba commit 780a428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions Configuration/page.tsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "EXT:sf_event_mgt/Configuration/TSConfig/Mod/Wizards/ContentElement.tsconfig"
5 changes: 0 additions & 5 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@
],
];

// Add page TSConfig
ExtensionManagementUtility::addPageTSConfig('
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sf_event_mgt/Configuration/TSConfig/Mod/Wizards/ContentElement.tsconfig">
');

// Custom FormDataProvider to hide TCA inline fields for registrations on given conditions
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['formDataGroup']['tcaDatabaseRecord'][
HideInlineRegistrations::class
Expand Down

0 comments on commit 780a428

Please sign in to comment.