‪TYPO3CMS  10.4
sys_log.php
Go to the documentation of this file.
1 <?php
2 
3 return [
4  'ctrl' => [
5  'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:sys_log',
6  'label' => 'details',
7  'tstamp' => 'tstamp',
8  'adminOnly' => true,
9  'rootLevel' => 1,
10  'hideTable' => true,
11  'default_sortby' => 'uid DESC',
12  ],
13  'columns' => [
14  'tstamp' => [
15  'label' => 'tstamp',
16  'config' => [
17  'type' => 'input'
18  ]
19  ],
20  'userid' => [
21  'label' => 'userid',
22  'config' => [
23  'type' => 'input'
24  ]
25  ],
26  'action' => [
27  'label' => 'action',
28  'config' => [
29  'type' => 'input'
30  ]
31  ],
32  'recuid' => [
33  'label' => 'recuid',
34  'config' => [
35  'type' => 'input'
36  ]
37  ],
38  'tablename' => [
39  'label' => 'tablename',
40  'config' => [
41  'type' => 'input'
42  ]
43  ],
44  'recpid' => [
45  'label' => 'recpid',
46  'config' => [
47  'type' => 'input'
48  ]
49  ],
50  'error' => [
51  'label' => 'error',
52  'config' => [
53  'type' => 'input'
54  ]
55  ],
56  'details' => [
57  'label' => 'details',
58  'config' => [
59  'type' => 'input'
60  ]
61  ],
62  'type' => [
63  'label' => 'type',
64  'config' => [
65  'type' => 'input'
66  ]
67  ],
68  'details_nr' => [
69  'label' => 'details_nr',
70  'config' => [
71  'type' => 'input'
72  ]
73  ],
74  'IP' => [
75  'label' => 'IP',
76  'config' => [
77  'type' => 'input'
78  ]
79  ],
80  'log_data' => [
81  'label' => 'log_data',
82  'config' => [
83  'type' => 'input'
84  ]
85  ],
86  'event_pid' => [
87  'label' => 'event_pid',
88  'config' => [
89  'type' => 'input'
90  ]
91  ],
92  'workspace' => [
93  'label' => 'workspace',
94  'config' => [
95  'type' => 'input'
96  ]
97  ],
98  'NEWid' => [
99  'label' => 'NEWid',
100  'config' => [
101  'type' => 'input'
102  ]
103  ]
104  ],
105  'types' => [
106  '1' => [
107  'showitem' => 'tstamp, userid, action, recuid, tablename, recpid, error, details, type, details_nr, IP, log_data, event_pid, workspace, NEWid'
108  ]
109  ]
110 ];