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
When working with episerver content events expsed to you via the IContentEvents service that involve deleting content we have a couple of events DeletingContent - Which fires when attempting to delete content and allows you to return a boolean t...
Harmonize content between Episerver DXP environments from Azure DevOps with Epinova DXP Deployment Extension. Without using a single line of PowerShell.
Harmonize content between Episerver DXP environments from Azure DevOps with Epinova DXP Deployment Extension. Without using a single line of PowerShell.
Harmonize content between Episerver DXP environments from Azure DevOps with Epinova DXP Deployment Extension. Without using a single line of PowerShell.
Harmonize content between Episerver DXP environments from Azure DevOps with Epinova DXP Deployment Extension. Without using a single line of PowerShell.
Episerver is perhaps not the most used platform for developer blogs, but adding code snippets can be useful in other scenarios too. Adding syntax highlighting to TinyMCE is easy, using the Code Sample plugin. It works well with both Prism.js and...
After completing part 1, setting up syntax highlighting with the bare minimum, it's time to let your code shine. Highlight.js has 95 different styles, or themes. Find one that you like, and go for it! Also, customize the list of available...
I would like to display the name of the programming language in the top right corner of my code snippets. One problem with this is, that I do not want to add any extra markup. I want to use the unmodified Code Sample plugin, I want to be able to...