TYPO3 CMS  TYPO3_6-2
tx_inlinetest_inline.php
Go to the documentation of this file.
1 <?php
2 return array(
3  'ctrl' => array(
4  'label' => 'text',
5  'title' => 'Subtype test record - inline',
6  ),
7  'interface' => array(
8  'showRecordFieldList' => ''
9  ),
10  'columns' => array(
11  'text' => array(
12  'label' => 'Dummy text',
13  'config' => array(
14  'type' => 'input',
15  )
16  ),
17  ),
18  'types' => array(
19  '0' => array('showitem' => 'text'),
20  ),
21 );