From 0adaafa182a515bb7289ffc0819fc7979045c403 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 22 Jan 2021 11:33:38 +0100 Subject: [PATCH] Add missing translation to new field The new field was introduced without any label. That label is added, together with description and exclude. This keeps consistency and explanation to editors. --- Configuration/TCA/Overrides/tt_content.php | 2 ++ Resources/Private/Language/locallang_tca.xlf | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index 5911056..b2d0716 100644 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -33,7 +33,9 @@ ], ], 'skilldisplay_campaign' => [ + 'exclude' => 1, 'label' => $languagePath . 'skilldisplay_campaign', + 'description' => $languagePath . 'skilldisplay_campaign.description', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', diff --git a/Resources/Private/Language/locallang_tca.xlf b/Resources/Private/Language/locallang_tca.xlf index 3a541c9..943f16b 100644 --- a/Resources/Private/Language/locallang_tca.xlf +++ b/Resources/Private/Language/locallang_tca.xlf @@ -17,6 +17,12 @@ UID of SkillSet + + Campaign + + + Fetched from API. +