Actions
Bug #105009
closedTitle attribute for videos in iframe are not rendered in frontend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2024-09-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I'm using TYPO3 13.3 for testing Youtube videos. If I add a Youtube Video in backend to Media Element the title attribute is not rendered. I test this with original FSC templates.
The title attribute in cms-fluid-styled-content/Resources/Private/Partials/Media/Rendering/Video.html
(f:media) is set to {file.title}
I tested with an title set in the file properties and set in the file reference. And also just hardcoded text. Nothing works.
On debugging I saw the title
attribute is not in the $options
in YouTubeRenderer's render
function.
I must using additionalAttributes
argument for the MediaViewHelper to get the title in frontend.
Actions