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
One of the things I love about EPiServer is how easy it is to extend. I’m sure that most of the EPiServer projects out there uses some kind of edit or admin plugin. What we see very often, is that these plugins are not under EPiServer authorizatio...
As I mentioned in my last post writing tests for your code isn’t hard. The big “but” you know is coming is that this is valid only if the framework you’re writing code for/in is built to be testable. Just as an example, to be able to write the tes...
As noted by Per Nergård in this blog post the LongString property has a bug in CMS 6 which prevents pages from saving changes when edited in Direct On-Page Editing (DOPE) mode. Work around This is a bug confirmed by EPiServer which will be fixed i...
Updated: 2011-09-21, Lee Crowe has updated this plugin. Please check out his blog post: Introducing Page Type Builder UI Updated: This can now be found on GitHub: https://github.com/eriknordin/PTB-Helpers Updated: 2010-11-10 16:23, see more at the...
Using PageTypeBuilder when creating EPiServer web sites? Then you're probably aware of when removing properties in code, they won't change in EPiServer. Same thing when changing a property type in PTB, it won't change in EPiServer. In larger...
Updated: 2010-11-10 16:23, see more at the end of this post! Using PageTypeBuilder when creating EPiServer web sites? Then you're probably aware of when removing properties in code, they won't change in EPiServer. Same thing when changing a proper...
Adding Social Shopping Features to EPiServer Commerce with EPiServer Community At the recent EPiServer Tech Forum in Stockholm, I showed an example of how to build a social shopping feature in EPiServer Commerce. The feature enabled a logged-in us...
One thing I’m known to talk (read: nag) about with my colleagues is (unit) testing and more specifically how it isn’t hard to do. For instance, take an example from Daniel Berg that’s used to add the very nice to have functionality of fallback...