Skip to content

Instantly share code, notes, and snippets.

@pigeonflight
Created July 18, 2013 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pigeonflight/6030095 to your computer and use it in GitHub Desktop.
Save pigeonflight/6030095 to your computer and use it in GitHub Desktop.
This should be located in profiles/default/metadata.xml of your plone add-on to ensure that the reference field gets installed automatically
<metadata>
<version>1</version>
<dependencies>
<dependency>profile-plone.app.dexterity:default</dependency>
<dependency>profile-plone.app.relationfield:default</dependency>
</dependencies>
</metadata>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment