Actions
Bug #96531
closedAllow language sync for tt_content media
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-01-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
pending-close
Complexity:
easy
Is Regression:
Sprint Focus:
Description
tt_content,
CType uploads,
field: media
When translating a content element of type "File Links" (uploads) the files of the default language are grayed out and not possible to edit or translate. New file references can be created for the translated record, but the default language files continue to be visible/grayed out (see screenshot).
This field should have "allowLanguageSynchronization" enabled by default:
$GLOBALS['TCA']['tt_content']['columns']['media']['config']['behaviour']['allowLanguageSynchronization'] = true;
Files
Actions