collective.behavior.size

collective.behavior.size provides size related behavior, such as weight and three dimensional size, to dexterity content types.

Currently Tested with

Behavior

The behavior can be added through the web or directly through the file system to the dexterity content type xml file like:

<property name="behaviors">
  ...
  <element value="collective.behavior.size.interfaces.ISize" />
  ...
</property>

Change log

0.3 (2013-10-28)

  • Separated schema from attributes and methods. [taito]
  • Moved test packages to extras_require. [taito]
  • Removed dependency from five.grok. [taito]
  • Tested with Plone-4.3.2. [taito]

0.2.1 (2012-09-24)

  • Finnish translations fixed. [taito]

0.2 (2012-09-17)

  • Finnish translations added. [taito]

0.1 (2012-09-01)

  • Initial release. [taito]

Credits