-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RequireJS integration is deprecated in TYPO3 12 and will be removed with TYPO3 13, thus search statistics JavaScript is adapted for ECMAScript v6. An update to Chart.js 3.9.1 is also done, which provides ES6 support. Integration in Chart.js 4 is currently faulty and is postponed. Resolves: #3489
- Loading branch information
1 parent
719d5cc
commit 3533d32
Showing
7 changed files
with
16,060 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'dependencies' => ['backend'], | ||
'imports' => [ | ||
'@apache-solr-for-typo3/solr/' => 'EXT:solr/Resources/Public/JavaScript/', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.