From fcfac199c4ef085717e7ab5ec12b8e69acf3c7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20E=C3=9Fl?= <noreply@example.com> Date: Sun, 1 Mar 2020 19:29:46 +0000 Subject: [PATCH] [BUGFIX] Fix wrong Viewhelper code in AssetCollector documentation Releases: master Resolves: #90609 Change-Id: Ie78ade3e1ccb883c7f0928c1b0cff87d4a08ffd2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63521 Tested-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: TYPO3com <noreply@typo3.com> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> --- .../Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst index 71d1969895bd..43fcb7539d04 100644 --- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst +++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst @@ -10,7 +10,7 @@ Description =========== AssetCollector is a concept to allow custom CSS/JS code, inline or external, to be added multiple -times in e.g. a Fluid template (via :html:`<f:script>` or :html:`<f:css>` ViewHelpers) but only rendered once +times in e.g. a Fluid template (via :html:`<f:asset.script>` or :html:`<f:asset.css>` ViewHelpers) but only rendered once in the output. It supports best practices for optimizing page performance by having a "priority" flag to either -- GitLab