Schlagwort: TYPO3
TYPO3 Icons
Register Icons BEFORE 11nice example in ext_localconf.php: https://github.com/benjaminkott/bootstrap_package/blob/master/ext_localconf.php Icon API changes in TYPO3 11 using Configuration/Icons.phphttps://usetypo3.com/icon-api.html TYPO3 Iconshttps://typo3.github.io/TYPO3.Icons/index.html Plugin Iconhttps://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/4-FirstExtension/7-configuring-the-plugin.html?highlight=icon#registering-the-plugin Icon APIhttps://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Icon/Index.html
…WOW! DEN hatte ich noch nie:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1380581244: Redirect loop aborted. If this message is shown again after a reload, your setup is so weird that the install tool is unable to handle it. Please make sure to remove the „install[redirectCount]“ parameter from your request or restart the install tool …
Linkhandler in TYPO3
https://usetypo3.com/linkhandler.htmlhttps://www.clickstorm.de/blog/linkhandler-typo3/ Linkhandler im Spracheinsatz: config.recordLinks.tx_news { typolink { parameter = xxx additionalParams.data = field:uid additionalParams.wrap = &tx_news_pi1[news]=| additionalParams.dataWrap = &L={field:sys_language_uid} useCacheHash = 1 ATagParams.data = parameters:allParams target.data = parameters:target title.data = parameters:title }}
Images in TYPO3 10
https://punkt.de/de/blog/2020/responsive-images-in-typo3-v10.html https://addyosmani.com/blog/lazy-loading/