Today I was playing around with custom properties and made my own version of the PropertyXhtmlString. I wanted to disable some of the editor options so I clicked the “Custom Settings” tab for my custom property but to my surprise there wasn’t any...
In CMS 6 EPiServer introduced a nice new functionality for the not so frequent editors. If you don’t know what it is read more about it here . It’s real simple to setup with only some minor configuration in EPiServer.config and you’re ready to go....
A couple of weeks ago we upgraded an old 5.1 site to CMS 6. We got a strange error where the rendered content of one page got messed up. After some investigation we found that a property had got it’s type changed from XhtmlString to Longstring and...
Wrote this wish list a while back but didn’t get around posting it. Hopefully I don’t have to wait long In no particular order: 1. Add a more readable name to complement the version number in the deployment center. I sure prefer CMS 5 R2 SP2 inste...
If you do custom properties in my experience they often include some java scripting to accomplish what you want. Doing JavaScript in code behind isn’t so much fun to say the least. I sure have done my fair share of massive one liners that’s hard t...