mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +01:00
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.
This commit is contained in:
parent
01d25e4c49
commit
0adaafa182
2 changed files with 8 additions and 0 deletions
|
@ -33,7 +33,9 @@
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'skilldisplay_campaign' => [
|
'skilldisplay_campaign' => [
|
||||||
|
'exclude' => 1,
|
||||||
'label' => $languagePath . 'skilldisplay_campaign',
|
'label' => $languagePath . 'skilldisplay_campaign',
|
||||||
|
'description' => $languagePath . 'skilldisplay_campaign.description',
|
||||||
'config' => [
|
'config' => [
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'renderType' => 'selectSingle',
|
'renderType' => 'selectSingle',
|
||||||
|
|
|
@ -17,6 +17,12 @@
|
||||||
<trans-unit id="tt_content.skilldisplay_skillset.description" resname="tt_content.skilldisplay_skillset.description">
|
<trans-unit id="tt_content.skilldisplay_skillset.description" resname="tt_content.skilldisplay_skillset.description">
|
||||||
<source>UID of SkillSet</source>
|
<source>UID of SkillSet</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="tt_content.skilldisplay_campaign" resname="tt_content.skilldisplay_campaign">
|
||||||
|
<source>Campaign</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="tt_content.skilldisplay_campaign.description" resname="tt_content.skilldisplay_campaign.description">
|
||||||
|
<source>Fetched from API.</source>
|
||||||
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
</xliff>
|
</xliff>
|
||||||
|
|
Loading…
Reference in a new issue