Skip to content
Snippets Groups Projects
Commit 8db85d6c authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[TASK] update sys_language_uid in TCA & formatting

parent 01d8a6d2
No related branches found
No related tags found
1 merge request!31[TASK] update sys_language_uid in TCA & formatting
......@@ -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,
],
],
]
......
......@@ -193,7 +193,8 @@ $columns = [
'collapseAll' => TRUE
],
'maxitems' => 9999
])
]
)
]
]
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment