+2009-02-03 Ingo Renner <ingo@typo3.org>
+
+ * Changed the pages description field from a one line input to a textarea
+
2009-02-02 Ingo Renner <ingo@typo3.org>
* Fixed order of fields in TCEforms for table pages, type external URL which was inconsitant to the other types
'exclude' => 1,
'label' => $TCA['pages']['columns']['description']['label'],
'config' => array(
- 'type' => 'input',
- 'size' => '40',
- 'eval' => 'trim'
+ 'type' => 'text',
+ 'cols' => '40',
+ 'rows' => '3'
)
),
'abstract' => array(