TYPO3-Documentation / TYPO3CMS-Reference-CoreApi

"TYPO3 Explained": Main TYPO3 Core Document: Main classes, Security, TypoScript syntax, Extension API and much more
https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/
22 stars 394 forks source link

Use Icon instead of IconSize #5002

Closed julianhofmann closed 1 week ago

julianhofmann commented 1 week ago

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

julianhofmann commented 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

linawolf commented 1 week ago

I think this happened due to a backport that was going to far