‪TYPO3CMS  10.4
be_dashboards.php File Reference

Go to the source code of this file.

Variables

 return ['ctrl'=>['title'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:be_dashboard', 'label'=> 'title', 'tstamp'=> 'tstamp', 'crdate'=> 'crdate', 'cruser_id'=> 'cruser_id', 'adminOnly'=> true, 'rootLevel'=> 1, 'delete'=> 'deleted', 'enablecolumns'=>['disabled'=> 'hidden', 'starttime'=> 'starttime', 'endtime'=> 'endtime'], 'default_sortby'=> 'crdate DESC', 'typeicon_classes'=>['default'=> 'content-dashboard'], 'searchFields'=> 'identifier, title'], 'columns'=>['hidden'=>['label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.enabled', 'exclude'=> true, 'config'=>['type'=> 'check', 'renderType'=> 'checkboxToggle', 'default'=> 0, 'items'=>[[0=> '', 1=> '', 'invertStateDisplay'=> true]],]], 'starttime'=>['exclude'=> true, 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.starttime', 'config'=>['type'=> 'input', 'renderType'=> 'inputDateTime', 'eval'=> 'datetime, int', 'default'=> 0]], 'endtime'=>['exclude'=> true, 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.endtime', 'config'=>['type'=> 'input', 'renderType'=> 'inputDateTime', 'eval'=> 'datetime, int', 'default'=> 0]], 'identifier'=>['label'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:identifier', 'config'=>['type'=> 'input', 'size'=> 30, 'max'=> 255, 'eval'=> 'required']], 'title'=>['label'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:title', 'config'=>['type'=> 'input', 'size'=> 30, 'max'=> 255, 'eval'=> 'required']]], 'types'=>['1'=>['showitem'=> ' --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general, identifier, title, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access, hidden, --palette--;;timeRestriction, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, ',],], 'palettes'=>['timeRestriction'=>['showitem'=> 'starttime, endtime']],]
 

Variable Documentation

◆ return

return[ 'ctrl'=>[ 'title'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:be_dashboard', 'label'=> 'title', 'tstamp'=> 'tstamp', 'crdate'=> 'crdate', 'cruser_id'=> 'cruser_id', 'adminOnly'=> true, 'rootLevel'=> 1, 'delete'=> 'deleted', 'enablecolumns'=>[ 'disabled'=> 'hidden', 'starttime'=> 'starttime', 'endtime'=> 'endtime'], 'default_sortby'=> 'crdate DESC', 'typeicon_classes'=>[ 'default'=> 'content-dashboard'], 'searchFields'=> 'identifier, title'], 'columns'=>[ 'hidden'=>[ 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.enabled', 'exclude'=> true, 'config'=>[ 'type'=> 'check', 'renderType'=> 'checkboxToggle', 'default'=> 0, 'items'=>[[ 0=> '', 1=> '', 'invertStateDisplay'=> true]],]], 'starttime'=>[ 'exclude'=> true, 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.starttime', 'config'=>[ 'type'=> 'input', 'renderType'=> 'inputDateTime', 'eval'=> 'datetime, int', 'default'=> 0]], 'endtime'=>[ 'exclude'=> true, 'label'=> 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.endtime', 'config'=>[ 'type'=> 'input', 'renderType'=> 'inputDateTime', 'eval'=> 'datetime, int', 'default'=> 0]], 'identifier'=>[ 'label'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:identifier', 'config'=>[ 'type'=> 'input', 'size'=> 30, 'max'=> 255, 'eval'=> 'required']], 'title'=>[ 'label'=> 'LLL:EXT:dashboard/Resources/Private/Language/locallang_tca.xlf:title', 'config'=>[ 'type'=> 'input', 'size'=> 30, 'max'=> 255, 'eval'=> 'required']]], 'types'=>[ '1'=>[ 'showitem'=> ' --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general, identifier, title, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access, hidden, --palette--;;timeRestriction, --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended, ',],], 'palettes'=>[ 'timeRestriction'=>[ 'showitem'=> 'starttime, endtime']],]

Definition at line 3 of file be_dashboards.php.