[TYPO3-shop] limit/limitImageSingle does not work in 2.7.0
Franz Holzinger
franz at fholzinger.com
Sat May 10 12:15:27 CEST 2008
Niels Tiedt a écrit :
> When i configure these constants i cannot insert more then 10 images in
> the product-content element -> field image.
> My TS looks like
> plugin.tt_products.limit = 50
> plugin.tt_products.limitImageSingle = 50
> Why does this not work?
Have a look at the tt_products image TCA:
'maxitems' => '10',
So you must change this. Nobody has ever needed more than 10 images for
a product.
- Franz
More information about the TYPO3-project-tt-products
mailing list