TYPO3 (8.7) sys_categories の「画像エディター」を有効にする必要があります。FAL を使用する他のすべての要素で、エディターを使用できます。カテゴリ イメージでのみ、このオプションがありませんでした。
どうすればアクティブにできますか?
このフィールドにまったく同じ TCA を設定しようとしましたが、変更はありません。
(tx_news の) TCA 拡張は次のとおりです。
'images' => [
'exclude' => true,
'l10n_mode' => 'mergeIfNotBlank',
'label' => $ll . 'tx_news_domain_model_category.image',
'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig(
'images',
[
'appearance' => [
'createNewRelationLinkTitle' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:images.addFileReference',
'showPossibleLocalizationRecords' => true,
'showRemovedLocalizationRecords' => true,
'showAllLocalizationLink' => true,
'showSynchronizationLink' => true
],
'foreign_match_fields' => [
'fieldname' => 'images',
'tablenames' => 'sys_category',
'table_local' => 'sys_file',
],
],
$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']
)
]
また、GitHub のこのファイル: https://github.com/georgringer/news/blob/master/Configuration/TCA/Overrides/sys_category.php