‪TYPO3CMS  10.4
DashboardPresets.php File Reference

Go to the source code of this file.

Variables

 return ['default'=>['title'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.default', 'description'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.default.description', 'iconIdentifier'=> 'content-dashboard', 'defaultWidgets'=>['t3information', 't3news', 'docGettingStarted'], 'showInWizard'=> false], 'empty'=>['title'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.empty', 'description'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.empty.description', 'iconIdentifier'=> 'content-dashboard-empty', 'defaultWidgets'=>[], 'showInWizard'=> true],]
 

Variable Documentation

◆ return

return[ 'default'=>[ 'title'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.default', 'description'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.default.description', 'iconIdentifier'=> 'content-dashboard', 'defaultWidgets'=>[ 't3information', 't3news', 'docGettingStarted'], 'showInWizard'=> false], 'empty'=>[ 'title'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.empty', 'description'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:dashboard.empty.description', 'iconIdentifier'=> 'content-dashboard-empty', 'defaultWidgets'=>[], 'showInWizard'=> true],]

Definition at line 3 of file DashboardPresets.php.