TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,23 @@
.. include:: /Includes.rst.txt
.. _feature-80542:
===============================================================================
Feature: #80542 - Support defer attribute for JavaScript includes in TypoScript
===============================================================================
See :issue:`80542`
Description
===========
When including JavaScript files in TypoScript, the HTML5 attribute :html:`defer` is now
supported.
.. code-block:: typoscript
page.includeJSFooter.file = path/to/file.js
page.includeJSFooter.file.defer = 1
.. index:: TypoScript, Frontend