How do I add the core gallerySettings
palette to the media tab of tx_news?
I want to be able to use these settings in the news detail template.
In my site package I have tried adding this to my tt_content.php
:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes(
'tx_news_domain_model_media',
'---palette--;;gallerySettings',
'',
'after:fal_media'
);