Closed julianhofmann closed 1 week ago
Hm... The v12 version of that controller does not use IconSize
(and the last change was 3 months ago): https://github.com/TYPO3-Documentation/t3docs-examples/blob/12.4/Classes/Controller/AdminModuleController.php#L96
I think this happened due to a backport that was going to far
IconSize was introduced in v13 and Icon was deprecated. In v12, we still have to use the older way.
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Deprecation-101475-IconSizeStringConstants.html