A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Piotr Dela from Making Waves created Geo Point Picker property for EPiServer7 GeoPicker property is based on Google Maps API and provides a rich interface for selecting a geo-coordinates – perfect for editing location of points of interests we wan...
Recently Making Waves released OpenWaves.EPiServer.Localization NuGet package. It provides strongly typed access to EPiServer lang. Now you can use: string text = TranslationKeys.MyPage.MyCategory.Intro.GetString(); // instead of // string text =...
Recently Making Waves released OpenWaves.EPiServer.Localization NuGet package. It provides strongly typed access to EPiServer lang. Now you can use: string text = TranslationKeys.MyPage.MyCategory.Intro.GetString(); // instead of // string text =...
Recently Making Waves has published Mobile Url Rewriting module on EPiCode. It’s friendly Url engine, which translates incoming Url, so it points to specific template based on configured rules. Most useful scenario is providing device-specific...
In this post I will present how to create initial version of edit control for Guid property, which was introduced in previous posts. Writing custom properties: #1 Custom value type Writing custom properties: #2 Default value Writing custom...