Skip to content

Commit

Permalink
Enable alternative text for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl authored May 2, 2021
1 parent 2bafc2c commit 390a5cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Configuration/TCA/Overrides/sys_file_metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,10 @@
--palette--;;license',
'',
'after:title');

// Enable alternative text for videos
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addFieldsToPalette('sys_file_metadata',
'25',
'alternative, --linebreak--',
'before:caption'
);

0 comments on commit 390a5cc

Please sign in to comment.