Interface ITinyMceAddonSettings
Configuration settings for TinyMCE integration
Namespace: AdaptiveImages.TinyMce
Assembly: AdaptiveImages.dll
Syntax
public interface ITinyMceAddonSettings
Properties
BlockContentTypeId
Gets or sets the content type ID of the wrapper block to use when inserting an image into a TinyMCE editor
Declaration
int? BlockContentTypeId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ImageConversionBehavior
Gets or sets the behavior when an image is dragged-and-dropped to a TinyMCE editor for which the Adaptive Images plugin has been enabled
Declaration
ImageConversionBehavior ImageConversionBehavior { get; set; }
Property Value
Type | Description |
---|---|
ImageConversionBehavior |