Skip to content

Commit 3e97bee

Browse files
committed
[BUGFIX] Add missing description
1 parent 4dbbd86 commit 3e97bee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Configuration/TCA/Overrides/200_content_element_syntax.php

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
'tt_content',
2323
'CType',
2424
[
25-
'LLL:EXT:syntax/Resources/Private/Language/locallang_be.xlf:content_element.syntax.title',
26-
'syntax',
27-
'content-element-syntax',
28-
'syntax',
25+
'label' => 'LLL:EXT:syntax/Resources/Private/Language/locallang_be.xlf:content_element.syntax.title',
26+
'description' => 'LLL:EXT:syntax/Resources/Private/Language/locallang_be.xlf:content_element.syntax.description',
27+
'value' => 'syntax',
28+
'icon' => 'content-element-syntax',
29+
'group' => 'syntax',
2930
]
3031
);
3132

0 commit comments

Comments
 (0)