Posted in 2013
Image filesize validator for dexterity content types in Plone
- May 31, 2013
- Plone
When using Plone 4.3 with plone.app.contenttypes you might want to limit
max filesize for images by implementing a custom z3c.form validator. In
ATCT we were able to limit max image filesize by overwriting ATCT config file
or setting in portal_atct
tool.
Use Babel to translate your python package
- Apr 01, 2013
- Plone
I use egg-containing buildouts for all my plone packages. Since i18ndude does not extract msgids from zcml files, i tried Babel and succeeded.