Skip to content

Instantly share code, notes, and snippets.

@Mitya88
Created August 26, 2022 07:21
Show Gist options
  • Save Mitya88/c485f82e57c3cca9c75fe00e636e205d to your computer and use it in GitHub Desktop.
Save Mitya88/c485f82e57c3cca9c75fe00e636e205d to your computer and use it in GitHub Desktop.
scribanextension.config
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/" xmlns:role="http://www.sitecore.net/xmlconfig/role/">
<sitecore>
<pipelines>
<generateScribanContext>
<processor type="Demo.Pipelines.GenerateScribanContext.GetSVGFunction,Demo" resolve="true" />
</generateScribanContext>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment