... |
... |
@@ -200,8 +200,8 @@ $GLOBALS['TL_DCA']['tl_article_layouts'] = array
|
200 |
200 |
'label' => &$GLOBALS['TL_LANG']['tl_article_layouts']['bgStyle'],
|
201 |
201 |
'exclude' => true,
|
202 |
202 |
'inputType' => 'text',
|
203 |
|
- 'eval' => array('tl_class'=>'long','maxlength'=>255,'decodeEntities'=>true),
|
204 |
|
- 'sql' => "varchar(255) NOT NULL default ''"
|
|
203 |
+ 'eval' => array('tl_class'=>'long','maxlength'=>1055,'decodeEntities'=>true),
|
|
204 |
+ 'sql' => "text NULL"
|
205 |
205 |
),
|
206 |
206 |
'restrictContentElements' => array
|
207 |
207 |
(
|