[TASK] Use dedicated database field for `textmedia` media references
To avoid side effects and make maintenance easier the textmedia content element from EXT:fluid_styled_content uses a dedicated field for media file references This avoids side effects with EXT:css_styled_content as the child TCA of the file references is no longer depended on the parent CType configuration. This also fixes the wrong media palette being shown in the backend as the AJAX call to fetch the inline record does not have access to th parent record. An upgrade wizard is provided to migrate the file references to the new assets database field. Resolves: #70957 Releases: master Change-Id: I32d7284e2098b4ab74f10f1fc8c7d07a7553511d Reviewed-on: https://review.typo3.org/44228 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/fluid_styled_content/Classes/Hooks/TextmediaPreviewRenderer.php 3 additions, 3 deletions...styled_content/Classes/Hooks/TextmediaPreviewRenderer.php
- typo3/sysext/fluid_styled_content/Configuration/TCA/Overrides/tt_content.php 13 additions, 15 deletions...styled_content/Configuration/TCA/Overrides/tt_content.php
- typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/Setup/lib.fluidContent.ts 1 addition, 1 deletion...Configuration/TypoScript/Static/Setup/lib.fluidContent.ts
- typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/setup.txt 2 additions, 2 deletions..._styled_content/Configuration/TypoScript/Static/setup.txt
- typo3/sysext/fluid_styled_content/Resources/Private/Language/Database.xlf 2 additions, 2 deletions...id_styled_content/Resources/Private/Language/Database.xlf
- typo3/sysext/fluid_styled_content/ext_tables.sql 2 additions, 1 deletiontypo3/sysext/fluid_styled_content/ext_tables.sql
- typo3/sysext/install/Classes/Updates/ContentTypesToTextMediaUpdate.php 3 additions, 3 deletions...install/Classes/Updates/ContentTypesToTextMediaUpdate.php
- typo3/sysext/install/Classes/Updates/MigrateMediaToAssetsForTextMediaCe.php 99 additions, 0 deletions...ll/Classes/Updates/MigrateMediaToAssetsForTextMediaCe.php
- typo3/sysext/install/ext_localconf.php 1 addition, 0 deletionstypo3/sysext/install/ext_localconf.php
Please register or sign in to comment