A blog about computer stuff
-
Alter default InitOptions for TinyMCE in Episerver 6
The default config options set by CreateDefaultInitOptions() aren't really what you need to help editors create correctly marked up content. Luckily the people at Episerver have a way to tweak 'em.
Published
-
Vary Episerver cache by all querystring parameters
I had a Episerver CMS 5 R2 project where there was a lot of templates lifted in from an older solution. It was very querystring intensive so I needed to get away from specifying each querystring-parameter in the httpCacheVaryByParams setting and still enjoy public caching.
Published
-
How to create a role task by code in Episerver
After failing duplicating the ParallelApproval Workflow I looked into creating a task by code in the project instead. Didn't find much documentation online so here's my initial Proof of Concept to fill the gap.
Published