‪TYPO3CMS  10.4
DashboardPresets.php
Go to the documentation of this file.
1 <?php
2 
3 return [
4  'default' => [
5  'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.default',
6  'description' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.default.description',
7  'iconIdentifier' => 'content-dashboard',
8  'defaultWidgets' => ['t3information', 't3news', 'docGettingStarted'],
9  'showInWizard' => false
10  ],
11  'empty' => [
12  'title' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.empty',
13  'description' => 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.empty.description',
14  'iconIdentifier' => 'content-dashboard-empty',
15  'defaultWidgets' => [],
16  'showInWizard' => true
17  ],
18 ];