‪TYPO3CMS  11.5
DashboardWidgetGroups.php
Go to the documentation of this file.
1 <?php
2 
3 return [
4  'general' => [
5  'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widget_group.general',
6  ],
7  'systemInfo' => [
8  'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widget_group.system',
9  ],
10  'typo3' => [
11  'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widget_group.typo3',
12  ],
13  'news' => [
14  'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widget_group.news',
15  ],
16  'documentation' => [
17  'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widget_group.documentation',
18  ],
19 ];