Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This places limits on image and file sizes
- #
- [atcontenttypes-client1]
- recipe = plone.recipe.atcontenttypes
- zope-instance-location = ${client1:location}
- max-file-size = ATImage:500kb
- ATFile:30mb
- ATNewsItem:500kb
- max-image-dimension = ATNewsItem:640,400
- ATImage:1024,1024
- [atcontenttypes-client2]
- recipe = plone.recipe.atcontenttypes
- zope-instance-location = ${client2:location}
- max-file-size = ${atcontenttypes-client1:max-file-size}
- max-image-dimension = ${atcontenttypes-client1:max-image-dimension}
- [atcontenttypes-client3]
- recipe = plone.recipe.atcontenttypes
- zope-instance-location = ${client3:location}
- max-file-size = ${atcontenttypes-client1:max-file-size}
- max-image-dimension = ${atcontenttypes-client1:max-image-dimension}
- [atcontenttypes-client4]
- recipe = plone.recipe.atcontenttypes
- zope-instance-location = ${client4:location}
- max-file-size = ${atcontenttypes-client1:max-file-size}
- max-image-dimension = ${atcontenttypes-client1:max-image-dimension}
- [atcontenttypes-client5]
- recipe = plone.recipe.atcontenttypes
- zope-instance-location = ${client5:location}
- max-file-size = ${atcontenttypes-client1:max-file-size}
- max-image-dimension = ${atcontenttypes-client1:max-image-dimension}
Advertisement
Add Comment
Please, Sign In to add comment