Dogma?
„We need another attribute, should we create a new field in the database?“ „No, no, no! There are already so many fields, use an existing one, please.“ „OK…“
„We need another attribute, should we create a new field in the database?“ „No, no, no! There are already so many fields, use an existing one, please.“ „OK…“
Damit die importierten Elemente nicht auf versteckt gesetzt werden vor dem Import: TCEMAIN.table.tt_content { disablePrependAtCopy = 1 disableHideAtCopy = 1 }
https://gist.github.com/alexanderschnitzler/c685218feea1a8956cc3f915f7a08d0b Discussion on what, why and WHY NOT
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.3/Feature-90522-IntroduceAssetCollector.htmlhttps://t3terminal.com/blog/de/40-erweiterung-in-typo3-v10-fuer-entwickler-reihe-5/#c1084https://usetypo3.com/asset-collector.html Beispiel mit additionalAttributes in Fluid
CLI https://usetypo3.com/typo3-and-cli.html https://www.typo3lexikon.de/typo3-tutorials/core/console.html https://docs.typo3.org/typo3cms/ExtbaseFluidBook/10-Outlook/3-Command-controllers.html
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 }}
https://punkt.de/de/blog/2020/responsive-images-in-typo3-v10.html https://addyosmani.com/blog/lazy-loading/