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: 9.12.2Syntax
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. |