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,31 @@
.. include:: /Includes.rst.txt
.. _feature-81741:
===============================================================================================
Feature: #81741 - Render additional and data-* attributes in media renderer for MediaViewHelper
===============================================================================================
See :issue:`81741`
Description
===========
Render :html:`additionalAttributes` and :html:`data-*` attributes in Audio-, VideoTag, YouTube, Vimeo and
if set in the Fluid MediaViewHelper.
Basic Usage
===========
.. code-block:: html
<f:media additionalAttributes="{parameter:'argument'}" data="{src:'test'}"/>
Example Output
==============
.. code-block:: html
<video controls data-src="test" parameter="argument">[...]</video>
.. index:: Fluid, Frontend