TYPO3 CMS  TYPO3_7-6
sys_history.php
Go to the documentation of this file.
1 <?php
2 return [
3  'ctrl' => [
4  'title' => 'LLL:EXT:lang/locallang_tca.xlf:sys_history',
5  'label' => 'tablename',
6  'tstamp' => 'tstamp',
7  'adminOnly' => true,
8  'rootLevel' => true,
9  'hideTable' => true,
10  'default_sortby' => 'uid DESC',
11  ],
12  'columns' => [
13  'sys_log_uid' => [
14  'label' => 'sys_log_uid',
15  'config' => [
16  'type' => 'input'
17  ]
18  ],
19  'history_data' => [
20  'label' => 'history_data',
21  'config' => [
22  'type' => 'input'
23  ]
24  ],
25  'fieldlist' => [
26  'label' => 'fieldlist',
27  'config' => [
28  'type' => 'input'
29  ]
30  ],
31  'recuid' => [
32  'label' => 'recuid',
33  'config' => [
34  'type' => 'input'
35  ]
36  ],
37  'tablename' => [
38  'label' => 'tablename',
39  'config' => [
40  'type' => 'input'
41  ]
42  ],
43  'tstamp' => [
44  'label' => 'tstamp',
45  'config' => [
46  'type' => 'input'
47  ]
48  ],
49  'history_files' => [
50  'label' => 'history_files',
51  'config' => [
52  'type' => 'input'
53  ]
54  ],
55  'snapshot' => [
56  'label' => 'snapshot',
57  'config' => [
58  'type' => 'input'
59  ]
60  ]
61  ],
62  'types' => [
63  '1' => [
64  'showitem' => 'sys_log_uid, history_data, fieldlist, recuid, tablename, tstamp, history_files, snapshot'
65  ]
66  ]
67 ];