TYPO3 – asset collector

https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.3/Feature-90522-IntroduceAssetCollector.html
https://t3terminal.com/blog/de/40-erweiterung-in-typo3-v10-fuer-entwickler-reihe-5/#c1084
https://usetypo3.com/asset-collector.html

Beispiel mit additionalAttributes in Fluid

<f:asset.script identifier="identifier123" priority="true" additionalAttributes="{data-cbid:454545454545}">
    alert('hello world');
</f:asset.script>