Skip to content

Instantly share code, notes, and snippets.

@dnstommy
Created November 30, 2016 06:04
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 dnstommy/b113b26d563c5f5156577a59d00468e9 to your computer and use it in GitHub Desktop.
Save dnstommy/b113b26d563c5f5156577a59d00468e9 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<model>
<elements>
<element interface="YourApp.Analytics.Interfaces.Entries.IContactCustomerLookups, Bonfire.Kickfire.Analytics" implementation="YourApp.Analytics.Models.Generated.ContactCustomerLookups, YourApp" />
<element interface="YourApp.Analytics.Interfaces.Entries.IElementCustomerLookup, Bonfire.Kickfire.Analytics" implementation="YourApp.Analytics.Models.Generated.ElementCustomerLookup, YourApp" />
</elements>
<entities>
<contact>
<facets>
<facet name="CompanyInformation" contract="YourApp.Analytics.Interfaces.Entries.IContactCustomerLookups, YourApp" />
</facets>
</contact>
</entities>
</model>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment