Gruppering av egenskaper i Episerver CMS
Livet som nettredaktør kan være vanskelig. En større Episerver-løsning kan ha svært mange innholdstyper, og egenskaper. Det finnes grep man kan ta for å skape orden i kaoset!…
Livet som nettredaktør kan være vanskelig. En større Episerver-løsning kan ha svært mange innholdstyper, og egenskaper. Det finnes grep man kan ta for å skape orden i kaoset!…
Episerver CMS is a system for managing content such as pages, blocks, images and documents. You can have multiple pages with the same name, you can even have a block and an image with the same name. When we are communicating about content, the name is not always the best…
I løpet av de to siste årene har det kommet flere forbedringer som gjør det enklere for redaktører å jobbe med bilder i Episerver CMS. Forbedringene for har kommet gradvis over tid. Her kommer en oppsummering!…
In Episerver CMS, the search bar above the page tree in edit mode makes it easy to locate content without browsing the page tree. If you want to search for the page id, we should make some improvements!…
Content in Episerver CMS is organized using pages and blocks. Pages are instances of page types, and blocks are instances of block types. If you by accident create the wrong page type, or you want to move existing pages to a new and enhanced page type, Episerver provides a feature…
Today, a colleague asked how to remove the «Reports» menu item from the global menu in Episerver, but only for users not belonging to a specific group. I did not know how to do that. But, I do know that the people who hang out in the Episerver World forum,…
After the introduction of TinyMCE editor v2, creating an initialization module is the recommended way of configuring TinyMCE in Episerver. This works well when you want the same configuration for all your XhtmlString properties, but that is not always the case.…
A module for Episerver CMS that uses Microsoft Azure Cognitive Services Computer Vision API to generate automatic metadata for uploaded images.…
MediaData, the base class for files and images in Episerver, does not implement ILocalizable and thus does not have the option to include culture-specific properties. I will present a workaround.…
In Episerver CMS, properties may be added to Images. Images may be enriched with descriptions, etc that are displayed with the images on your website. Editing this kind of information would be more intuitive if we could see both the image and the properties at the same time! Guess what? We can!…