Table of Contents

Class RichTextEditorConfigurationsIdentifiers

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

Contains identifiers of the rich text editor configurations used in the administration interface.

public static class RichTextEditorConfigurationsIdentifiers
Inheritance
object
RichTextEditorConfigurationsIdentifiers

Fields

AUTORESPONDER_EMAIL_CONTENT

Identifier of the rich text editor configuration used for autoresponder emails content.

public const string AUTORESPONDER_EMAIL_CONTENT = "Kentico.Administration.EmailContentForAutoresponder"

Field Value

string

Identifier of the rich text editor configuration used for consent texts.

public const string CONSENT_TEXT = "Kentico.Administration.ConsentText"

Field Value

string

CONTACT_NOTES

Identifier of the rich text editor configuration used for contact notes.

public const string CONTACT_NOTES = "Kentico.Administration.ContactNotes"

Field Value

string

DEFAULT

Identifier of the default rich text editor configuration.

public const string DEFAULT = "default"

Field Value

string

EMAIL_CONTENT

Identifier of the rich text editor configuration used for email content.

public const string EMAIL_CONTENT = "Kentico.Administration.EmailContent"

Field Value

string

HEADLESS_STRUCTURED_CONTENT

Identifier of the rich text editor configuration used for headless structured content.

public const string HEADLESS_STRUCTURED_CONTENT = "Kentico.Administration.HeadlessStructuredContent"

Field Value

string

NOTIFICATION_EMAIL_CONTENT

Identifier of the rich text editor configuration used for notification emails content.

public const string NOTIFICATION_EMAIL_CONTENT = "Kentico.Administration.EmailNotificationContent"

Field Value

string

STRUCTURED_CONTENT

Identifier of the rich text editor configuration used for structured content.

public const string STRUCTURED_CONTENT = "Kentico.Administration.StructuredContent"

Field Value

string

WEBSITE_STRUCTURED_CONTENT

Identifier of the rich text editor configuration used for websites structured content.

public const string WEBSITE_STRUCTURED_CONTENT = "Kentico.Administration.WebsitesStructuredContent"

Field Value

string