在 Dexterity 自定义内容类型上启用版本控制的推荐方法是什么?
我正在使用 Plone 4.1 和 Dexterity 1.0.1 开发一个网站。我想向我正在开发的基于 Dexterity 的自定义内容类型添加版本控制支持。我的内容类型被定义为文件系统上基于 Python 的架构,而不是通过 Dexterity Web UI 创建。
我在此处找到了一篇文章但是,链接到 关于为自定义内容类型启用版本控制的文章基于原型(我认为?),所以我不确定我需要如何调整这种灵活性以及如何插入代码的链接GenericSetup 已损坏。
对 Dexterity 内容类型进行版本控制的推荐方法是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅:http://pypi.python.org/pypi/plone.app.versioningbehavior
See: http://pypi.python.org/pypi/plone.app.versioningbehavior