In the next release of EPiServer.CMS.TinyMce (2.8.0) there is small enhancement for blocks. When a block is added to the TinyMCE, the editor will be able to navigate to this block using the Go to block button.
Some Episerver websites has many categories configured. For Editors it’s easier when categories are sorted alphabetically. It’s possible to change category order in admin mode, but this requires to click “up” or “down” button few times. For this...
In my previous article I described improved image property (which is now a built in functionality of Episerver). Today I’d like to continue topic related with assets and show you media gallery. This is an extension for media component which is...
In Episerver 11.12.0 we have improved the image property. The property content selector now offers the same functionality as the Media Component that you have in the assets pane. Uploading images One often requested CMS feature is the possibilit...
In this article I’d like to show a custom implementation of image property. There are already few blog posts and code snippets about improved image editor, but most of them focus on showing thumbnail for selected image. In my code I refactored ima...