Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created October 16, 2015 12:25
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 komainu85/cb746817db4f28157103 to your computer and use it in GitHub Desktop.
Save komainu85/cb746817db4f28157103 to your computer and use it in GitHub Desktop.
Sitecore FXM
<!-- Allow the FXM tracking beacon to be called by non-local clients (i.e. the end user's we are tracking) -->
<api>
<services>
<configuration type="Sitecore.Services.Infrastructure.Configuration.ServicesConfiguration, Sitecore.Services.Infrastructure">
<allowedControllers hint="list:AddController">
<allowedController desc="BeaconController">Sitecore.FXM.Service.Controllers.BeaconController, Sitecore.FXM.Service</allowedController>
<!-- Deploy to CM server only -->
<allowedController desc="DomainMatcherController">Sitecore.FXM.Service.Controllers.DomainMatcherController, Sitecore.FXM.Service</allowedController>
<allowedController desc="ElementMatcherController">Sitecore.FXM.Service.Controllers.ElementMatcherController, Sitecore.FXM.Service</allowedController>
<allowedController desc="ExperienceEditorComponentController">Sitecore.FXM.Service.Controllers.ExperienceEditorComponentController, Sitecore.FXM.Service</allowedController>
<allowedController desc="ItemActionController">Sitecore.FXM.Service.Controllers.ItemActionController, Sitecore.FXM.Service</allowedController>
<allowedController desc="PageMatcherController">Sitecore.FXM.Service.Controllers.PageMatcherController, Sitecore.FXM.Service</allowedController>
<!-- -->
</allowedControllers>
</configuration>
</services>
</api>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment