[TYPO3-english] Change number of columns in Image Content Element from 8 to more

Krystian Szymukowicz t33k at prolabium.com
Thu Oct 27 17:59:18 CEST 2011


W dniu 2011-10-27 16:59, Igor Mitev pisze:
> Hello,
>
> I need to change number of columns in Image Content Element from 8 to more.
> Can anybody let me know how to do it?
>
> Thank you very much,
> Igor


try to put this in your PAGE TS config.

TCEFORM {
	tt_content {
             imagecols.addItems {
                9 = 9
               10 = 10
		}
            }
        }


-- 
grtz
Krystian Szymukowicz


More information about the TYPO3-english mailing list