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.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
In a project that had been upgraded from EPi6 R2 (originally an EPi4 site) with PageTypeBuilder to EPi7 the Global Library in the block section was missing. When checking the parameters globalBlockFolderId and siteBlockFolderId in sitesettings of...
EPiServer 7 CMS provides full support for creating templates with MVC using the Razor and Web Forms view engines. Part 1 of this series describes how to create Page Templates. This post describes how to build Block Templates. Prerequisites This...
Background for this post. I wanted to learn how to create EPiServer 7 MVC Add-On and quick googling basically had 2 results. So this blog post will be based on Dmytro Duk blog posts Developing simple add-on for EPiServer 7 … Read more ›
Are you an EPiServer developer in Bristol or the West Country? Do you fancy getting involved in a Bristol EPiServer developers group? If so, you'll be pleased to know that we are starting a new regional group for EPiServer Developers in Bristol. A...
Here’s a quick tip for future reference. When enabling NuGet package restore (in Visual studio: right click your solution file and choose Enable NuGet Package restore). Benefit of this is that you don’t have to commit all the packages files to...
A migration tool that allows you to move data and files from ImageVault 3 to ImageVault 4 is now available. The tool will move data and, since there are changes in how information is structured, convert the information to suit the new structure. T...
I am working on a project using EPiServer 7 and MVC 4. One of the nice features in MVC is ValidationAttributes in the model such as RequiredAttribute and RegularExpressionAttribute. These attributes give you server side validation on your model, i...
After creating my Localization provider, I wanted to create some unit test for it. I took Joel Abrahamsson’s Tests for the EPiServer 7 MVC templates as a starting point. As this is a localization provider, which uses e.g. strongly typed lookups I...