Referenceable dexterity type behavior
Project description
Introduction
The “IReferenceable” behavior is used for enabling UUID (plone.app.uuid) support for dexterity contents, like in archetypes content types. This allow for example references between archetypes and dexterity content types.
Usage
Just use the behavior “plone.app.referenceablebehavior.IReferenceable” in your dexterity content type.
In your profiles/default/types/YOURTYPE.xml add the behavior:
<?xml version="1.0"?> <object name="example.conference.presenter" meta_type="Dexterity FTI" i18n:domain="example.conference" xmlns:i18n="http://xml.zope.org/namespaces/i18n"> <!-- enabled behaviors --> <property name="behaviors"> <element value="plone.app.referenceablebehavior.referenceable.IReferenceable" /> </property> </object>
Changelog
0.1 (2010-02-11)
Add “locales” directory and french translation for the behavior. [sylvainb]
Add referenceable behavior to dexterity [toutpt]
Initial release [sylvainb]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for plone.app.referenceablebehavior-0.1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29520c468ac324c6c088da770dfc8056d4ea0c273329b08012e7fbc0f984baa1 |
|
MD5 | 11c2ec182c920b00be78e31567f61d90 |
|
BLAKE2b-256 | 0080a69ba1be3996730b5173e5bf36f10621edc65451ab3d6dbd792ec68f21e5 |