Skip to content

Instantly share code, notes, and snippets.

View jaandrews's full-sized avatar

Jesse jaandrews

  • Bonsai Media Group
  • Seattle
View GitHub Profile
@jaandrews
jaandrews / LeBlenderValueMapper.cs
Last active June 1, 2020 23:55
Umbraco 8 LeBlender Value Mapper
using Umbraco.Core;
using Umbraco.Core.Logging;
using Jumoo.TranslationManager.Core.Models;
using Jumoo.TranslationManager.Core.ValueMappers;
using System;
using System.Collections.Generic;
using System.Linq;
using Umbraco.Core.Services;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;