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
I have been playing with some code that saves every published page into a Dynamic Data Store table. This is because I want to use Linq against that table and retrieve EPiServer pages. I know there is a Querying EPiServer PageData using LINQ but I...
Second part in the blog post series about creating an EPiServer site using ImageVault.
This is the first post in a series of posts about creating an EPiServer site using ImageVault.
To extend UI functionality you can use plugins. One of their marvelous feature is the ability to store data entered by admin or editor. As to myself I was in curiousity about where and how these data are saved. So I’d like to save the values of t...
This comparison of EPiServer and WordPress is actually aimed at explaining why the two should not be compared - while at the same time providing some (hopefully) funny analogies.
Yesterday I faced a problem that I had met before; I needed to change the master language of an EPiServer CMS site. I have done successfully using the awesome tool called Advanced Language Manipulation Tool for EPiServer by Adam Najmanowicz , but...
Instead of using a lot of dynamic properties one can create a special settings page. On this page all site-wide settings are saved all together. Then you make only the name of this page to be a dynamic property (ref. to http://www.meadow.se/wordpr...
This is first post from series showing how to implement custom property in EPiServer in "proper" way without unnecessary hacking. Writing custom properties: #1 Custom value type Writing custom properties: #2 Default value Writing custom properties...