Skip to content

Instantly share code, notes, and snippets.

View auzick's full-sized avatar

Andy Uzick auzick

  • Arke Systems
  • United States
View GitHub Profile
@auzick
auzick / LinkExtensions.cs
Created November 10, 2020 13:11
Sitecore SXA Scriban extension to expose the innards of a link field
using Scriban.Runtime;
using Sitecore.Data.Fields;
using Sitecore.Data.Items;
using Sitecore.XA.Foundation.Abstractions;
using Sitecore.XA.Foundation.Scriban.Pipelines.GenerateScribanContext;
using System;
using Example.ScribanExtensions.Model;
namespace Example.ScribanExtensions.Pipelines
{