Skip to content

Commit

Permalink
[BUGFIX] Add missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 16, 2024
1 parent 4dbbd86 commit 3e97bee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Configuration/TCA/Overrides/200_content_element_syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
'tt_content',
'CType',
[
'LLL:EXT:syntax/Resources/Private/Language/locallang_be.xlf:content_element.syntax.title',
'syntax',
'content-element-syntax',
'syntax',
'label' => 'LLL:EXT:syntax/Resources/Private/Language/locallang_be.xlf:content_element.syntax.title',
'description' => 'LLL:EXT:syntax/Resources/Private/Language/locallang_be.xlf:content_element.syntax.description',
'value' => 'syntax',
'icon' => 'content-element-syntax',
'group' => 'syntax',
]
);

Expand Down

0 comments on commit 3e97bee

Please sign in to comment.