Bug #20739 » spaceBefore-After-limit.patch
typo3/sysext/cms/tbl_tt_content.php (working copy) | ||
---|---|---|
'max' => '3',
|
||
'eval' => 'int',
|
||
'checkbox' => '0',
|
||
'range' => Array (
|
||
'upper' => '50',
|
||
'lower' => '0'
|
||
),
|
||
'default' => 0
|
||
)
|
||
),
|
||
... | ... | |
'max' => '3',
|
||
'eval' => 'int',
|
||
'checkbox' => '0',
|
||
'range' => Array (
|
||
'upper' => '50',
|
||
'lower' => '0'
|
||
),
|
||
'default' => 0
|
||
)
|
||
),
|
||
... | ... | |
);
|
||
|
||