Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
8db85d6c
Commit
8db85d6c
authored
Sep 24, 2020
by
Kevin von Spiczak
Browse files
[TASK] update sys_language_uid in TCA & formatting
parent
01d8a6d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_sgmail_domain_model_layout.php
View file @
8db85d6c
...
...
@@ -64,21 +64,25 @@ $columns = [
],
],
'sys_language_uid'
=>
[
'exclude'
=>
true
,
'exclude'
=>
TRUE
,
'label'
=>
'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language'
,
'config'
=>
[
'type'
=>
'select'
,
'renderType'
=>
'selectSingle'
,
'special'
=>
'languages'
,
'foreign_table'
=>
'sys_language'
,
'foreign_table_where'
=>
'ORDER BY sys_language.title'
,
'items'
=>
[
[
'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
]
[
'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.allLanguages'
,
-
1
,
'flags-multiple'
]
],
'default'
=>
0
,
'fieldWizard'
=>
[
'selectIcons'
=>
[
'disabled'
=>
false
,
'disabled'
=>
FALSE
,
],
],
]
...
...
Configuration/TCA/tx_sgmail_domain_model_mail.php
View file @
8db85d6c
...
...
@@ -193,7 +193,8 @@ $columns = [
'collapseAll'
=>
TRUE
],
'maxitems'
=>
9999
])
]
)
]
]
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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