Skip to content

Commit

Permalink
[FEATURE] #101807 - Use Configuration/user.tsconfig (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Oct 18, 2023
1 parent 6ddc87b commit d7a3d71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased

### Changed
- Use Configuration/user.tsconfig (#214)

## 12.0.1 - 2023-09-16

### Fixed
Expand Down
File renamed without changes.
5 changes: 0 additions & 5 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,4 @@
$GLOBALS['TYPO3_CONF_VARS']['SYS']['locallangXMLOverride']['de']
['EXT:frontend/Resources/Private/Language/locallang_tca.xlf'][] =
'EXT:examples/Resources/Private/Language/de.custom.xlf';

// Add default user tsconfig
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig(
"@import 'EXT:examples/Configuration/TsConfig/User/*.tsconfig'"
);
})();

0 comments on commit d7a3d71

Please sign in to comment.