Skip to content
Snippets Groups Projects
Commit 5ecb709b authored by Georg Ringer's avatar Georg Ringer Committed by Benni Mack
Browse files

[BUGFIX] Remove sys_file_metadata width and height from excludefields

This is a followup to #81964 which removed the exclude configuration
from the fields width & height.
However, if EXT:filemetadata is installed, this overrides the TCA again.
This patch removes the information there as well.

Resolves: #90637
Releases: master
Change-Id: Iaf3907e14484052714172320f8e5b86c452b82df
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63549


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarStefan Froemken <froemken@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarStefan Froemken <froemken@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent aa7e977a
Branches
Tags
No related merge requests found
......@@ -445,7 +445,6 @@ $tca = [
]
],
'width' => [
'exclude' => true,
'l10n_mode' => 'exclude',
'l10n_display' => 'defaultAsReadonly',
'label' => 'LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:sys_file_metadata.width',
......@@ -459,7 +458,6 @@ $tca = [
],
],
'height' => [
'exclude' => true,
'l10n_mode' => 'exclude',
'l10n_display' => 'defaultAsReadonly',
'label' => 'LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:sys_file_metadata.height',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment