Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
sg_mail
Commits
f80a69e1
Commit
f80a69e1
authored
Aug 24, 2020
by
Tim Wagner
Browse files
[BUGFIX] Some core language labels have been moved
parent
7168a2fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Configuration/TCA/tx_sgmail_domain_model_layout.php
Configuration/TCA/tx_sgmail_domain_model_layout.php
+4
-4
No files found.
Configuration/TCA/tx_sgmail_domain_model_layout.php
View file @
f80a69e1
...
...
@@ -65,15 +65,15 @@ $columns = [
],
'sys_language_uid'
=>
[
'exclude'
=>
true
,
'label'
=>
'LLL:EXT:
lang
/Resources/Private/Language/locallang_general.xlf:LGL.language'
,
'label'
=>
'LLL:EXT:
core
/Resources/Private/Language/locallang_general.xlf:LGL.language'
,
'config'
=>
[
'type'
=>
'select'
,
'renderType'
=>
'selectSingle'
,
'foreign_table'
=>
'sys_language'
,
'foreign_table_where'
=>
'ORDER BY sys_language.title'
,
'items'
=>
[
[
'LLL:EXT:
lang
/Resources/Private/Language/locallang_general.xlf:LGL.allLanguages'
,
-
1
],
[
'LLL:EXT:
lang
/Resources/Private/Language/locallang_general.xlf:LGL.default_value'
,
0
]
[
'LLL:EXT:
core
/Resources/Private/Language/locallang_general.xlf:LGL.allLanguages'
,
-
1
],
[
'LLL:EXT:
core
/Resources/Private/Language/locallang_general.xlf:LGL.default_value'
,
0
]
],
'default'
=>
0
,
'fieldWizard'
=>
[
...
...
@@ -85,7 +85,7 @@ $columns = [
],
'l10n_parent'
=>
[
'displayCond'
=>
'FIELD:sys_language_uid:>:0'
,
'label'
=>
'LLL:EXT:
lang
/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent'
,
'label'
=>
'LLL:EXT:
core
/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent'
,
'config'
=>
[
'type'
=>
'select'
,
'renderType'
=>
'selectSingle'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment