Table of Contents

Class RichTextEditorConfiguration

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents RichTextEditorComponent custom JSON configuration.

public abstract class RichTextEditorConfiguration
Inheritance
object
RichTextEditorConfiguration
Derived
Extension Methods

Constructors

RichTextEditorConfiguration(string, string)

Constructor for RichTextEditorConfiguration.

protected RichTextEditorConfiguration(string relativePath, string baseNamespace = "")

Parameters

relativePath string

Relative path to the configuration file. The path cannot contain invalid characters System.IO.Path.GetInvalidFileNameChars().

baseNamespace string

The base namespace that contains the embedded resources. If not specified, the System.Reflection.AssemblyName.Name is used. Provide a base namespace if the default namespace of the containing project is different from the name of containing assembly.

Methods

GetConfigurationJson()

Get Rich Text Editor configuration JSON from the assembly resource.

public virtual string GetConfigurationJson()

Returns

string

Configuration JSON.