mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Do not configure unavailable TCA options
This commit is contained in:
parent
328bf3c58e
commit
05d0dec7b7
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@ return [
|
||||||
'title' => 'LLL:EXT:tracking/Resources/Private/Language/locallang_tca.xlf:table.pageview',
|
'title' => 'LLL:EXT:tracking/Resources/Private/Language/locallang_tca.xlf:table.pageview',
|
||||||
'searchFields' => 'uid, url'
|
'searchFields' => 'uid, url'
|
||||||
],
|
],
|
||||||
'interface' => [
|
|
||||||
'always_description' => 0,
|
|
||||||
'showRecordFieldList' => 'url, user_agent, type, sys_language_uid, crdate, tstamp, crdate, cruser_id'
|
|
||||||
],
|
|
||||||
'types' => [
|
'types' => [
|
||||||
'0' => [
|
'0' => [
|
||||||
'showitem' => 'sys_language_uid, pid, url, user_agent, type, crdate',
|
'showitem' => 'sys_language_uid, pid, url, user_agent, type, crdate',
|
||||||
|
|
Loading…
Reference in a new issue