Skip to content
Snippets Groups Projects
Commit c191fc52 authored by Stephan Großberndt's avatar Stephan Großberndt Committed by Wouter Wolters
Browse files

[TASK] Display content_date in sys_file_metadata TCA

Display content_creation_date and content_modification_date of images,
audio files and videos in the TCA of sys_file_metadata records.

Resolves: #76267
Releases: master, 7.6
Change-Id: I77dd1b35f5ba7e1f4dbd975ad1ad339e8a0ada6e
Reviewed-on: https://review.typo3.org/48243


Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 28cb4e69
Branches
Tags
No related merge requests found
......@@ -41,6 +41,7 @@ $tca = array(
creator, creator_tool, publisher, source, copyright, language,
--palette--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:palette.geo_location;40,
--palette--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:palette.gps;30,
--palette--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:palette.content_date;60,
--div--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:tabs.camera,
color_space,
--palette--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:palette.metrics;50
......@@ -55,6 +56,7 @@ $tca = array(
fe_groups,
--div--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:tabs.metadata,
creator, creator_tool, publisher, source, copyright, language,
--palette--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:palette.content_date;60,
--div--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:tabs.audio,
duration
',
......@@ -68,6 +70,7 @@ $tca = array(
fe_groups,
--div--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:tabs.metadata,
creator, creator_tool, publisher, source, copyright, language,
--palette--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:palette.content_date;60,
--div--;LLL:EXT:filemetadata/Resources/Private/Language/locallang_tca.xlf:tabs.video,
duration
',
......
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