[TYPO3-UG Italy] Custom Plugin - come fare a..
    Franz Holzinger 
    franz at fholzinger.com
       
    Fri Mar 10 20:50:48 CET 2006
    
    
  
è questo che non funziona:
> ##### Static TypoScript - Constant #####
> 
> plugin.tx_imagegallery_pi1 {
>     file.templateFile = media/scripts/gallery_template.tmpl
>     columns = 3
> }
Questo tipo di scrivere è soltanto possibile su Setup però non su Constants.
Devi invece scrivere:
##### Static TypoScript - Constant #####
plugin.tx_imagegallery_pi1.file.templateFile =
media/scripts/gallery_template.tmpl
plugin.tx_imagegallery_pi1.columns = 3
Ciao,
Franz
    
    
More information about the TYPO3-UG-italy
mailing list