Skip to content

Instantly share code, notes, and snippets.

@ale-rt
Last active January 4, 2016 22: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 ale-rt/8685751 to your computer and use it in GitHub Desktop.
Save ale-rt/8685751 to your computer and use it in GitHub Desktop.
How to make collective.lineage and collective.simplesocial work together
Just add to the zcml-additional those lines
```
[instance]
...
zcml-additional =
<configure xmlns="http://namespaces.zope.org/zope">
<adapter for="collective.lineage.interfaces.IChildSite"
factory="collective.simplesocial.browser.configlet.FacebookSettingsAdapter"
provides="collective.simplesocial.browser.interfaces.IFacebookSettings"
/>
</configure>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment