A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
NOTE: If you are not familiar with Episerver Developer Tools, you should check it on GitHub . After some research, I found that Developer Tools are just displaying the list of content type models loaded from the content type model repository. The...
Previous versions of FeaturesViewEngine had issues with performance. It was caused because the library didn't cache view paths which it was not able to resolve. In the latest version, this is fixed. I also added filtering for requests without a...
Install the library using NuGet : Install-Package EpiEvents.Commerce After installation, follow configuration documentation . Once, the library is installed in your project and configured correctly, you can start creating event handlers. Here is a...
For more information visit Geta's blog .
After talking with my colleague Mattias Olsson , I have added the ability to override view path formatting. Now the base class has the FormatViewPath method as protected. It allows you to create your custom path formatting. One such case could be ...