In Episerver CMS, you are probably familiar with the fundamental concept of grouping properties into tabs. You may place your own properties in the existing tabs (Content, Settings etc) or create your own tabs with descriptive names.
You may, however also tamper with the special tab PageHeader!
What if editors…
Preventing broken links is an important part of maintaining a website. Episerver's Link Validating job tries to help us, but unfortunately, it has its shortcomings.
How it works
Episerver keeps track of all links and stores them a database table called tblContentSoftlink. This table has multiple uses.
It…
Need to take more control over your ContentAreas? This ValidationAttribute will help you limit the usage of specific types inside the ContentArea.…
A tiny tip for all of you that have set up the newest TinyMCE package for Episerver. With Episerver version 11, TinyMCE got updated to the newest version and got its own nuget package.…
A bit of premise; I have a site that uses tagging in articles. This used to be an ISelectionFactory that loaded pages that worked as my tagging data, and the editor would select which tags they needed. To make this friendlier for the editor I want to add a typeahead field in Episerver.…