What's the recommended way to enable versioning on a Dexterity custom content type?

StackOverflow https://stackoverflow.com/questions/8355694

  •  27-10-2019
  •  | 
  •  

Question

I'm developing a site with Plone 4.1 and Dexterity 1.0.1. I want to add versioning support to a Dexterity-based custom content type I'm developing. My content type is defined as a Python-based schema on the filesystem and not created throuugh the Dexterity web UI.

I found an article here however the link to the article on enabling versioning for custom content types is based on Archetypes (I think?) so I'm not sure how I need to adapt this Dexterity and the link through to how to plug the code into GenericSetup is broken.

What's the recommended way of doing versioning with Dexterity content types?

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top