This is the readme for the CMS 12 version, the version for CMS 11 is over here.
In Episerver CMS prior to the UI refresh in Episerver.CMS.UI 11.21.0 we were able to open the current content, and see what our visitors would see, by simply clicking the globe on the toolbar.
In Episerver.CMS.UI 11.21.0 the globe disappeared! In Episerver.CMS.UI 11.30.0 it was back! But not for long! In EPiServer.CMS.UI 12.22.0 it was removed again!
Using this module, you'll get that old familiar globe back on your toolbar!
- Install Gulla.Episerver.Globe nuget package
dotnet add package Gulla.Episerver.Globe --version 1.1.0
- Add following lines to ConfigureServices in Startup.cs
services.AddGlobe();
And, once again, the globe is back!
More information in this blog post.
Also, The globe is back!
And, Gone again!