collective.contentleadimage 1.1 (Sep 23, 2008)

Many improvements based on Jon Stahl's blog entry.

For additional information about this project, please visit the overview page .

Available downloads

PyPI page

For all platforms

Release Notes

Tested with Plone 3
State Final release
License GPL

 

Change log

  • moved integer and string properties from propertiestool.xml to setuphandlers, because properties were overriden with default values on reinstall
  • removed max size settings from the controlpanel and reuse max_size from ATContentTypes settings (zconf.ATNewsItem.max_image_dimension)
  • images may be captioned
  • if image is displayed in the body, it is possible to display image fullscreen (the same as newsitem image)
  • it is possible to specify, which scale will be used for displaying the image in "description" part and which in "body" part.
  • image in body part is displayed by default. Image in description part is hidden by default.
  • make images "newsitem" like. Image tags uses the same CSS classes as news items, leadImage field uses the same scales as News Item plus one
  • special 'leadimage' scale defined by user in the controlpanel.
  • it is possible to set lead imageable content types. Document and Folder are allowed by default