Skip to content

Commit

Permalink
[TASK] Remove obsolete TypoScript
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbltr committed Oct 11, 2024
1 parent f032a60 commit d751d28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
9 changes: 0 additions & 9 deletions Configuration/TypoScript/Backend/dashboard.typoscript

This file was deleted.

7 changes: 0 additions & 7 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
'defaultContentRendering'
);

// TODO: Remove this once support TYPO3 v11 is dropped, it is moved to Configuration/page.tsconfig which is automatically loaded
// https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Feature-96614-AutomaticInclusionOfPageTsConfigOfExtensions.html
// Add TypoScript configuration for dashboard widgets
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScriptSetup(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ke_search/Configuration/TypoScript/Backend/dashboard.typoscript">'
);

// add page TSconfig (Content element wizard icons, hide index table)
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:ke_search/Configuration/TSconfig/Page/pageTSconfig.tsconfig">'
Expand Down

0 comments on commit d751d28

Please sign in to comment.