Skip to content

Instantly share code, notes, and snippets.

@sebastiantecsi
Created November 12, 2018 13:48
Show Gist options
  • Save sebastiantecsi/0a474cab48d29de3b5ef88c1f556e5fb to your computer and use it in GitHub Desktop.
Save sebastiantecsi/0a474cab48d29de3b5ef88c1f556e5fb to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<events>
<event name="item:deleted">
<handler type="Sitecore.Sandbox.Handlers.AutoPublisherHandler, Sitecore.Sandbox" method="OnItemDeleted" />
</event>
</events>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment