mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Add icon file to pageview record
This commit is contained in:
parent
b732cc0cd2
commit
5fc0b60131
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ return [
|
|||
'cruser_id' => 'cruser_id',
|
||||
'languageField' => 'sys_language_uid',
|
||||
'title' => 'LLL:EXT:tracking/Resources/Private/Language/locallang_tca.xlf:table.pageview',
|
||||
'searchFields' => 'uid, url'
|
||||
'searchFields' => 'uid, url',
|
||||
'iconfile' => 'EXT:core/Resources/Public/Icons/T3Icons/apps/apps-pagetree-page-default.svg',
|
||||
],
|
||||
'types' => [
|
||||
'0' => [
|
||||
|
|
Loading…
Reference in a new issue