Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
content_replacer
Commits
928cbcb5
Commit
928cbcb5
authored
Sep 24, 2020
by
Kevin von Spiczak
Browse files
[TASK] update sys_language_uid in TCA & formatting
parent
ed47dc0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_content_replacer_term.php
View file @
928cbcb5
...
...
@@ -57,8 +57,13 @@ $columns = [
'type'
=>
'select'
,
'renderType'
=>
'selectSingle'
,
'special'
=>
'languages'
,
'default'
=>
0
,
'items'
=>
[
[
$generalLabelsPrefix
.
'allLanguages'
,
-
1
,
'flags-multiple'
]
[
$generalLabelsPrefix
.
'allLanguages'
,
-
1
,
'flags-multiple'
]
]
],
],
...
...
Write
Preview
Supports
Markdown
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