TYPO3 CMS  TYPO3_6-2
tx_rsaauth_keys.php
Go to the documentation of this file.
1 <?php
2 return array(
3  'ctrl' => array(
4  'adminOnly' => TRUE,
5  'hideTable' => TRUE,
6  'is_static' => TRUE,
7  'label' => 'uid',
8  'readOnly' => TRUE,
9  'rootLevel' => 1,
10  'title' => 'Oops! You should not see this!'
11  ),
12  'columns' => array(),
13  'types' => array(
14  '0' => array(
15  'showitem' => ''
16  ),
17  ),
18 );