In a site we built, I noticed that subclassing an ATImage causes the image to be stored in the Data.fs instead of in the blobstorage. (Adding a 3Mb "MyImage" type increases Data.fs, not blobstorage. Adding an ATImage only increases the blobstorage size.)
I would have thought our custom content type would inherit its parent's blobstorage behaviour. Anybody know why this doesn't happen? As a solution, i'll probably have to override the field. This makes subclassing ATImage pointless, so i might as well drop that. Some info: - ArchGenXML-generated content type - subclasses ATFolder and ATImage - Plone 4 Kees -- GW20e - Amsterdam/Groningen - 020 7850383 - gw20e.com _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
