Lombiq / Orchard-Base-Theme

An Orchard Core base theme with reusable mixins, components, etc.
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

GoogleTag shape is not usable with Liquid (OSOE-673) #86

Closed barthamark closed 1 year ago

barthamark commented 1 year ago

Tried to use the GoogleTag shape in ShowOrchard.Theme but I couldn’t because of the below exception.

InvalidOperationException: The model item passed into the ViewDataDictionary is of type 'OrchardCore.DisplayManagement.Shapes.Shape', but this ViewDataDictionary instance requires a model item of type 'Lombiq.BaseTheme.ViewModels.GoogleTagViewModel'.

Try initializing the GoogleTag shape using the shape taghelper or the Liquid filter. Eg. {% shape "GoogleTag", GoogleTagPropertyId: "G-XX", CookieDomain: "auto" %}

Jira issue