Skip to content

Commit

Permalink
[FEATURE] Add support for AVIF files in GIFBuilder
Browse files Browse the repository at this point in the history
Resolves: TYPO3-Documentation/Changelog-To-Doc#1050
Releases: main, 13.4
  • Loading branch information
linawolf committed Nov 20, 2024
1 parent 1b990e6 commit 5259f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
ExtensionManagementUtility::registerPageTSConfigFile(
'extension_name',
'Configuration/TsConfig/Page/myPageTSconfigFile.tsconfig',
'My special config'
'My special config',
);
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
declare(strict_types=1);

namespace UsingSettingTSconfig\_PhpApi;

final class _MyBackendLoggedInController
{
public function isUserToggleEnabled(): bool
Expand Down

0 comments on commit 5259f30

Please sign in to comment.