[TYPO3] make title and alttext required

Bas van der Togt b.vandertogt at profinit.com
Mon Apr 23 00:11:10 CEST 2007


Thank you for your answer Ralf!
But this is not working. I cleared all cache after i changed 
tbl_tt_content.php. Do i forgot something...?

cheers,
Bas

Ralf Hettinger schreef:
> Whoops,
> 
> this introduces a syntax error... better use
> 
> 'altText' => Array (
>   'exclude' => 1,
>   'label' => 'LLL:EXT:cms/locallang_ttc.php:image_altText',
>   'config' => Array (
>     'type' => 'text',
>     'cols' => '30',
>     'rows' => '3',
>     'eval' => 'required'
>   )
> ),
> 'titleText' => Array (
>   'exclude' => 1,
>   'label' => 'LLL:EXT:cms/locallang_ttc.php:image_titleText',
>   'config' => Array (
>     'type' => 'text',
>     'cols' => '30',
>     'rows' => '3',
>     'eval' => 'required'
>   )
> ),


More information about the TYPO3-english mailing list