[TYPO3-english] after saving image width 999
Katja Lampela
katja.lampela at lieska.net
Sun Nov 18 18:00:16 CET 2012
Hi, more info.
I reported this as a bug. There has been a discussion already in 2005, http://lists.typo3.org/pipermail/typo3-english/2005-November/016097.html
I found this in the core source of 4.7.5, typo3/systext/cms/tbl_tt_content.php
'imagewidth' => array(
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.xml:imagewidth',
'config' => array(
'type' => 'input',
'size' => '4',
'max' => '4',
'eval' => 'int',
'range' => array(
'upper' => '999',
'lower' => '25',
),
'default' => 0,
),
),
'imageheight' => array(
'exclude' => 1,
'label' => 'LLL:EXT:cms/locallang_ttc.xml:imageheight',
'config' => array(
'type' => 'input',
'size' => '4',
'max' => '4',
'eval' => 'int',
'range' => array(
'upper' => '700',
'lower' => '25',
),
'default' => 0,
Seems really odd if this can't be overridden anywhere and if it can't I think it's a bug. But can it be overridden?
With kind regards
Katja Lampela
*Lieska-tuotanto*
www.lieska.net
18.11.2012 14:24, Katja Lampela kirjoitti:
> 18.11.2012 13:11, Katja Lampela kirjoitti:
>> in version 7.5
>
> sorry, 4.5 obviously
>
> With kind regards
>
> Katja Lampela
> *Lieska-tuotanto*
> www.lieska.net
More information about the TYPO3-english
mailing list