A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IDynamicConfigurationOptions

Interface that specifies that the plug-in wants to customize the Tiny MCE initialization options.

Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IDynamicConfigurationOptions

Methods

GetConfigurationOptions()

Gets the configuration options for the Tiny MCE plug-in.

Declaration
IDictionary<string, object> GetConfigurationOptions()
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

A list with the configuration options for the plug-in.

Extension Methods