London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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