Class TinyMceAddonSettings
Used to manage configuration when enabling adaptive images in TinyMCE editors
Implements
Inherited Members
Namespace: AdaptiveImages.TinyMce
Assembly: AdaptiveImages.dll
Syntax
public class TinyMceAddonSettings : ITinyMceAddonSettings
Fields
PluginName
Gets or sets the name of the plugin for enabling adaptive images in TinyMCE
Declaration
public static string PluginName
Field Value
Type | Description |
---|---|
string |
Properties
BlockContentTypeId
Gets or sets the block type to use for adaptive images embedded in TinyMCE instead of the default one
Declaration
public int? BlockContentTypeId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ImageConversionBehavior
Gets or sets how the plugin should behave when a standard Episerver image is inserted into a TinyMCE
Declaration
public ImageConversionBehavior ImageConversionBehavior { get; set; }
Property Value
Type | Description |
---|---|
ImageConversionBehavior |
Remarks
Assumes the adaptive images TinyMCE plugin has been added to the editor instance