python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding TinyMCE plugin with toolbar icon using a module package in Episerver CMS 12
I have a custom TinyMCE plugin that add a toolbar icon to the tinymce tool bar. Plugin is configured in a file called editor_plugin.js which is placed inside my custom EpiServer module. I need this to...
Nimesh Anuradha
Votes: 0
Answers: 0
ConfigureCmsDefault() not found in IHostBuilder - Optimizely (EPiServer) CMS 12
I had Optimizely (formerly Episerver) CMS version 12.3.1 in a project and I updated it to 12.4.0. Now I'm getting the following error in Program.cs when trying to add the .ConfigureCmsDefault() call.
...
Nimesh Anuradha
Votes: 0
Answers: 1
Add content area within custom class property in Episerver
I am creating a custom class with the below given definition.
One of the property type given below is of type content area(Media).
Issue: Since this custom property is in a popup itself, when clickin...
Ms1
Votes: 0
Answers: 1
Episerver find all image references
I'm trying to find all references to all images in all blocks.
I can get all images
I can't find all references in nested blocks.
var searchClient = ServiceLocator.Current.GetInstance<IClient>...
kolek
Votes: 0
Answers: 1