diff --git a/docs/api/classes/ckeditor5_bbcode.BBCode.html b/docs/api/classes/ckeditor5_bbcode.BBCode.html index def9a3bdc..d70dc9a6f 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCode.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCode.html @@ -1,5 +1,5 @@ BBCode | CoreMedia CKEditor 5 Plugins

Applies a data-processor for BBCode.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

  • Parameters

    • editor: default

    Returns BBCode

    Inherit Doc

Properties

pluginName: "BBCodeDataProcessor" = "BBCodeDataProcessor"

Methods

\ No newline at end of file +

Constructors

Properties

pluginName: "BBCodeDataProcessor" = "BBCodeDataProcessor"

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeBold.html b/docs/api/classes/ckeditor5_bbcode.BBCodeBold.html index 8b61c0af4..569be1418 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeBold.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeBold.html @@ -1,13 +1,13 @@ BBCodeBold | CoreMedia CKEditor 5 Plugins

Processing rule for transforming a bold style represented in HTML (either by tag or font-weight) to [b]Text[/b] in BBCode.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "bold" = "bold"

Some ID solely used for debugging purpose. Recommended to keep unique +

Constructors

Properties

id: "bold" = "bold"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeCode.html b/docs/api/classes/ckeditor5_bbcode.BBCodeCode.html index 550ae0989..3dd000a7b 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeCode.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeCode.html @@ -4,15 +4,15 @@ a structure like this:

<pre><code class="language-plaintext">TEXT</code></pre>
<pre><code class="language-css">CSS</code></pre>
-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

config: Required<BBCodeCodeConfig>
id: "code" = "code"

Some ID solely used for debugging purpose. Recommended to keep unique +

Constructors

Properties

config: Required<BBCodeCodeConfig>
id: "code" = "code"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeColor.html b/docs/api/classes/ckeditor5_bbcode.BBCodeColor.html index 2146a121a..cf092eca2 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeColor.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeColor.html @@ -3,16 +3,16 @@

Due to the behavior of CSSStyleDeclaration color formats such as rgb(), rgba() or hsl() are supported as well and will all be transformed to hex or hex-alpha representation.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "color" = "color"

Some ID solely used for debugging purpose. Recommended to keep unique +

Returns BBCodeColor

Properties

id: "color" = "color"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeDataProcessor.html b/docs/api/classes/ckeditor5_bbcode.BBCodeDataProcessor.html index 7e9208728..9a2a5c84d 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeDataProcessor.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeDataProcessor.html @@ -1,7 +1,7 @@ BBCodeDataProcessor | CoreMedia CKEditor 5 Plugins

Data processor for BBCode.

This data processor converts BBCode to HTML and uses the HtmlDataProcessor to generate the resulting view tree.

-

Implements

  • default

Constructors

Implements

  • default

Constructors

Methods

Methods

  • Adds new rules to the data processing.

    +

Returns void

  • Registers a MatcherPattern for view elements whose content should be +

Returns void

Returns void

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeHeading.html b/docs/api/classes/ckeditor5_bbcode.BBCodeHeading.html index 632a55f97..d56a3036a 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeHeading.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeHeading.html @@ -1,14 +1,14 @@ BBCodeHeading | CoreMedia CKEditor 5 Plugins

General rule for any headings to map. Thus, supports BBCode tags [h1] to [h6]. While not supported by all vendors, it integrates nicely with the Heading Feature by CKEditor 5.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "heading" = "heading"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeImg.html b/docs/api/classes/ckeditor5_bbcode.BBCodeImg.html index ec3092988..f791234ef 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeImg.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeImg.html @@ -1,12 +1,12 @@ BBCodeImg | CoreMedia CKEditor 5 Plugins

Rule that maps images to [img] tag.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "img" = "img"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeItalic.html b/docs/api/classes/ckeditor5_bbcode.BBCodeItalic.html index 7ba4fdaf2..a4a38fbc6 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeItalic.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeItalic.html @@ -1,13 +1,13 @@ BBCodeItalic | CoreMedia CKEditor 5 Plugins

Processing rule for transforming an italic style represented in HTML (either by tag or font-style) to [i]Text[/i] in BBCode.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "italic" = "italic"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeList.html b/docs/api/classes/ckeditor5_bbcode.BBCodeList.html index 31c57ce02..d257c707a 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeList.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeList.html @@ -8,14 +8,14 @@ may not be applied based on case-sensitive type-attributes. First, browser manufacturers need to incorporate case-sensitive matching as sketched in https://github.com/w3c/csswg-drafts/issues/2101.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "list" = "list"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeListItem.html b/docs/api/classes/ckeditor5_bbcode.BBCodeListItem.html index f6ed0fe50..f7f1f64ac 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeListItem.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeListItem.html @@ -1,12 +1,12 @@ BBCodeListItem | CoreMedia CKEditor 5 Plugins

Rule that maps <li> to [*].

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "list-item" = "list-item"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeParagraph.html b/docs/api/classes/ckeditor5_bbcode.BBCodeParagraph.html index c84f7f4ec..91c2a9bbe 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeParagraph.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeParagraph.html @@ -1,8 +1,8 @@ BBCodeParagraph | CoreMedia CKEditor 5 Plugins

Rule that transforms a paragraph element to its content followed by two newlines.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "paragraph" = "paragraph"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeQuote.html b/docs/api/classes/ckeditor5_bbcode.BBCodeQuote.html index bec0edfd9..e50694955 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeQuote.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeQuote.html @@ -1,12 +1,12 @@ BBCodeQuote | CoreMedia CKEditor 5 Plugins

Maps <blockquote> to [quote].

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "quote" = "quote"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeSize.html b/docs/api/classes/ckeditor5_bbcode.BBCodeSize.html index e0cb56cca..e123b44c1 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeSize.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeSize.html @@ -1,13 +1,13 @@ BBCodeSize | CoreMedia CKEditor 5 Plugins

Processing rule for transforming a font-size style represented in HTML to [size=24]Text[/size] in BBCode.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "size" = "size"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeStrikethrough.html b/docs/api/classes/ckeditor5_bbcode.BBCodeStrikethrough.html index bc4e8da80..188d22bcc 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeStrikethrough.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeStrikethrough.html @@ -1,12 +1,12 @@ BBCodeStrikethrough | CoreMedia CKEditor 5 Plugins

Rule that maps <s> to [s].

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "strikethrough" = "strikethrough"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeUnderline.html b/docs/api/classes/ckeditor5_bbcode.BBCodeUnderline.html index 43b79eb81..566a130a8 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeUnderline.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeUnderline.html @@ -2,14 +2,14 @@

While <u> is nowadays used to express unarticulated annotation, CKEditor's underline command still uses <u> in view layers. If this changes, mappings may need to be adjusted.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "underline" = "underline"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_bbcode.BBCodeUrl.html b/docs/api/classes/ckeditor5_bbcode.BBCodeUrl.html index 01a8e0904..bd4f19caa 100644 --- a/docs/api/classes/ckeditor5_bbcode.BBCodeUrl.html +++ b/docs/api/classes/ckeditor5_bbcode.BBCodeUrl.html @@ -1,12 +1,12 @@ BBCodeUrl | CoreMedia CKEditor 5 Plugins

Rule that maps anchors with href to [url] tag.

-

Implements

Constructors

Implements

Constructors

Properties

Methods

Constructors

Properties

id: "url" = "url"

Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

-
tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags +

tags: string[] = ...

BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

Typically, you list tags here, which are generated during toData mapping.

-

Methods

\ No newline at end of file +

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_common.RequiredNonNullPropertiesMissingError.html b/docs/api/classes/ckeditor5_common.RequiredNonNullPropertiesMissingError.html index 375081bc9..bfc979b77 100644 --- a/docs/api/classes/ckeditor5_common.RequiredNonNullPropertiesMissingError.html +++ b/docs/api/classes/ckeditor5_common.RequiredNonNullPropertiesMissingError.html @@ -1,4 +1,4 @@ RequiredNonNullPropertiesMissingError | CoreMedia CKEditor 5 Plugins

Error that is thrown, if required non-null properties are missing, thus, are either null or undefined.

-

Hierarchy

  • Error
    • RequiredNonNullPropertiesMissingError

Constructors

Constructors

\ No newline at end of file +

Hierarchy

Constructors

Constructors

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_core_common.CommandNotFoundError.html b/docs/api/classes/ckeditor5_core_common.CommandNotFoundError.html index 49d8899bd..e36d9395c 100644 --- a/docs/api/classes/ckeditor5_core_common.CommandNotFoundError.html +++ b/docs/api/classes/ckeditor5_core_common.CommandNotFoundError.html @@ -1,9 +1,9 @@ CommandNotFoundError | CoreMedia CKEditor 5 Plugins

Error that signals that a requested command could not be found.

-

Hierarchy

  • Error
    • CommandNotFoundError

Constructors

Hierarchy

  • Error
    • CommandNotFoundError

Constructors

Accessors

Constructors

Accessors

  • get commandName(): string
  • Provides the name of the command, which was searched +

Returns CommandNotFoundError

Accessors

  • get commandName(): string
  • Provides the name of the command, which was searched for unsuccessfully.

    -

    Returns string

\ No newline at end of file +

Returns string

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_blocklist.BlockList.html b/docs/api/classes/ckeditor5_coremedia_blocklist.BlockList.html index 95212a009..edd139dc5 100644 --- a/docs/api/classes/ckeditor5_coremedia_blocklist.BlockList.html +++ b/docs/api/classes/ckeditor5_coremedia_blocklist.BlockList.html @@ -4,7 +4,7 @@

The intention behind this plugin is to give editors a possibility to easily identify inappropriate words, used in any kind of content (user comments in social media components, for example).

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

Properties

Constructors

  • Parameters

    • editor: default

    Returns BlockList

    Inherit Doc

Properties

pluginName: "Blocklist" = ...
requires: (typeof BlocklistEditing | typeof Blocklistui)[] = ...
\ No newline at end of file +

Constructors

Properties

pluginName: "Blocklist" = ...
requires: (typeof BlocklistEditing | typeof Blocklistui)[] = ...
\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_blocklist.BlocklistCommand.html b/docs/api/classes/ckeditor5_coremedia_blocklist.BlocklistCommand.html index d6c2d4b78..edeb08699 100644 --- a/docs/api/classes/ckeditor5_coremedia_blocklist.BlocklistCommand.html +++ b/docs/api/classes/ckeditor5_coremedia_blocklist.BlocklistCommand.html @@ -1,8 +1,8 @@ BlocklistCommand | CoreMedia CKEditor 5 Plugins

Command, used to keep track of the currently selected words in the editor. When the blocklist balloon opens, it displays as list of words, based on the value of this command.

-

Hierarchy

  • default
    • BlocklistCommand

Constructors

Hierarchy

  • default
    • BlocklistCommand

Constructors

Properties

Methods

Constructors

Properties

value: string[]

The words in the block list, that are active for the current selection / cursor position.

-

Methods

\ No newline at end of file +

Constructors

Properties

value: string[]

The words in the block list, that are active for the current selection / cursor position.

+

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_blocklist.BlocklistEditing.html b/docs/api/classes/ckeditor5_coremedia_blocklist.BlocklistEditing.html index 8f46ba8cc..d0ae4b1d3 100644 --- a/docs/api/classes/ckeditor5_coremedia_blocklist.BlocklistEditing.html +++ b/docs/api/classes/ckeditor5_coremedia_blocklist.BlocklistEditing.html @@ -1,4 +1,4 @@ -BlocklistEditing | CoreMedia CKEditor 5 Plugins

Hierarchy (view full)

Constructors

constructor +BlocklistEditing | CoreMedia CKEditor 5 Plugins

Hierarchy (view full)

Constructors

  • Parameters

    • editor: default

    Returns BlocklistEditing

    Inherit Doc

Properties

blockedWordMarkers: default<ResultType> = ...

A list of markers, used to highlight blocked words in the editor.

-
internalBlocklist: string[] = []

A "copy" of the list, retrieved from an external service. +

internalBlocklist: string[] = []

A "copy" of the list, retrieved from an external service. This list will be overridden whenever new data from the service is observed, but can be more up-to-date if the service does not provide real-time data.

Example: In case a word is added or removed via the editor UI, the internal list will update immediately. The service will also be notified and should eventually return the updated list, but we cannot assume that this happens in an instant.

Therefore, immediate UI changes and user feedback should rely on this internal list.

-
pluginName: string = "BlocklistEditing"

Methods

pluginName: string = "BlocklistEditing"

Methods

  • Adds a word to the blocklist. Use this method for changes, triggered by the UI, not by the service.

    This method updates the internal list, changes the markers accordingly and triggers the blocklistService.

    Parameters

    • wordToBlock: string

      the word to add to the list

      -

    Returns void

  • Removes a word from the blocklist. +

Returns void

  • Removes a word from the blocklist. Use this method for changes, triggered by the UI, not by the service.

    This method updates the internal list, changes the markers accordingly and triggers the blocklistService.

    Parameters

    • wordToUnblock: string

      the word to remove from the list

      -

    Returns void

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_blocklist.Blocklistui.html b/docs/api/classes/ckeditor5_coremedia_blocklist.Blocklistui.html index 59c62a0ff..4244234e8 100644 --- a/docs/api/classes/ckeditor5_coremedia_blocklist.Blocklistui.html +++ b/docs/api/classes/ckeditor5_coremedia_blocklist.Blocklistui.html @@ -2,10 +2,10 @@ It also creates the views, that are displayed inside the contextual balloon when triggered by the button, click or keystroke.

It uses the contextual balloon plugin.

-

Hierarchy (view full)

Constructors

Hierarchy (view full)

Constructors

  • Parameters

    • editor: default

    Returns Blocklistui

    Inherit Doc

Properties

blocklistActionsView?: BlocklistActionsView
blocklistCommand: undefined | BlocklistCommand
pluginName: string = "BlocklistUI"
requires: (typeof BlocklistEditing | typeof default)[] = ...

Methods

\ No newline at end of file +

Constructors

Properties

blocklistActionsView?: BlocklistActionsView
blocklistCommand: undefined | BlocklistCommand
pluginName: string = "BlocklistUI"
requires: (typeof BlocklistEditing | typeof default)[] = ...

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlockedWordView.html b/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlockedWordView.html index 817d6b481..fe75d830d 100644 --- a/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlockedWordView.html +++ b/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlockedWordView.html @@ -2,14 +2,14 @@ This view consists of a label and a button. It shows a single word, that is part of the block list, based on the current selection inside the editor. The word can be removed from the list via the button.

-

Hierarchy

Constructors

Hierarchy

  • default
    • BlockedWordView

Constructors

Properties

Methods

Constructors

Properties

children: default<default<HTMLElement>>

A collection of child views in the form.

-
keystrokes: default = ...
label: string

The label of the header.

-

Methods

\ No newline at end of file +

Constructors

Properties

children: default<default<HTMLElement>>

A collection of child views in the form.

+
keystrokes: default = ...
label: string

The label of the header.

+

Methods

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlocklistActionsView.html b/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlocklistActionsView.html index 1b20638d4..472304017 100644 --- a/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlocklistActionsView.html +++ b/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlocklistActionsView.html @@ -1,6 +1,6 @@ BlocklistActionsView | CoreMedia CKEditor 5 Plugins

The blocklist actions view consists of a list of blocked words, currently selected, and an input field to add new words to the list.

-

Hierarchy

  • default
    • BlocklistActionsView

Constructors

Hierarchy

  • default
    • BlocklistActionsView

Constructors

Properties

blockedWordListView: default

A list, displaying currently selected words from the list.

-
blockedWords: string[]

The list of words, to be displayed in this view. +

Constructors

Properties

blockedWordListView: default

A list, displaying currently selected words from the list.

+
blockedWords: string[]

The list of words, to be displayed in this view. Used to create a ViewList, that represents the words in the current selection.

-
blocklistInputView: BlocklistInputView

A view, holding an input field to add new words to the list.

-
editor: default

The editor instance.

-
focusTracker: default = ...
keystrokes: default = ...

Methods

blocklistInputView: BlocklistInputView

A view, holding an input field to add new words to the list.

+
editor: default

The editor instance.

+
focusTracker: default = ...
keystrokes: default = ...

Methods

  • Creates the input view, used to add new words to the list.

    +

Returns default

\ No newline at end of file +

Returns BlocklistInputView

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlocklistInputView.html b/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlocklistInputView.html index 4f90c10da..c88d5c91b 100644 --- a/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlocklistInputView.html +++ b/docs/api/classes/ckeditor5_coremedia_blocklist.ui.BlocklistInputView.html @@ -1,7 +1,7 @@ BlocklistInputView | CoreMedia CKEditor 5 Plugins

A view, displaying an input field and a save button next to it. This view is used to provide an input for words that should be saved as "blocked words".

This view is controlled via the blocklistCommand and addToBlocklistCommand.

-

Hierarchy

  • default
    • BlocklistInputView

Constructors

Hierarchy

  • default
    • BlocklistInputView

Constructors

Properties

Constructors

Properties

children: default<default<HTMLElement>>

A collection of child views in the form.

-
keystrokes: default = ...

An instance of the KeystrokeHandler.

-
saveButtonView: default

The Save button view.

-
wordToBlockInputView: default<default>

The URL input view.

-

Methods

  • Sets the value of the input element.

    +

Returns BlocklistInputView

Properties

children: default<default<HTMLElement>>

A collection of child views in the form.

+
keystrokes: default = ...

An instance of the KeystrokeHandler.

+
saveButtonView: default

The Save button view.

+
wordToBlockInputView: default<default>

The URL input view.

+

Methods

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content.ckeditor5_coremedia_content.OpenInTabCommand.html b/docs/api/classes/ckeditor5_coremedia_content.ckeditor5_coremedia_content.OpenInTabCommand.html index e1bd96372..2a2458214 100644 --- a/docs/api/classes/ckeditor5_coremedia_content.ckeditor5_coremedia_content.OpenInTabCommand.html +++ b/docs/api/classes/ckeditor5_coremedia_content.ckeditor5_coremedia_content.OpenInTabCommand.html @@ -2,7 +2,7 @@

By default, has no value and is always enabled. Provides method refreshValueAndEnabledState to update value and enabled state based on the given value.

-

Hierarchy

Constructors

Hierarchy

  • default
    • OpenInTabCommand

    Constructors

    Methods

    execute refreshValue refreshValueAndEnabledState @@ -16,18 +16,18 @@

    If no elementName is given, it defaults to undefined. This is a special case for textNodes as textNodes are not represented as elements.

    Parameters

    • editor: default

      the ckeditor instance

      -

    Returns OpenInTabCommand

    Methods

    • Executes command, either based on URI path set as value or as URI path +

    Returns OpenInTabCommand

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboard.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboard.html index f7f039079..6343b2867 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboard.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboard.html @@ -1,8 +1,8 @@ ContentClipboard | CoreMedia CKEditor 5 Plugins

    This plugin takes care of linkable Studio contents, which are dropped directly into the editor or pasted from the clipboard.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns ContentClipboard

      Inherit Doc

    Properties

    pluginName: "ContentClipboardPlugin" = PLUGIN_NAME
    requires: (typeof default | typeof default | typeof ContentClipboardEditing | typeof UndoSupport)[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "ContentClipboardPlugin" = PLUGIN_NAME
    requires: (typeof default | typeof default | typeof ContentClipboardEditing | typeof UndoSupport)[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboardEditing.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboardEditing.html index 22eebdfa3..93ef03811 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboardEditing.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboardEditing.html @@ -1,12 +1,12 @@ ContentClipboardEditing | CoreMedia CKEditor 5 Plugins

    The ContentClipboardEditing plugin listens to Content Input Markers, added by the ContentClipboard plugin. It then loads the linked content, removes the placeholder and renders the corresponding content.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns ContentClipboardEditing

      Inherit Doc

    Properties

    pluginName: "ContentClipboardEditing" = PLUGIN_NAME
    requires: typeof UndoSupport[] = ...

    Methods

    • This function is used to register "toModel" functions in other plugins. +

    Constructors

    • Parameters

      • editor: default

      Returns ContentClipboardEditing

      Inherit Doc

    Properties

    pluginName: "ContentClipboardEditing" = PLUGIN_NAME
    requires: typeof UndoSupport[] = ...

    Methods

    • This function is used to register "toModel" functions in other plugins. These functions are held in the ContentToModelRegistry and are used to insert content into the editor.

      Please note: Types that are not supported by the @@ -15,4 +15,4 @@

      Parameters

      • type: string

        the identifier for the content (e.g., "link" or "image")

      • createModelFunctionCreator: CreateModelFunctionCreator

        a function that expects a contentUri as parameter and returns a promise of type CreateModelFunction

        -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboardMarkerDataUtils.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboardMarkerDataUtils.html index 9ae38bce7..3f64a7169 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboardMarkerDataUtils.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentClipboardMarkerDataUtils.html @@ -8,19 +8,19 @@

    Example

    "content-input:1642076134128:2"
     
    -

    Constructors

    Constructors

    Properties

    CONTENT_INPUT_MARKER_PREFIX: "content-input" = "content-input"

    Methods

    • Converts a marker name into its different parts

      +

    Constructors

    Properties

    CONTENT_INPUT_MARKER_PREFIX: "content-input" = "content-input"

    Methods

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentInputDataCache.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentInputDataCache.html index 7a1b9517e..092ff12a5 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentInputDataCache.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentInputDataCache.html @@ -5,16 +5,16 @@
  • An insertionContext, which holds information about the insertion
  • The data object must be saved by using the corresponding marker name as the map key.

    -

    Constructors

    Constructors

    Methods

    • Stores a ContentInputData object for a given marker name.

      +

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentToModelRegistry.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentToModelRegistry.html index 036902136..e25bc8afd 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentToModelRegistry.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.ContentToModelRegistry.html @@ -5,14 +5,14 @@ properly insert a content object with a given type (e.g. "link" or "image").

    The ContentToModelRegistry can be accessed by other plugins via the ContentClipboardEditing plugin.

    -

    Constructors

    Constructors

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.DataToModelMechanism.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.DataToModelMechanism.html index 863391129..df4fbdb0e 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.DataToModelMechanism.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.DataToModelMechanism.html @@ -24,7 +24,7 @@ creator strategies for different content types.

    Now, the model then is written, the view updates accordingly and the marker (loading animation) gets removed.

    -

    Constructors

    Constructors

    Methods

    • This method is called when a marker is added to the editor. It receives a markerData object and fetches the data to render the content. It then renders the content in the editor and finally removes the marker.

      Parameters

      • editor: default

        the editor

      • pendingMarkerNames: string[]

        all markers that are not yet finally inserted.

      • markerData: MarkerData

        object that holds information about the marker and the associated content insertion

        -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.MarkerRepositionUtil.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.MarkerRepositionUtil.html index 9b2cedaa3..7e3bdd1e7 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.MarkerRepositionUtil.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.MarkerRepositionUtil.html @@ -1,3 +1,3 @@ -MarkerRepositionUtil | CoreMedia CKEditor 5 Plugins

    Constructors

    constructor +MarkerRepositionUtil | CoreMedia CKEditor 5 Plugins

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.integrations.UndoSupport.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.integrations.UndoSupport.html index af2954b93..32e95bc5c 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.integrations.UndoSupport.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.integrations.UndoSupport.html @@ -1,10 +1,10 @@ UndoSupport | CoreMedia CKEditor 5 Plugins

    Hooks into Undo plugin, if available to possibly disable or enable corresponding commands.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns UndoSupport

      Inherit Doc

    Properties

    pluginName: "CoreMediaContentClipboardUndoSupport" = PLUGIN_NAME

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "CoreMediaContentClipboardUndoSupport" = PLUGIN_NAME

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentCommand.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentCommand.html index a46c65015..3f4245734 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentCommand.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentCommand.html @@ -1,9 +1,9 @@ PasteContentCommand | CoreMedia CKEditor 5 Plugins

    Command to insert Content from the ClipboardService into the document at the actual selection.

    The command is enabled if the ClipboardService contains Contents and all Contents are insertable.

    -

    Hierarchy

    • default
      • PasteContentCommand

    Constructors

    Hierarchy

    • default
      • PasteContentCommand

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentEditing.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentEditing.html index 372d7f36b..55f1c937d 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentEditing.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentEditing.html @@ -1,5 +1,5 @@ -PasteContentEditing | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    constructor +PasteContentEditing | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns PasteContentEditing

      Inherit Doc

    Properties

    pasteContentCommand: "pasteContentCommand" = "pasteContentCommand"
    pluginName: "pasteContentEditing" = "pasteContentEditing"

    Methods

    \ No newline at end of file +

    Constructors

    • Parameters

      • editor: default

      Returns PasteContentEditing

      Inherit Doc

    Properties

    pasteContentCommand: "pasteContentCommand" = "pasteContentCommand"
    pluginName: "pasteContentEditing" = "pasteContentEditing"

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentPlugin.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentPlugin.html index 80187449b..017c186ac 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentPlugin.html @@ -1,6 +1,6 @@ PasteContentPlugin | CoreMedia CKEditor 5 Plugins

    Glue plugin for the Paste Content Feature.

    Includes the PasteContentUI (the button) and PasteContentEditing (the command).

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Accessors

    Constructors

    • Parameters

      • editor: default

      Returns PasteContentPlugin

      Inherit Doc

    Properties

    pluginName: "pasteContent" = "pasteContent"

    Accessors

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "pasteContent" = "pasteContent"

    Accessors

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentUI.html b/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentUI.html index e9d7f4849..ca0616d83 100644 --- a/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentUI.html +++ b/docs/api/classes/ckeditor5_coremedia_content_clipboard.paste.PasteContentUI.html @@ -1,4 +1,4 @@ -PasteContentUI | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    constructor +PasteContentUI | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns PasteContentUI

      Inherit Doc

    Properties

    pluginName: "pasteContentUI" = "pasteContentUI"

    Methods

    \ No newline at end of file +

    Constructors

    • Parameters

      • editor: default

      Returns PasteContentUI

      Inherit Doc

    Properties

    pluginName: "pasteContentUI" = "pasteContentUI"

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_differencing.DifferencingPlugin.html b/docs/api/classes/ckeditor5_coremedia_differencing.DifferencingPlugin.html index b37ad30c6..de86e6281 100644 --- a/docs/api/classes/ckeditor5_coremedia_differencing.DifferencingPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_differencing.DifferencingPlugin.html @@ -6,15 +6,15 @@ Differencing.activateDifferencing after the editor initialization.

    Example

    ClassicEditor.create(document.querySelector('.editor'), {
    .
    .
    .
    plugins: [
    Differencing,
    ],
    .
    .
    .
    }).then(newEditor => {
    newEditor.plugins.get("Differencing")?.activateDifferencing();
    })
    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns DifferencingPlugin

      Inherit Doc

    Properties

    pluginName: "Differencing" = "Differencing"

    Methods

    • Activates the differencing.

      +

    Constructors

    Properties

    pluginName: "Differencing" = "Differencing"

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_differencing.PluginIntegrationHook.html b/docs/api/classes/ckeditor5_coremedia_differencing.PluginIntegrationHook.html index 7a9cf3e5a..084be87bd 100644 --- a/docs/api/classes/ckeditor5_coremedia_differencing.PluginIntegrationHook.html +++ b/docs/api/classes/ckeditor5_coremedia_differencing.PluginIntegrationHook.html @@ -5,7 +5,7 @@ a workaround for issue ckeditor/ckeditor5#12199 to provide some better integration point.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns PluginIntegrationHook

      Inherit Doc

    Properties

    pluginName: "PluginIntegrationHook" = "PluginIntegrationHook"

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "PluginIntegrationHook" = "PluginIntegrationHook"

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_differencing.integrations.HtmlImageElementSupport.html b/docs/api/classes/ckeditor5_coremedia_differencing.integrations.HtmlImageElementSupport.html index 192383abd..d88e87a8e 100644 --- a/docs/api/classes/ckeditor5_coremedia_differencing.integrations.HtmlImageElementSupport.html +++ b/docs/api/classes/ckeditor5_coremedia_differencing.integrations.HtmlImageElementSupport.html @@ -3,8 +3,8 @@

    For corresponding CSS rules, it is important to understand, that the xdiff:changetype attribute is applied to the surrounding element, i.e., the corresponding <span class="html-object-embed"> element.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns HtmlImageElementSupport

      Inherit Doc

    Properties

    pluginName: "DifferencingHtmlImageElementSupport" = "DifferencingHtmlImageElementSupport"
    requires: never[] = []

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "DifferencingHtmlImageElementSupport" = "DifferencingHtmlImageElementSupport"
    requires: never[] = []

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_differencing.integrations.ImageElementSupport.html b/docs/api/classes/ckeditor5_coremedia_differencing.integrations.ImageElementSupport.html index dbe4ef359..c9239bd75 100644 --- a/docs/api/classes/ckeditor5_coremedia_differencing.integrations.ImageElementSupport.html +++ b/docs/api/classes/ckeditor5_coremedia_differencing.integrations.ImageElementSupport.html @@ -3,8 +3,8 @@

    For corresponding CSS rules, it is important to understand, that the xdiff:changetype attribute is applied to the surrounding element, like the corresponding <span class="image-inline"> for inline images.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns ImageElementSupport

      Inherit Doc

    Properties

    pluginName: "DifferencingImageElementSupport" = "DifferencingImageElementSupport"
    requires: typeof PluginIntegrationHook[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "DifferencingImageElementSupport" = "DifferencingImageElementSupport"
    requires: typeof PluginIntegrationHook[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_differencing.integrations.RichTextDataProcessorIntegration.html b/docs/api/classes/ckeditor5_coremedia_differencing.integrations.RichTextDataProcessorIntegration.html index ad4d59f22..8af3aa297 100644 --- a/docs/api/classes/ckeditor5_coremedia_differencing.integrations.RichTextDataProcessorIntegration.html +++ b/docs/api/classes/ckeditor5_coremedia_differencing.integrations.RichTextDataProcessorIntegration.html @@ -1,9 +1,9 @@ RichTextDataProcessorIntegration | CoreMedia CKEditor 5 Plugins

    If Rich Text Data Processing is enabled, applies a corresponding rule to map xdiff:span elements as expected/required.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    pluginName: "RichTextDataProcessorIntegration" = "RichTextDataProcessorIntegration"

    Methods

    • Runs as late initialization to add mapping rules for xdiff:span +

    Constructors

    Properties

    pluginName: "RichTextDataProcessorIntegration" = "RichTextDataProcessorIntegration"

    Methods

    • Runs as late initialization to add mapping rules for xdiff:span elements. The corresponding rules mainly take care, that no such data are written back to server. Along with that, maps <xdiff:span/> (thus, empty span) to <xdiff:br/>, as this provides more robustness detecting @@ -11,4 +11,4 @@ highlighting of differences.

      Note, that it is important to run this later than init phase, as the data-processor itself is applied in init phase of plugins.

      -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_images.ContentImageClipboardPlugin.html b/docs/api/classes/ckeditor5_coremedia_images.ContentImageClipboardPlugin.html index b4b975f8d..a6f9bea86 100644 --- a/docs/api/classes/ckeditor5_coremedia_images.ContentImageClipboardPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_images.ContentImageClipboardPlugin.html @@ -5,7 +5,7 @@ each feature has to provide this information to the plugin manually.

    This particular plugin provides a strategy on how to insert contents that should be displayed as a preview image.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns ContentImageClipboardPlugin

      Inherit Doc

    Properties

    pluginName: "ContentImageClipboardPlugin" = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "ContentImageClipboardPlugin" = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_images.ContentImageEditingPlugin.html b/docs/api/classes/ckeditor5_coremedia_images.ContentImageEditingPlugin.html index 2e8cf77a8..5bc08fb10 100644 --- a/docs/api/classes/ckeditor5_coremedia_images.ContentImageEditingPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_images.ContentImageEditingPlugin.html @@ -3,7 +3,7 @@ data-xlink-href and writes it to the model.

    The model attribute afterward will be downcast to the editing-view where it is represented by the src-attribute of the img-tag.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns ContentImageEditingPlugin

      Inherit Doc

    Properties

    IMAGE_INLINE_MODEL_ELEMENT_NAME: "imageInline" = "imageInline"
    IMAGE_INLINE_VIEW_ELEMENT_NAME: "img" = "img"
    XLINK_HREF_DATA_ATTRIBUTE_NAME: "data-xlink-href" = "data-xlink-href"
    XLINK_HREF_MODEL_ATTRIBUTE_NAME: "xlink-href" = "xlink-href"
    openImageInTab: "openImageInTab" = openImageInTabCommandName

    Command name for bound openImageInTab.

    -
    pluginName: "ContentImageEditingPlugin" = ...
    requires: (typeof ModelBoundSubscriptionPlugin | typeof default | typeof default)[] = ...

    Methods

    • Registers support for the xlink:href attribute for element img in +

    Constructors

    Properties

    IMAGE_INLINE_MODEL_ELEMENT_NAME: "imageInline" = "imageInline"
    IMAGE_INLINE_VIEW_ELEMENT_NAME: "img" = "img"
    XLINK_HREF_DATA_ATTRIBUTE_NAME: "data-xlink-href" = "data-xlink-href"
    XLINK_HREF_MODEL_ATTRIBUTE_NAME: "xlink-href" = "xlink-href"
    openImageInTab: "openImageInTab" = openImageInTabCommandName

    Command name for bound openImageInTab.

    +
    pluginName: "ContentImageEditingPlugin" = ...
    requires: (typeof ModelBoundSubscriptionPlugin | typeof default | typeof default)[] = ...

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_images.ModelBoundSubscriptionPlugin.html b/docs/api/classes/ckeditor5_coremedia_images.ModelBoundSubscriptionPlugin.html index a8f93024a..682793354 100644 --- a/docs/api/classes/ckeditor5_coremedia_images.ModelBoundSubscriptionPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_images.ModelBoundSubscriptionPlugin.html @@ -11,7 +11,7 @@

    If a registered model element is removed, all subscriptions will be unsubscribed. Subscriptions have to be added manually to the ModelBoundSubscriptionPlugin by calling addSubscription.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns ModelBoundSubscriptionPlugin

      Inherit Doc

    Properties

    ID_MODEL_ATTRIBUTE_NAME: "cmSubscriptionId" = "cmSubscriptionId"
    PLUGIN_NAME: "ModelBoundSubscriptionPlugin" = "ModelBoundSubscriptionPlugin"
    pluginName: "ModelBoundSubscriptionPlugin" = ModelBoundSubscriptionPlugin.PLUGIN_NAME

    Methods

    • Add a subscription to the subscription cache for unsubscription on related +

    Constructors

    Properties

    ID_MODEL_ATTRIBUTE_NAME: "cmSubscriptionId" = "cmSubscriptionId"
    PLUGIN_NAME: "ModelBoundSubscriptionPlugin" = "ModelBoundSubscriptionPlugin"
    pluginName: "ModelBoundSubscriptionPlugin" = ModelBoundSubscriptionPlugin.PLUGIN_NAME

    Methods

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_images.SubscriptionCache.html b/docs/api/classes/ckeditor5_coremedia_images.SubscriptionCache.html index b48a6ac7f..0068b1b27 100644 --- a/docs/api/classes/ckeditor5_coremedia_images.SubscriptionCache.html +++ b/docs/api/classes/ckeditor5_coremedia_images.SubscriptionCache.html @@ -1,9 +1,9 @@ SubscriptionCache | CoreMedia CKEditor 5 Plugins

    A cache for subscriptions done during conversion of elements.

    Subscription will be stored for unsubscription to prevent memory leaks when the subscription reference is lost.

    -

    Constructors

    Constructors

    Properties

    subscriptionCache: Map<string, Subscription[]> = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    subscriptionCache: Map<string, Subscription[]> = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_images.ckeditor5_coremedia_images.ContentImageOpenInTabUI.html b/docs/api/classes/ckeditor5_coremedia_images.ckeditor5_coremedia_images.ContentImageOpenInTabUI.html index 662f8be9f..ddd0ea31f 100644 --- a/docs/api/classes/ckeditor5_coremedia_images.ckeditor5_coremedia_images.ContentImageOpenInTabUI.html +++ b/docs/api/classes/ckeditor5_coremedia_images.ckeditor5_coremedia_images.ContentImageOpenInTabUI.html @@ -2,8 +2,8 @@ the editor's componentFactory to be used in editor toolbars.

    This button uses the 'openInTabCommand', registered in the ContentImageEditingPlugin, which therefore is required.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns ContentImageOpenInTabUI

      Inherit Doc

    Properties

    pluginName: "ContentImageOpenInTabUI" = ...
    requires: typeof ContentImageEditingPlugin[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "ContentImageOpenInTabUI" = ...
    requires: typeof ContentImageEditingPlugin[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_images.ckeditor5_coremedia_images.OpenImageInTabCommand.html b/docs/api/classes/ckeditor5_coremedia_images.ckeditor5_coremedia_images.OpenImageInTabCommand.html index 9a1ef7020..cec1c51fb 100644 --- a/docs/api/classes/ckeditor5_coremedia_images.ckeditor5_coremedia_images.OpenImageInTabCommand.html +++ b/docs/api/classes/ckeditor5_coremedia_images.ckeditor5_coremedia_images.OpenImageInTabCommand.html @@ -1,6 +1,6 @@ OpenImageInTabCommand | CoreMedia CKEditor 5 Plugins

    A command to open either a given URI path (on execute) or the URI path available in the current model state.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Methods

    execute refresh refreshValue @@ -15,18 +15,18 @@

    If no elementName is given, it defaults to undefined. This is a special case for textNodes as textNodes are not represented as elements.

    Parameters

    • editor: default

      the ckeditor instance

      -

    Returns OpenImageInTabCommand

    Methods

    • Executes command, either based on URI path set as value or as URI path +

    Returns OpenImageInTabCommand

    Methods

    • Updates the value and enabled state.

      Only if valueFromModel resolves to a content URI, the value of this command is set accordingly, otherwise set to undefined.

      Enabled state in addition to that respects if a referenced content @@ -35,4 +35,4 @@

      Parameters

      • valueFromModel: unknown

        value as retrieved from the model

      • defaultEnabled: boolean = true

        default enabled state to take, until ability to open a given content has been checked.

        -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinkClipboardPlugin.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinkClipboardPlugin.html index 9022309b0..48ef199ae 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinkClipboardPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinkClipboardPlugin.html @@ -5,7 +5,7 @@ each feature has to provide this information to the plugin manually.

    This particular plugin provides a strategy on how to insert contents that should be displayed as a link.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns ContentLinkClipboardPlugin

      Inherit Doc

    Properties

    pluginName: "ContentLinkClipboardPlugin" = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "ContentLinkClipboardPlugin" = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinkCommandHook.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinkCommandHook.html index 819c79b9b..3ab397672 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinkCommandHook.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinkCommandHook.html @@ -33,15 +33,15 @@ an existing link — which again triggers the linkHref attribute to be written to the text, which is the scenario, we want to prevent for content-links.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns ContentLinkCommandHook

      Inherit Doc

    Properties

    pluginName: "ContentLinkCommandHook" = ...
    requires: typeof default[] = ...

    Methods

    • Hook for FormView to register a content-name, which is about to be replaced +

    Constructors

    Properties

    pluginName: "ContentLinkCommandHook" = ...
    requires: typeof default[] = ...

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinks.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinks.html index 91b23fe10..eeac97ccd 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinks.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ContentLinks.html @@ -1,10 +1,10 @@ ContentLinks | CoreMedia CKEditor 5 Plugins

    This plugin allows content objects to be dropped into the link dialog. Content Links will be displayed as a content item.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns ContentLinks

      Inherit Doc

    Properties

    openLinkInTab: "openContentInTab" = openContentInTabCommandName
    pluginName: "ContentLinks" = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    openLinkInTab: "openContentInTab" = openContentInTabCommandName
    pluginName: "ContentLinks" = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.LinkUserActionsPlugin.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.LinkUserActionsPlugin.html index 2d9c7d038..9b8765275 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.LinkUserActionsPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.LinkUserActionsPlugin.html @@ -7,9 +7,9 @@ as the same page but external links are opened and users lose the CMS context. Therefore, this plugin overrides the behavior and opens external links in a new browser tab instead of the same tab and content links in a new work area tab.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns LinkUserActionsPlugin

      Inherit Doc

    Properties

    LOG: Logger = ...
    pluginName: "LinkUserActionsPlugin" = ...
    requires: never[] = []

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    LOG: Logger = ...
    pluginName: "LinkUserActionsPlugin" = ...
    requires: never[] = []

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.OpenContentInTabCommand.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.OpenContentInTabCommand.html index 5cc405a24..3935a0675 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.OpenContentInTabCommand.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.OpenContentInTabCommand.html @@ -1,6 +1,6 @@ OpenContentInTabCommand | CoreMedia CKEditor 5 Plugins

    A command to open either a given URI path (on execute) or the URI path available in the current model state.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Methods

    execute refresh refreshValue @@ -15,18 +15,18 @@

    If no elementName is given, it defaults to undefined. This is a special case for textNodes as textNodes are not represented as elements.

    Parameters

    • editor: default

      the ckeditor instance

      -

    Returns OpenContentInTabCommand

    Methods

    • Executes command, either based on URI path set as value or as URI path +

    Returns OpenContentInTabCommand

    Methods

    • Updates the value and enabled state.

      Only if valueFromModel resolves to a content URI, the value of this command is set accordingly, otherwise set to undefined.

      Enabled state in addition to that respects if a referenced content @@ -35,4 +35,4 @@

      Parameters

      • valueFromModel: unknown

        value as retrieved from the model

      • defaultEnabled: boolean = true

        default enabled state to take, until ability to open a given content has been checked.

        -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.clipboard.ContentLinkData.ContentLinkData.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.clipboard.ContentLinkData.ContentLinkData.html index ddbcc1d02..e27303bf0 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.clipboard.ContentLinkData.ContentLinkData.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.clipboard.ContentLinkData.ContentLinkData.html @@ -1,5 +1,5 @@ ContentLinkData | CoreMedia CKEditor 5 Plugins

    Meta-data of a content dropped to CKEditor.

    -

    Constructors

    Constructors

    Properties

  • text: string

    The text to write to CKEditor (the name of the content).

  • contentUri: string

    The URI-Path of the content, e.g., content/42.

  • href: string

    The respective linkHref value to set in model, e.g., content:42.

    -
  • Returns ContentLinkData

    Properties

    contentUri: string

    The URI-Path of the content, e.g., content/42.

    -
    href: string

    The respective linkHref value to set in model, e.g., content:42.

    -
    isFirstInsertedLink: boolean

    Signals, if the given content is the first in a list of dropped contents.

    -
    isLastInsertedLink: boolean

    Signals, if the given content is the last in a list of dropped contents.

    -
    text: string

    The text to write to CKEditor (the name of the content).

    -
    \ No newline at end of file +

    Returns ContentLinkData

    Properties

    contentUri: string

    The URI-Path of the content, e.g., content/42.

    +
    href: string

    The respective linkHref value to set in model, e.g., content:42.

    +
    isFirstInsertedLink: boolean

    Signals, if the given content is the first in a list of dropped contents.

    +
    isLastInsertedLink: boolean

    Signals, if the given content is the last in a list of dropped contents.

    +
    text: string

    The text to write to CKEditor (the name of the content).

    +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.clipboard.DropCondition.DropCondition.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.clipboard.DropCondition.DropCondition.html index 099aa8ff0..e1e62030f 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.clipboard.DropCondition.DropCondition.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.clipboard.DropCondition.DropCondition.html @@ -1,5 +1,5 @@ DropCondition | CoreMedia CKEditor 5 Plugins

    Meta-data on drop.

    -

    Constructors

    Constructors

    Properties

    dropAtEndOfBlock dropAtStartOfBlock multipleContentDrop @@ -13,12 +13,12 @@ block-element.

  • targetRange: null | default

    The target drop ranges, if existing. null otherwise.

  • selectedAttributes: [string, string | number | boolean][]

    Model attributes at drop position to possibly apply to dropped text.

    -
  • Returns DropCondition

    Properties

    dropAtEndOfBlock: boolean

    Signals, if the drop position is at the end of its parent +

    Returns DropCondition

    Properties

    dropAtEndOfBlock: boolean

    Signals, if the drop position is at the end of its parent block-element.

    -
    dropAtStartOfBlock: boolean

    Signals, if the drop position is at the start of its parent +

    dropAtStartOfBlock: boolean

    Signals, if the drop position is at the start of its parent block-element.

    -
    multipleContentDrop: boolean

    Signals, if the drop contained multiple links, to possibly trigger +

    multipleContentDrop: boolean

    Signals, if the drop contained multiple links, to possibly trigger a different behavior on drop.

    -
    selectedAttributes: [string, string | number | boolean][]

    Model attributes at drop position to possibly apply to dropped text.

    -
    targetRange: null | default

    The target drop ranges, if existing. null otherwise.

    -
    \ No newline at end of file +
    selectedAttributes: [string, string | number | boolean][]

    Model attributes at drop position to possibly apply to dropped text.

    +
    targetRange: null | default

    The target drop ranges, if existing. null otherwise.

    +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.CancelButtonView.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.CancelButtonView.html index 78d878da9..5651b51ec 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.CancelButtonView.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.CancelButtonView.html @@ -1,4 +1,4 @@ CancelButtonView | CoreMedia CKEditor 5 Plugins

    A CancelButton that uses the css class from CoreMedia Studio to display an icon

    -

    Hierarchy

    • default
      • CancelButtonView

    Constructors

    Hierarchy

    • default
      • CancelButtonView

    Constructors

    Properties

    Constructors

    Properties

    iconId: "cancelButtonIcon" = "cancelButtonIcon"
    \ No newline at end of file +

    Constructors

    Properties

    iconId: "cancelButtonIcon" = "cancelButtonIcon"
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkActionsViewExtension.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkActionsViewExtension.html index 4d3809f5e..0d74fdba6 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkActionsViewExtension.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkActionsViewExtension.html @@ -4,9 +4,9 @@
  • provide onClick handler to open a content in a new Studio tab (rather than opening an external URL in a new browser tab).
  • -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    contentUriPath: undefined | null | string
    pluginName: "ContentLinkActionsViewExtension" = ...
    requires: (typeof default | typeof default)[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    contentUriPath: undefined | null | string
    pluginName: "ContentLinkActionsViewExtension" = ...
    requires: (typeof default | typeof default)[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkFormViewExtension.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkFormViewExtension.html index 1337aa535..87189e04f 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkFormViewExtension.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkFormViewExtension.html @@ -4,10 +4,10 @@
  • allow dropping of drag items into the URL field
  • to provide onClick handler to open a content in a new Studio tab
  • -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns ContentLinkFormViewExtension

      Inherit Doc

    Properties

    pluginName: "ContentLinkFormViewExtension" = ...
    requires: (typeof default | typeof ContentLinkCommandHook)[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "ContentLinkFormViewExtension" = ...
    requires: (typeof default | typeof ContentLinkCommandHook)[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkView.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkView.html index 4f772f835..64598329a 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkView.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.ContentLinkView.html @@ -1,7 +1,7 @@ ContentLinkView | CoreMedia CKEditor 5 Plugins

    A ContentView that renders a custom template, containing of 2 different components. The first element displays the information of a content item (containing title and icons of the content) and the buttonView renders a button that can be used to remove the displayed content.

    -

    Hierarchy

    • default
      • ContentLinkView

    Constructors

    Hierarchy

    • default
      • ContentLinkView

    Constructors

    Properties

    Methods

    Constructors

    Properties

    ariaLabelText: string
    contentName: undefined | string
    renderAsTextLink: boolean
    renderOptions: undefined | {
        renderCancelButton?: boolean;
        renderStatusIcon?: boolean;
        renderTypeIcon?: boolean;
    }

    Type declaration

    • Optional renderCancelButton?: boolean
    • Optional renderStatusIcon?: boolean
    • Optional renderTypeIcon?: boolean
    underlined: boolean
    uriPath: undefined | null | string

    Accessors

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    ariaLabelText: string
    contentName: undefined | string
    renderAsTextLink: boolean
    renderOptions: undefined | {
        renderCancelButton?: boolean;
        renderStatusIcon?: boolean;
        renderTypeIcon?: boolean;
    }

    Type declaration

    • Optional renderCancelButton?: boolean
    • Optional renderStatusIcon?: boolean
    • Optional renderTypeIcon?: boolean
    underlined: boolean
    uriPath: undefined | null | string

    Accessors

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.CoreMediaIconView.html b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.CoreMediaIconView.html index 972099abf..831d31b9f 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.CoreMediaIconView.html +++ b/docs/api/classes/ckeditor5_coremedia_link.contentlink.ui.CoreMediaIconView.html @@ -1,7 +1,7 @@ CoreMediaIconView | CoreMedia CKEditor 5 Plugins

    The CoreMedia icon view class. Used to display icons in CoreMedia Studio. Renders a span with css icon classes.

    -

    Hierarchy

    • default
      • CoreMediaIconView

    Constructors

    Hierarchy

    • default
      • CoreMediaIconView

    Constructors

    Properties

    Constructors

    Properties

    iconClass: undefined | string
    id: string
    \ No newline at end of file +

    Constructors

    Properties

    iconClass: undefined | string
    id: string
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTarget.html b/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTarget.html index 858909987..89415cb6d 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTarget.html +++ b/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTarget.html @@ -1,7 +1,7 @@ LinkTarget | CoreMedia CKEditor 5 Plugins

    Adds an attribute linkTarget to the model, which will be represented as target attribute in view.

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    • Parameters

      • editor: default

      Returns LinkTarget

      Inherit Doc

    Properties

    pluginName: "LinkTarget" = ...
    requires: (typeof default | typeof LinkTargetActionsViewExtension | typeof LinkTargetModelView)[] = ...
    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "LinkTarget" = ...
    requires: (typeof default | typeof LinkTargetActionsViewExtension | typeof LinkTargetModelView)[] = ...
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTargetActionsViewExtension.html b/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTargetActionsViewExtension.html index d9986d66c..547be4c68 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTargetActionsViewExtension.html +++ b/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTargetActionsViewExtension.html @@ -7,8 +7,8 @@ opens and allows setting a custom target.

    The buttons to be rendered can be set in the editor's configuration. The default configuration is defined in linktarget.config.DefaultTarget.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    Properties

    pluginName: "LinkTargetActionsViewExtension" = ...
    requires: (typeof default | typeof CustomLinkTargetUI)[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "LinkTargetActionsViewExtension" = ...
    requires: (typeof default | typeof CustomLinkTargetUI)[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTargetModelView.html b/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTargetModelView.html index d9c19340c..0839db3b6 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTargetModelView.html +++ b/docs/api/classes/ckeditor5_coremedia_link.linktarget.LinkTargetModelView.html @@ -1,12 +1,12 @@ LinkTargetModelView | CoreMedia CKEditor 5 Plugins

    Adds an attribute linkTarget to the model, which will be represented as target attribute in view.

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns LinkTargetModelView

      Inherit Doc

    Properties

    pluginName: "LinkTargetModelView" = ...
    requires: typeof LinkAttributes[] = ...

    Methods

    • Defines linkTarget model-attribute, which is represented on downcast +

    Constructors

    • Parameters

      • editor: default

      Returns LinkTargetModelView

      Inherit Doc

    Properties

    pluginName: "LinkTargetModelView" = ...
    requires: typeof LinkAttributes[] = ...

    Methods

    \ No newline at end of file +

    Returns void | Promise<void>

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.linktarget.command.LinkTargetCommand.html b/docs/api/classes/ckeditor5_coremedia_link.linktarget.command.LinkTargetCommand.html index 44275b20e..196aa6e1d 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.linktarget.command.LinkTargetCommand.html +++ b/docs/api/classes/ckeditor5_coremedia_link.linktarget.command.LinkTargetCommand.html @@ -1,5 +1,5 @@ LinkTargetCommand | CoreMedia CKEditor 5 Plugins

    Command to be bound in LinkActionsView to set a certain target behavior.

    -

    Hierarchy

    • default
      • LinkTargetCommand

    Constructors

    Hierarchy

    • default
      • LinkTargetCommand

    Constructors

    Methods

    execute refresh attributesAllowedFor @@ -9,11 +9,11 @@ (thus, empty string, null or undefined), the linkTarget attribute will be removed instead.

    Parameters

    • target: Target

      target to set; empty string/null/undefined to trigger removal of linkTarget attribute

      -

    Returns void

    • Validates if all given attributes are hypothetically supported by the +

    Returns void

    • Validates if all given attributes are hypothetically supported by the given element. The result is always false if the element does not exist.

      Parameters

      • element: undefined | null | default

        element to hypothetically validate attributes for

      • schema: default

        schema to use for validation

      • attribute: string

        first attribute to check

      • Rest ...otherAttributes: string[]

        other attributes to check

        -

      Returns boolean

    \ No newline at end of file +

    Returns boolean

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.linktarget.ui.CustomLinkTargetInputFormView.html b/docs/api/classes/ckeditor5_coremedia_link.linktarget.ui.CustomLinkTargetInputFormView.html index c25314bcf..9e926c2c0 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.linktarget.ui.CustomLinkTargetInputFormView.html +++ b/docs/api/classes/ckeditor5_coremedia_link.linktarget.ui.CustomLinkTargetInputFormView.html @@ -2,7 +2,7 @@ It is used to edit a custom target. It consists of a basic input field (with label) and two buttons (save & cancel) Keystrokes and focus are handled accordingly.

    -

    Hierarchy

    Constructors

    Hierarchy

    • default
      • CustomLinkTargetInputFormView

    Constructors

    Properties

    cancelButtonView: default
    disableCssTransitions: (() => void)

    Type declaration

      • (): void
      • Returns void

    enableCssTransitions: (() => void)

    Type declaration

      • (): void
      • Returns void

    focusTracker: default
    keystrokes: default
    labeledInput: default<default>
    saveButtonView: default

    Methods

    • We need to handle key inputs and focus management for the view and its items +

    Constructors

    Properties

    cancelButtonView: default
    disableCssTransitions: (() => void)

    Type declaration

      • (): void
      • Returns void

    enableCssTransitions: (() => void)

    Type declaration

      • (): void
      • Returns void

    focusTracker: default
    keystrokes: default
    labeledInput: default<default>
    saveButtonView: default

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_link.linktarget.ui.CustomLinkTargetUI.html b/docs/api/classes/ckeditor5_coremedia_link.linktarget.ui.CustomLinkTargetUI.html index 64298a6cd..bf99ec01a 100644 --- a/docs/api/classes/ckeditor5_coremedia_link.linktarget.ui.CustomLinkTargetUI.html +++ b/docs/api/classes/ckeditor5_coremedia_link.linktarget.ui.CustomLinkTargetUI.html @@ -1,11 +1,11 @@ CustomLinkTargetUI | CoreMedia CKEditor 5 Plugins

    Adds a button to the LinkUI for selecting a custom target, i.e., if the button is pressed, an input field pops up to enter any string as linkTarget.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns CustomLinkTargetUI

      Inherit Doc

    Properties

    linkUI: default

    LinkUI Plugin. Initialized on init.

    -
    customTargetButtonName: string = "customLinkTargetButton"
    pluginName: "CustomLinkTargetUI" = ...
    requires: (typeof default | typeof default)[] = ...

    Methods

    \ No newline at end of file +
    customTargetButtonName: string = "customLinkTargetButton"
    pluginName: "CustomLinkTargetUI" = ...
    requires: (typeof default | typeof default)[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.CoreMediaRichText.html b/docs/api/classes/ckeditor5_coremedia_richtext.CoreMediaRichText.html index cfb4850e6..339df4d0f 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.CoreMediaRichText.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.CoreMediaRichText.html @@ -1,6 +1,6 @@ CoreMediaRichText | CoreMedia CKEditor 5 Plugins

    Applies a data-processor for CoreMedia RichText 1.0 support.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns CoreMediaRichText

      Inherit Doc

    Properties

    pluginName: "CoreMediaRichText" = COREMEDIA_RICHTEXT_PLUGIN_NAME
    requires: typeof LinkIntegration[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "CoreMediaRichText" = COREMEDIA_RICHTEXT_PLUGIN_NAME
    requires: typeof LinkIntegration[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.RichTextDataProcessor.html b/docs/api/classes/ckeditor5_coremedia_richtext.RichTextDataProcessor.html index ff46f5c0e..4fde0728b 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.RichTextDataProcessor.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.RichTextDataProcessor.html @@ -1,5 +1,5 @@ RichTextDataProcessor | CoreMedia CKEditor 5 Plugins

    Data-Processor for CoreMedia RichText 1.0.

    -

    Hierarchy

    • Observable<this>
      • RichTextDataProcessor

    Implements

    • default

    Constructors

    Hierarchy

    • Observable<this>
      • RichTextDataProcessor

    Implements

    • default

    Constructors

    Methods

    Constructors

    Methods

    • Adds a single rule configuration.

      +

    Returns RichTextDataProcessor

    Methods

    • Adds a set of rules to the configuration.

      +

    Returns void

    Returns void

    \ No newline at end of file +

    Returns default

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.RichTextXmlWriter.html b/docs/api/classes/ckeditor5_coremedia_richtext.RichTextXmlWriter.html index 1d712a1d9..bd007591b 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.RichTextXmlWriter.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.RichTextXmlWriter.html @@ -1,4 +1,4 @@ RichTextXmlWriter | CoreMedia CKEditor 5 Plugins

    Transforms fragment to a string representing CoreMedia RichText.

    -

    Constructors

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.ToDataProcessor.html b/docs/api/classes/ckeditor5_coremedia_richtext.ToDataProcessor.html index d8f5fd793..88d1b15ad 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.ToDataProcessor.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.ToDataProcessor.html @@ -1,14 +1,14 @@ ToDataProcessor | CoreMedia CKEditor 5 Plugins

    This class is responsible for the toData processing.

    -

    Constructors

    Constructors

    Methods

    • Internal toData transformation, especially meant for testing purpose.

      +

    Returns ToDataProcessor

    Methods

    • Internal toData transformation, especially meant for testing purpose.

      Parameters

      • fromView: Node | DocumentFragment

        the fragment created from view

      • Optional targetDocument: Document

        the target document, which will get the elements added and will be transformed according to the rules

      Returns Document

      the transformed CoreMedia RichText XML

      -
    \ No newline at end of file +

    Returns Document

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.compatibility.v10.RichTextSchema.html b/docs/api/classes/ckeditor5_coremedia_richtext.compatibility.v10.RichTextSchema.html index f2b305614..3381cd830 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.compatibility.v10.RichTextSchema.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.compatibility.v10.RichTextSchema.html @@ -1,24 +1,24 @@ RichTextSchema | CoreMedia CKEditor 5 Plugins

    Representation of CoreMedia RichText 1.0 Schema.

    -

    Constructors

    Constructors

    Methods

    • Final clean-up of attributes. +

    Constructors

    Methods

    • Final clean-up of hierarchy. +

    Returns void

    Returns void

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.compatibility.v10.V10RichTextDataProcessor.html b/docs/api/classes/ckeditor5_coremedia_richtext.compatibility.v10.V10RichTextDataProcessor.html index 4750c4c3b..481ae82e3 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.compatibility.v10.V10RichTextDataProcessor.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.compatibility.v10.V10RichTextDataProcessor.html @@ -1,5 +1,5 @@ V10RichTextDataProcessor | CoreMedia CKEditor 5 Plugins

    Data-Processor for CoreMedia RichText 1.0.

    -

    Hierarchy

    • Observable<this>
      • V10RichTextDataProcessor

    Implements

    • default

    Constructors

    Hierarchy

    • Observable<this>
      • V10RichTextDataProcessor

    Implements

    • default

    Constructors

    Accessors

    • get richTextSchema(): RichTextSchema
    • Exposes the richtext schema indirectly to the filters. It will be accessed +

    Constructors

    Accessors

    Methods

    Methods

    • Prepares toData transformation.

      Parameters

      • viewFragment: default

        view fragment to transform

      Returns {
          domFragment: Node | DocumentFragment;
          fragmentAsStringForDebugging: string;
          richTextDocument: Document;
      }

      richTextDocument the (empty) document, which shall receive the transformed data; domFragment the view DOM-structure to transform; fragmentAsStringForDebugging some representation of domFragment to be used for debugging — it will only be initialized, if debug logging is turned on.

      -
      • domFragment: Node | DocumentFragment
      • fragmentAsStringForDebugging: string
      • richTextDocument: Document
    • Transforms CKEditor HTML to CoreMedia RichText 1.0. Note, that to trigger data processor for empty text as well, you have to set the option trim: 'none' on CKEditor.getData().

      Parameters

      • viewFragment: default

        fragment from view model to process

      Returns string

      CoreMedia RichText 1.0 XML as string

      -
    • Internal toData transformation, especially meant for testing purpose.

      Parameters

      • fromView: Node | DocumentFragment

        the fragment created from view

      • Optional targetDocument: Document

        the target document, which will get the elements added and will be transformed according to the rules

      Returns string

      the transformed CoreMedia RichText XML

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.integrations.LinkIntegration.html b/docs/api/classes/ckeditor5_coremedia_richtext.integrations.LinkIntegration.html index 44d9f74c4..5203b1794 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.integrations.LinkIntegration.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.integrations.LinkIntegration.html @@ -1,6 +1,6 @@ LinkIntegration | CoreMedia CKEditor 5 Plugins

    Provides integration with the CKEditor 5 Link Feature.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns LinkIntegration

      Inherit Doc

    Properties

    pluginName: "LinkIntegration" = ...
    requires: typeof LinkAttributes[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "LinkIntegration" = ...
    requires: typeof LinkAttributes[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.ElementConfig.html b/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.ElementConfig.html index 7fe808f2f..f77f90e03 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.ElementConfig.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.ElementConfig.html @@ -1,16 +1,16 @@ ElementConfig | CoreMedia CKEditor 5 Plugins

    An element configuration that should resemble the definition within a DTD.

    -

    Constructors

    Constructors

    Properties

    Methods

    Constructors

    Properties

    allowed: ElementContent[] = []

    allowed nested elements

    -
    attributes: Required<AttributeDefinitionConfig>[] = []

    allowed attributes along with their definitions

    -

    Methods

    • Processes validation for the given element and applies required DOM +

    Returns ElementConfig

    Properties

    allowed: ElementContent[] = []

    allowed nested elements

    +
    attributes: Required<AttributeDefinitionConfig>[] = []

    allowed attributes along with their definitions

    +

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.RichTextSanitizer.html b/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.RichTextSanitizer.html index 380144475..7ca4e318f 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.RichTextSanitizer.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.RichTextSanitizer.html @@ -1,20 +1,20 @@ RichTextSanitizer | CoreMedia CKEditor 5 Plugins

    Sanitizes CoreMedia Rich Text 1.0, so that it can be stored at CoreMedia CMS without validation issues. Note that less strict checking may violate this goal.

    -

    Constructors

    Constructors

    Properties

    Methods

    Constructors

    Properties

    listener: SanitationListener = silentSanitationListener

    listener for sanitizing events

    -
    strictness: Strictness = Strictness.STRICT

    strictness to apply

    -

    Methods

    • Sanitizes the given document, so that it could be stored on CoreMedia CMS +

    Returns RichTextSanitizer

    Properties

    listener: SanitationListener = silentSanitationListener

    listener for sanitizing events

    +
    strictness: Strictness = Strictness.STRICT

    strictness to apply

    +

    Methods

    • Sanitizes the given document, so that it could be stored on CoreMedia CMS with enabled CoreMedia Rich Text 1.0 validation.

      Any severe issues reported to the listener should be addressed by adapting the data-processing configuration accordingly.

      Type Parameters

      • T extends Document

      Parameters

      • document: T

        document to sanitize

      Returns false | T

      document (as is, but possibly with modifications applied) or false if documentElement does not match requirements.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.SanitationListener.html b/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.SanitationListener.html index 6e9868bfe..263c9d207 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.SanitationListener.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.SanitationListener.html @@ -1,4 +1,4 @@ -SanitationListener | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    constructor +SanitationListener | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.TrackingSanitationListener.html b/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.TrackingSanitationListener.html index 73fc2dcb5..30637aba0 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.TrackingSanitationListener.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext.sanitation.TrackingSanitationListener.html @@ -3,7 +3,7 @@ purpose though is to report visible on possible misconfiguration, that needs to be adapted. That is why in some events, the final statistics are logged with a warning.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext_support.CoreMediaRichText10Dtd.html b/docs/api/classes/ckeditor5_coremedia_richtext_support.CoreMediaRichText10Dtd.html index 84c311665..3a9ca7cfa 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext_support.CoreMediaRichText10Dtd.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext_support.CoreMediaRichText10Dtd.html @@ -11,7 +11,7 @@ expect it to be mapped to data-xlink-actuate for HTML. That is why the configuration adds the known attribute data-xlink-actuate for element <a>, for example.

    -

    Constructors

    Constructors

    Properties

    a attrs attrsBlockElements @@ -28,4 +28,4 @@ tbody td tr -

    Constructors

    Properties

    attrsBlockElements: ReducedMatcherPattern = ...
    attrsInlineElements: ReducedMatcherPattern = ...
    blockquote: ReducedMatcherPattern = ...
    cellhalign: ReducedMatcherPattern = ...
    cellvalign: ReducedMatcherPattern = ...
    coreattrs: ReducedMatcherPattern = ...
    \ No newline at end of file +

    Constructors

    Properties

    attrsBlockElements: ReducedMatcherPattern = ...
    attrsInlineElements: ReducedMatcherPattern = ...
    blockquote: ReducedMatcherPattern = ...
    cellhalign: ReducedMatcherPattern = ...
    cellvalign: ReducedMatcherPattern = ...
    coreattrs: ReducedMatcherPattern = ...
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext_support.GeneralRichTextSupport.html b/docs/api/classes/ckeditor5_coremedia_richtext_support.GeneralRichTextSupport.html index 5e5a13895..0f311d33a 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext_support.GeneralRichTextSupport.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext_support.GeneralRichTextSupport.html @@ -1,7 +1,7 @@ GeneralRichTextSupport | CoreMedia CKEditor 5 Plugins

    Wrapper plugin to enable GeneralRichTextSupport based on CKEditor's General HTML Support feature.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns GeneralRichTextSupport

      Inherit Doc

    Properties

    pluginName: "GeneralRichTextSupport" = ...
    requires: (typeof default | typeof RichTextDataFilter)[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "GeneralRichTextSupport" = ...
    requires: (typeof default | typeof RichTextDataFilter)[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_richtext_support.RichTextDataFilter.html b/docs/api/classes/ckeditor5_coremedia_richtext_support.RichTextDataFilter.html index 4dc7ca5fe..12b83099a 100644 --- a/docs/api/classes/ckeditor5_coremedia_richtext_support.RichTextDataFilter.html +++ b/docs/api/classes/ckeditor5_coremedia_richtext_support.RichTextDataFilter.html @@ -7,15 +7,15 @@

    In addition to the CoreMedia RichText 1.0 DTD, the default configuration also adds alias elements, such as <h1> to <h6>, which are also a result of the default data-processing.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns RichTextDataFilter

      Inherit Doc

    Properties

    pluginName: "GeneralRichTextDataFilter" = ...
    requires: typeof default[] = ...

    Methods

    • Adds the given inheriting patterns to the filter configuration. +

    Constructors

    Properties

    pluginName: "GeneralRichTextDataFilter" = ...
    requires: typeof default[] = ...

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_essentials.CoreMediaStudioEssentials.html b/docs/api/classes/ckeditor5_coremedia_studio_essentials.CoreMediaStudioEssentials.html index ae5e6aa24..9317bea7c 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_essentials.CoreMediaStudioEssentials.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_essentials.CoreMediaStudioEssentials.html @@ -4,7 +4,7 @@
  • CoreMedia RichText
  • CoreMedia General RichText Support
  • -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    • Parameters

      • editor: default

      Returns CoreMediaStudioEssentials

      Inherit Doc

    Properties

    pluginName: "CoreMediaStudioEssentials" = ...
    requires: (typeof GeneralRichTextSupport | typeof CoreMediaRichText)[] = ...
    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "CoreMediaStudioEssentials" = ...
    requires: (typeof GeneralRichTextSupport | typeof CoreMediaRichText)[] = ...
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.MockBlocklistService.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.MockBlocklistService.html index 6d487be56..f87f8a279 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.MockBlocklistService.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.MockBlocklistService.html @@ -2,7 +2,7 @@

    The service provides an empty list and adds the words, that are present in the default example app editor after a short period of time.

    -

    Hierarchy (view full)

    Implements

    Constructors

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Methods

    Constructors

    Properties

    pluginName: "MockBlocklistService" = ...
    requires: typeof MockServiceAgentPlugin[] = ...

    Methods

    Properties

    pluginName: "MockBlocklistService" = ...
    requires: typeof MockServiceAgentPlugin[] = ...

    Methods

    • Returns all entries of the blocklist.

      +

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.MockStudioIntegration.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.MockStudioIntegration.html index bac19b7b7..b83637b4e 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.MockStudioIntegration.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.MockStudioIntegration.html @@ -1,6 +1,6 @@ MockStudioIntegration | CoreMedia CKEditor 5 Plugins

    Plugin to provide mocked CoreMedia Studio Integration.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns MockStudioIntegration

      Inherit Doc

    Properties

    pluginName: string = PLUGIN_NAME
    requires: (typeof MockContentPlugin | typeof MockServiceAgentPlugin | typeof MockBlocklistService | typeof MockExternalContentPlugin)[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: string = PLUGIN_NAME
    requires: (typeof MockContentPlugin | typeof MockServiceAgentPlugin | typeof MockBlocklistService | typeof MockExternalContentPlugin)[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockBlobDisplayService.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockBlobDisplayService.html index ebfbc5ac4..152d850f1 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockBlobDisplayService.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockBlobDisplayService.html @@ -1,13 +1,13 @@ MockBlobDisplayService | CoreMedia CKEditor 5 Plugins

    Service to receive data from blobs like images, audio data, etc.

    -

    Implements

    Constructors

    Implements

    Constructors

    Methods

    Methods

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockClipboardService.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockClipboardService.html index 451474d60..eb32754d0 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockClipboardService.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockClipboardService.html @@ -1,6 +1,6 @@ -MockClipboardService | CoreMedia CKEditor 5 Plugins

    Implements

    • ClipboardService

    Constructors

    constructor +MockClipboardService | CoreMedia CKEditor 5 Plugins

    Implements

    • ClipboardService

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockContentDisplayService.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockContentDisplayService.html index 187e4ec8c..9d1274ece 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockContentDisplayService.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockContentDisplayService.html @@ -4,13 +4,13 @@

    For custom contents, like for example to simulate actively modified contents, simulate slow loading contents, you may register such contents with a given ID at MockContentPlugin.

    -

    Implements

    Constructors

    Implements

    Constructors

    Methods

    Methods

    \ No newline at end of file +

    Parameters

    • uriPath: string

    Returns Promise<string>

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockContentPlugin.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockContentPlugin.html index adcd588f8..b23e61101 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockContentPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockContentPlugin.html @@ -6,24 +6,24 @@ reasonable state.

    Example

    ClassicEditor
    .create( document.querySelector( '#editor' ), {
    'coremedia:mock-content': {
    defaults: {
    initialDelayMs: 0,
    changeDelayMs: 10000,
    },
    contents: [
    { id: 2, name: 'Static Name' },
    { id: 4, name: 'An Article', type: 'CMArticle' },
    // Will toggle names back and forth.
    { id: 6, name: ['First Name', 'Second Name'] },
    // Very Fast: Will toggle names back and forth.
    { id: 8, name: ['First Name', 'Second Name'], changeDelayMs: 1 },
    // Represents a checked out document.
    { id: 10, editing: true },
    // Represents a document, which is being worked on.
    { id: 12, editing: [true, false] },
    // Represents an unreadable document.
    { id: 14, readable: false },
    // Represents a document changing readable state.
    { id: 16, readable: [ false, true ] },
    ]
    },
    } )
    .then( ... )
    .catch( ... );
    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns MockContentPlugin

      Inherit Doc

    Properties

    pluginName: string = PLUGIN_NAME

    Methods

    • Add well-known contents by ID. This overrides any possible default or +

    Constructors

    Properties

    pluginName: string = PLUGIN_NAME

    Methods

    Returns boolean

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockDragDropService.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockDragDropService.html index d4e7e79da..a7fe3f43e 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockDragDropService.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockDragDropService.html @@ -1,9 +1,9 @@ MockDragDropService | CoreMedia CKEditor 5 Plugins

    MockDragDropService for the example app.

    The original DragDropService only provides two properties which are written on drag and drop. To simulate the behavior without a dependency this service provides the same attributes.

    -

    Implements

    • DragDropService

    Constructors

    Implements

    • DragDropService

    Constructors

    Properties

    dataTransferItems: undefined | string
    dragData: string
    dragGroups: string

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    dataTransferItems: undefined | string
    dragData: string
    dragGroups: string

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockExternalContentPlugin.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockExternalContentPlugin.html index 42c60d9c1..1f1cb9a20 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockExternalContentPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockExternalContentPlugin.html @@ -1,4 +1,4 @@ -MockExternalContentPlugin | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    constructor +MockExternalContentPlugin | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns MockExternalContentPlugin

      Inherit Doc

    Properties

    pluginName: string = PLUGIN_NAME
    requires: typeof MockContentPlugin[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    • Parameters

      • editor: default

      Returns MockExternalContentPlugin

      Inherit Doc

    Properties

    pluginName: string = PLUGIN_NAME
    requires: typeof MockContentPlugin[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockInputExamplePlugin.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockInputExamplePlugin.html index b0fdad164..2ced9f673 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockInputExamplePlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockInputExamplePlugin.html @@ -1,22 +1,22 @@ MockInputExamplePlugin | CoreMedia CKEditor 5 Plugins

    A Plugin to create drag & drop mock data inside the example app and tests.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns MockInputExamplePlugin

      Inherit Doc

    Properties

    pluginName: string = PLUGIN_NAME

    Methods

    • Triggers the evaluation if the given uris are linkable in the richtext.

      +

    Constructors

    • Parameters

      • editor: default

      Returns MockInputExamplePlugin

      Inherit Doc

    Properties

    pluginName: string = PLUGIN_NAME

    Methods

    • Triggers the evaluation if the given uris are linkable in the richtext.

      First call triggers the evaluation while subsequent calls will just return the evaluation state, which means either "PENDING" or the result.

      This is needed for "dragover" because the event is executed synchronously but multiple times (when moving the cursor further).

      This function can be used in tests to ensure a drop is allowed.

      Parameters

      • uris: string[]

        the uris to evaluate if they are linkable.

        -

      Returns undefined | IsLinkableEvaluationResult

    • Triggers the evaluation if the given uris are droppable in the richtext.

      +

    Returns undefined | IsLinkableEvaluationResult

    \ No newline at end of file +

    Returns undefined | IsDroppableEvaluationResult

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockRichtextConfigurationService.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockRichtextConfigurationService.html index 422e1a119..97432da65 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockRichtextConfigurationService.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockRichtextConfigurationService.html @@ -2,24 +2,24 @@ an application such as CoreMedia Studio.

    The application is required providing an implementation for this interface to use plugins based on this configuration.

    -

    Implements

    Constructors

    Implements

    Constructors

    Methods

    Methods

    • Signals, if the entity described by the given URI path (typically +

    Returns Promise<boolean>

    Returns Promise<boolean>

    \ No newline at end of file +

    Returns Promise<string>

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockServiceAgentPlugin.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockServiceAgentPlugin.html index 226651079..85cfd6dda 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockServiceAgentPlugin.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockServiceAgentPlugin.html @@ -1,5 +1,5 @@ -MockServiceAgentPlugin | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    constructor +MockServiceAgentPlugin | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns MockServiceAgentPlugin

      Inherit Doc

    Properties

    pluginName: string = PLUGIN_NAME

    Methods

    \ No newline at end of file +

    Constructors

    • Parameters

      • editor: default

      Returns MockServiceAgentPlugin

      Inherit Doc

    Properties

    pluginName: string = PLUGIN_NAME

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockWorkAreaService.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockWorkAreaService.html index 5ced3bfd2..a4b594510 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockWorkAreaService.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MockWorkAreaService.html @@ -1,10 +1,10 @@ -MockWorkAreaService | CoreMedia CKEditor 5 Plugins

    Implements

    • WorkAreaService

    Constructors

    constructor +MockWorkAreaService | CoreMedia CKEditor 5 Plugins

    Implements

    • WorkAreaService

    Constructors

    Properties

    lastOpenedEntities: unknown[] = []

    The entities that were triggered to open latest. +

    Constructors

    Properties

    lastOpenedEntities: unknown[] = []

    The entities that were triggered to open latest. Used for testing purposes to verify if the openEntitiesInTab has been triggered.

    -

    Methods

    \ No newline at end of file +

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertyObservationHandler.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertyObservationHandler.html index d6affb4ff..bae881852 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertyObservationHandler.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertyObservationHandler.html @@ -2,11 +2,11 @@ value is given, this value will be provided once and subscription is then completed. For more than one value, the list of values is iterated through, and at the end started again from the beginning.

    -

    Type Parameters

    Constructors

    Type Parameters

    • T

    Constructors

    Accessors

    Constructors

    Accessors

    • get subscription(): Subscription<T>
    • Provides a subscription to be used by RxJS based on the +

    Returns MutablePropertyObservationHandler<T>

    Accessors

    \ No newline at end of file +

    Returns Subscription<T>

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.ObservableMutableProperty.html b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.ObservableMutableProperty.html index 553e3b573..ca2ecbcce 100644 --- a/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.ObservableMutableProperty.html +++ b/docs/api/classes/ckeditor5_coremedia_studio_integration_mock.content.ObservableMutableProperty.html @@ -4,5 +4,5 @@ provide a change delay less than 1 (one). Then, the values will only be provided once. In all other cases, provided values will loop over time until subscription ends.

    -

    Type Parameters

    Hierarchy

    Constructors

    Constructors

    \ No newline at end of file +

    Type Parameters

    Hierarchy

    Constructors

    Constructors

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_data_facade.ContextMismatchError.html b/docs/api/classes/ckeditor5_data_facade.ContextMismatchError.html index 2f3d0907f..7eb3334ca 100644 --- a/docs/api/classes/ckeditor5_data_facade.ContextMismatchError.html +++ b/docs/api/classes/ckeditor5_data_facade.ContextMismatchError.html @@ -1,9 +1,9 @@ ContextMismatchError | CoreMedia CKEditor 5 Plugins

    An error raised, when the context when getting the data does not match the current context anymore.

    -

    Hierarchy

    • Error
      • ContextMismatchError

    Constructors

    Hierarchy

    • Error
      • ContextMismatchError

    Constructors

    Properties

    Methods

    Constructors

    Properties

    actual?: string

    The actual context as of previously set data.

    -
    expected?: string

    The expected context data got requested for.

    -

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    actual?: string

    The actual context as of previously set data.

    +
    expected?: string

    The expected context data got requested for.

    +

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_data_facade.DataFacade.html b/docs/api/classes/ckeditor5_data_facade.DataFacade.html index 47f161b59..bec2bbbb6 100644 --- a/docs/api/classes/ckeditor5_data_facade.DataFacade.html +++ b/docs/api/classes/ckeditor5_data_facade.DataFacade.html @@ -16,22 +16,22 @@ possibly important not to signal a change when the change is irrelevant. It may cause overhead such as additional network communication, subsequent publication steps or even may trigger translation processes.

    -

    Hierarchy (view full)

    Implements

    Constructors

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    pluginName: "DataFacade" = "DataFacade"

    Accessors

    Methods

    • Gets the data, possibly from cache either if the editor is not ready yet, +

    Constructors

    Properties

    pluginName: "DataFacade" = "DataFacade"

    Accessors

    Methods

    Returns string

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_data_facade.DataFacadeController.html b/docs/api/classes/ckeditor5_data_facade.DataFacadeController.html index deaa3607c..60982c3c4 100644 --- a/docs/api/classes/ckeditor5_data_facade.DataFacadeController.html +++ b/docs/api/classes/ckeditor5_data_facade.DataFacadeController.html @@ -23,7 +23,7 @@ control flow may be roughly sketched as follows:

    import { DataFacade, DataFacadeController } from "@coremedia/ckeditor5-data-facade";

    const standaloneController = new DataFacadeController();

    // You may set (and get) data already now.
    standaloneController.setData("<p>Hello Standalone!</p>");

    ClassicEditor
    .create( document.querySelector( '#editor' ), {
    plugins: [
    // Transitive Dependency on Autosave.
    DataFacade,
    ],
    autosave: {
    // no save needed
    waitingTime: 5000, // in ms
    },
    dataFacade: {
    save(controller) {
    // saveData providing a promise to store data
    // in an external data storage.
    return saveData( controller.getData() );
    }
    }
    })
    .then( (editor) => {
    // Will turn the controller into delegating mode.
    standaloneController.init(editor);
    })
    .catch( (error) => {
    console.error( error );
    } );

    // Now the standalone controller delegates to the
    // embedded controller.
    standaloneController.setData("<p>Hello Delegating!</p>");
    -

    Implements

    Constructors

    Implements

    Constructors

    Accessors

    Methods

    getData @@ -34,21 +34,21 @@ required to provide an editor. From within a plugin context, providing the editor is expected.

    Parameters

    • Optional editor: default

      optional editor to bind to

      -

    Returns DataFacadeController

    Accessors

    Methods

    • Gets the data, possibly from cache either if the editor is not ready yet, +

    Returns DataFacadeController

    Accessors

    Methods

    Returns string

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dataprocessor_support.ElementProxy.html b/docs/api/classes/ckeditor5_dataprocessor_support.ElementProxy.html index baa28cab6..df6a1918a 100644 --- a/docs/api/classes/ckeditor5_dataprocessor_support.ElementProxy.html +++ b/docs/api/classes/ckeditor5_dataprocessor_support.ElementProxy.html @@ -1,6 +1,6 @@ ElementProxy | CoreMedia CKEditor 5 Plugins

    A wrapper for a given element, which allows storing changes to be applied to the DOM structure later on.

    -

    Hierarchy (view full)

    Implements

    Constructors

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    classList node parentRule @@ -42,51 +42,51 @@
  • namespaces: Namespaces = DEFAULT_NAMESPACES

    the namespaces to take into account

  • mutable: boolean = true

    signals, if this proxy should be mutable; trying to modify an immutable proxy will raise an error.

    -
  • Returns ElementProxy

    Properties

    classList: DOMTokenList = ...

    A mutable list of classes applied to the element.

    -
    node: ElementProxy = ...

    Represents the node instance. For ElementProxy this is just the +

    Returns ElementProxy

    Properties

    classList: DOMTokenList = ...

    A mutable list of classes applied to the element.

    +
    node: ElementProxy = ...

    Represents the node instance. For ElementProxy this is just the proxy class itself.

    Mimics ElementFilterParams, which helps to deal with rule processing.

    -
    parentRule: ElementFilterRule = ...

    Represents the parent rule. No-Operation rule for ElementProxy.

    +
    parentRule: ElementFilterRule = ...

    Represents the parent rule. No-Operation rule for ElementProxy.

    Mimics ElementFilterParams, which helps to deal with rule processing.

    -

    Accessors

    Accessors

    • get attributes(): AttributeMap
    • Provides access to the attributes of the element. Any modifications are interpreted as modification requests, thus, they are not directly forwarded to the element, but need to be persisted later on.

      Setting an attribute to a new value, will change the value later on. Deleting an attribute, or setting its value to null will later remove the attribute from the element.

      -

      Returns AttributeMap

    • get delegate(): Element
    • Returns the wrapped delegate.

      This delegate should not be used for directly manipulating the DOM, as nested rules may not veto applied changes.

      If a manipulation is done, it must be ensured, that previously run rules on this node may be rerun. It is generally considered safe to do manipulation to child elements, as these are processed after this node, so that all applicable rules have a chance to modify these nodes again.

      -

      Returns Element

    • get editor(): default
    • Represents the editor instance. May be used to access configuration options +

      Returns Element

    • get editor(): default
    • Represents the editor instance. May be used to access configuration options for example.

      Mimics ElementFilterParams, which helps to deal with rule processing.

      -

      Returns default

    • get element(): Element
    • Get direct access to the delegate element.

      -

      Returns Element

    • get element(): Element
    • Get direct access to the delegate element.

      +

      Returns Element

    • get empty(): boolean
    • Signals, if this node is empty, thus, has no child nodes.

      Returns boolean

      See

      isEmpty

      -
    • get lastNode(): boolean
    • Signals, if this is the last node in parent. Always false if no +

    • get lastNode(): boolean
    • Signals, if this is the last node in parent. Always false if no parent exists.

      -

      Returns boolean

    • get mutable(): boolean
    • Signals, if this element is mutable.

      -

      Returns boolean

    • get name(): string
    • Retrieve the name of the element. +

      Returns boolean

    • get mutable(): boolean
    • Signals, if this element is mutable.

      +

      Returns boolean

    • get name(): string
    • Retrieve the name of the element. If the name got changed, will return this changed name instead.

      -

      Returns string

    • set name(newName): void
    • Set a new name for this element. Setting a name different to the original +

      Returns string

    • set name(newName): void
    • Set a new name for this element. Setting a name different to the original name signals, that in the end the delegate element shall be replaced by the new element.

      Parameters

      • newName: string

        new name for the element; case does not matter.

        -

      Returns void

    • get namespaceURI(): null | string
    • Get namespace URI of current element.

      -

      Returns null | string

    • get ownerDocument(): Document
    • Access owner document.

      -

      Returns Document

    • get parentElement(): null | NodeProxy<HTMLElement>
    • Access to the parent element of this node.

      -

      Returns null | NodeProxy<HTMLElement>

    • get parentNode(): null | NodeProxy<Node & ParentNode>
    • Access to the parent node of this node.

      -

      Returns null | NodeProxy<Node & ParentNode>

    • get realName(): string
    • Retrieves the name of the node (lower case). +

    Returns void

    Returns void

    Methods

    Returns void

    Methods

    Returns PersistResponse

    Returns null | NodeProxy<ChildNode>

    Returns boolean

    Returns PersistResponse

    Returns ElementProxy

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dataprocessor_support.HtmlFilter.html b/docs/api/classes/ckeditor5_dataprocessor_support.HtmlFilter.html index 189ac73a2..099c95883 100644 --- a/docs/api/classes/ckeditor5_dataprocessor_support.HtmlFilter.html +++ b/docs/api/classes/ckeditor5_dataprocessor_support.HtmlFilter.html @@ -16,6 +16,6 @@
  • Class Filter (CKEDITOR.htmlParser.filter)
  • Class Node (CKEDITOR.htmlParser.node) — CKEditor 4 API docs
  • -

    Constructors

    Constructors

    Methods

    Constructors

    Methods

    \ No newline at end of file +

    Constructors

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dataprocessor_support.NodeProxy.html b/docs/api/classes/ckeditor5_dataprocessor_support.NodeProxy.html index 9a390b721..91131202f 100644 --- a/docs/api/classes/ckeditor5_dataprocessor_support.NodeProxy.html +++ b/docs/api/classes/ckeditor5_dataprocessor_support.NodeProxy.html @@ -1,6 +1,6 @@ NodeProxy | CoreMedia CKEditor 5 Plugins

    A wrapper for DOM nodes, to store changes to be applied to the DOM structure later on.

    -

    Type Parameters

    • N extends Node = Node

    Hierarchy (view full)

    Constructors

    Type Parameters

    • N extends Node = Node

    Hierarchy (view full)

    Constructors

    Accessors

    delegate empty lastNode @@ -30,29 +30,29 @@

    Constructors

    • Constructor.

      Type Parameters

      • N extends Node = Node

      Parameters

      • delegate: N

        delegate to wrap

      • mutable: boolean = true

        signals, if this representation is mutable or not

        -

      Returns NodeProxy<N>

    Accessors

    • get delegate(): N
    • Returns the wrapped delegate.

      +

    Returns NodeProxy<N>

    Accessors

    • get delegate(): N
    • Returns the wrapped delegate.

      This delegate should not be used for directly manipulating the DOM, as nested rules may not veto applied changes.

      If a manipulation is done, it must be ensured, that previously run rules on this node may be rerun. It is generally considered safe to do manipulation to child elements, as these are processed after this node, so that all applicable rules have a chance to modify these nodes again.

      -

      Returns N

    • get empty(): boolean
    • Signals, if this node is empty, thus, has no child nodes.

      +

      Returns N

    • get empty(): boolean
    • Signals, if this node is empty, thus, has no child nodes.

      Returns boolean

      See

      isEmpty

      -
    • get lastNode(): boolean
    • Signals, if this is the last node in parent. Always false if no +

    • get lastNode(): boolean
    • Signals, if this is the last node in parent. Always false if no parent exists.

      -

      Returns boolean

    • get mutable(): boolean
    • Signals, if this element is mutable.

      -

      Returns boolean

    • get name(): string
    • Retrieves the name of the node (lower case).

      -

      Returns string

    • get ownerDocument(): null | Document
    • Access owner document.

      -

      Returns null | Document

    • get realName(): string
    • Retrieves the name of the node (lower case). +

      Returns boolean

    • get mutable(): boolean
    • Signals, if this element is mutable.

      +

      Returns boolean

    • get name(): string
    • Retrieves the name of the node (lower case).

      +

      Returns string

    • get ownerDocument(): null | Document
    • Access owner document.

      +

      Returns null | Document

    • get realName(): string
    • Retrieves the name of the node (lower case). If renaming is supported by this instance, it may differ from name, otherwise, it is the same.

      -

      Returns string

    • get remove(): boolean
    • Signals, if this node is meant to be removed. This includes recursive +

      Returns string

    • get remove(): boolean
    • Signals, if this node is meant to be removed. This includes recursive removal (including children) as well as just removing this node (replacing it by its children).

      -

      Returns boolean

    • set remove(remove): void
    • Signals, if this mutable element represents a state, where the element +

      Returns boolean

    • set remove(remove): void
    • Signals, if this mutable element represents a state, where the element shall be removed, including all its children.

      It is important to note, that setting this modifies the @@ -71,46 +71,46 @@ with two white space characters in the middle. You may want to detect such states, and remove the duplicate space. You shouldn't do this, though, if -you are within a space preserving context such as `

      `.

      Parameters

      • remove: boolean

      Returns void

    • get removeChildren(): boolean
    • Signals, if this node represents a state, where the children of the node +you are within a space preserving context such as `

      `.

      Parameters

      • remove: boolean

      Returns void

    • get removeChildren(): boolean
    • Signals, if this node represents a state, where the children of the node should be removed.

      -

      Returns boolean

    • set removeChildren(remove): void
    • Sets, if this node represents a state, where the children of the node +

      Returns boolean

    • set removeChildren(remove): void
    • Sets, if this node represents a state, where the children of the node shall be removed.

      It is important to note, that setting this modifies the NodeProxy#state, thus setting this overrides any other decisions upon the state of the node.

      Parameters

      • remove: boolean

        true to mark as remove children; false otherwise.

        -

      Returns void

    • get replaceByChildren(): boolean
    • Signals, if this node represents a state, where the node +

    Returns void

    Methods

    • Helper function for return value, which signals to continue with +

    Returns void

    Methods

    Returns PersistResponse

    Returns null | NodeProxy<ChildNode>

    Returns boolean

    Returns PersistResponse

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dataprocessor_support.TextProxy.html b/docs/api/classes/ckeditor5_dataprocessor_support.TextProxy.html index f095dd79a..c13639624 100644 --- a/docs/api/classes/ckeditor5_dataprocessor_support.TextProxy.html +++ b/docs/api/classes/ckeditor5_dataprocessor_support.TextProxy.html @@ -2,7 +2,7 @@ are temporary, until you decide to persist the changes. Note, that a persisted proxy should not be re-used as it may cause unexpected results or may even fail.

    -

    Hierarchy (view full)

    Implements

    Constructors

    Hierarchy (view full)

    Implements

    Constructors

    Properties

    editor node parentRule @@ -39,37 +39,37 @@
  • editor: default

    CKEditor instance

  • mutable: boolean = true

    signals, if this proxy should be mutable; trying to modify an immutable proxy will raise an error.

    -
  • Returns TextProxy

    Properties

    editor: default

    Represents the editor instance. May be used to access configuration options +

    Returns TextProxy

    Properties

    editor: default

    Represents the editor instance. May be used to access configuration options for example.

    Mimics TextFilterParams, which helps to deal with rule processing.

    -
    node: TextProxy = ...

    Represents the node instance. For TextProxy this is just the +

    node: TextProxy = ...

    Represents the node instance. For TextProxy this is just the proxy class itself.

    Mimics TextFilterParams, which helps to deal with rule processing.

    -
    parentRule: TextFilterRule = ...

    Represents the parent rule. No-Operation rule for TextProxy.

    +
    parentRule: TextFilterRule = ...

    Represents the parent rule. No-Operation rule for TextProxy.

    Mimics TextFilterParams, which helps to deal with rule processing.

    -

    Accessors

    Accessors

    Returns void

    Returns void

    Methods

    Returns void

    Methods

    Returns PersistResponse

    Returns null | NodeProxy<ChildNode>

    Returns boolean

    Returns PersistResponse

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dialog_visibility.DialogVisibility.html b/docs/api/classes/ckeditor5_dialog_visibility.DialogVisibility.html index d286d36bb..b20602204 100644 --- a/docs/api/classes/ckeditor5_dialog_visibility.DialogVisibility.html +++ b/docs/api/classes/ckeditor5_dialog_visibility.DialogVisibility.html @@ -1,4 +1,4 @@ -DialogVisibility | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    constructor +DialogVisibility | CoreMedia CKEditor 5 Plugins

    Hierarchy (view full)

    Constructors

    • Parameters

      • editor: default

      Returns DialogVisibility

      Inherit Doc

    Properties

    intersectionObserver?: IntersectionObserver = undefined
    isOpen: boolean = false
    pluginName: "DialogVisibility" = ...
    requires: typeof default[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    • Parameters

      • editor: default

      Returns DialogVisibility

      Inherit Doc

    Properties

    intersectionObserver?: IntersectionObserver = undefined
    isOpen: boolean = false
    pluginName: "DialogVisibility" = ...
    requires: typeof default[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dom_converter.ConversionApi.html b/docs/api/classes/ckeditor5_dom_converter.ConversionApi.html index b69a26c85..50b1e954c 100644 --- a/docs/api/classes/ckeditor5_dom_converter.ConversionApi.html +++ b/docs/api/classes/ckeditor5_dom_converter.ConversionApi.html @@ -1,5 +1,5 @@ ConversionApi | CoreMedia CKEditor 5 Plugins

    Contextual information and API during DOM conversion.

    -

    Constructors

    Constructors

    Properties

    targetDefaultNamespaceURI: null | string
    targetDocument: Document

    Methods

    • Parameters

      • localName: string

      Returns Attr

    • Parameters

      • namespaceURI: null | string
      • qualifiedName: string

      Returns Attr

    • Creates a CDATA section owned by targetDocument.

      +

    Constructors

    Properties

    targetDefaultNamespaceURI: null | string
    targetDocument: Document

    Methods

    • Parameters

      • localName: string

      Returns Attr

    • Parameters

      • namespaceURI: null | string
      • qualifiedName: string

      Returns Attr

    • Creates a CDATA section owned by targetDocument.

      Parameters

      • data: string

        CDATA text

        -

      Returns CDATASection

    • Creates a Comment owned by targetDocument.

      +

    Returns CDATASection

    Returns Comment

    Returns Element

    Returns Element

    Returns Text

    \ No newline at end of file +

    Parameters

    Returns Node

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dom_converter.ConversionContext.html b/docs/api/classes/ckeditor5_dom_converter.ConversionContext.html index f56f7552c..9787d55bc 100644 --- a/docs/api/classes/ckeditor5_dom_converter.ConversionContext.html +++ b/docs/api/classes/ckeditor5_dom_converter.ConversionContext.html @@ -1,5 +1,5 @@ ConversionContext | CoreMedia CKEditor 5 Plugins

    Contextual information and API during DOM conversion.

    -

    Constructors

    Constructors

    Properties

    Constructors

    Properties

    sourceNode: Node
    \ No newline at end of file +

    Constructors

    Properties

    sourceNode: Node
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dom_converter.HtmlDomConverter.html b/docs/api/classes/ckeditor5_dom_converter.HtmlDomConverter.html index c38b1e37b..fbddcb9e3 100644 --- a/docs/api/classes/ckeditor5_dom_converter.HtmlDomConverter.html +++ b/docs/api/classes/ckeditor5_dom_converter.HtmlDomConverter.html @@ -6,7 +6,7 @@ classList or style attributes. Any class attribute of a custom namespace requires to be parsed manually (at least, if it has a namespace prefix).

    -

    Constructors

    Constructors

    Properties

    api listener logger? @@ -15,8 +15,8 @@

    Constructors

    Properties

    Context for conversion.

    -
    logger?: Logger

    Methods

    • Converts the given node and its children to the target +

    Returns HtmlDomConverter

    Properties

    Context for conversion.

    +
    logger?: Logger

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dom_converter.RuleBasedConversionListener.html b/docs/api/classes/ckeditor5_dom_converter.RuleBasedConversionListener.html index df22e691d..ac949aea8 100644 --- a/docs/api/classes/ckeditor5_dom_converter.RuleBasedConversionListener.html +++ b/docs/api/classes/ckeditor5_dom_converter.RuleBasedConversionListener.html @@ -1,5 +1,5 @@ RuleBasedConversionListener | CoreMedia CKEditor 5 Plugins

    Rule based HTML DOM Converter.

    -

    Implements

    Constructors

    Implements

    Constructors

    Methods

    Constructors

    Methods

    • Dumps the IDs of configured rules.

      +

    Returns RuleBasedConversionListener

    Methods

    • Dumps the IDs of configured rules.

      Parameters

      • logger: Logger

        logger to write debug information to

      • indent: string = ""

        optional indent

        -

      Returns void

    • Replaces previously configured rules by new ones.

      +

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dom_support.HTMLElementWrapper.html b/docs/api/classes/ckeditor5_dom_support.HTMLElementWrapper.html index 740b297a6..f65a1460d 100644 --- a/docs/api/classes/ckeditor5_dom_support.HTMLElementWrapper.html +++ b/docs/api/classes/ckeditor5_dom_support.HTMLElementWrapper.html @@ -1,7 +1,7 @@ -HTMLElementWrapper | CoreMedia CKEditor 5 Plugins

    Constructors

    constructor +HTMLElementWrapper | CoreMedia CKEditor 5 Plugins

    Constructors

    Accessors

    Methods

    • Parameters

      • elementName: string = defaultDataAttributeElementName
      • classNamePrefix: string = defaultDataAttributeClassNamePrefix

      Returns void

    • Parameters

      • elementName: string = defaultDataAttributeElementName
      • classNamePrefix: string = defaultDataAttributeClassNamePrefix

      Returns void

    \ No newline at end of file +

    Constructors

    Accessors

    Methods

    • Parameters

      • elementName: string = defaultDataAttributeElementName
      • classNamePrefix: string = defaultDataAttributeClassNamePrefix

      Returns void

    • Parameters

      • elementName: string = defaultDataAttributeElementName
      • classNamePrefix: string = defaultDataAttributeClassNamePrefix

      Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dom_support.HTMLTableElementWrapper.html b/docs/api/classes/ckeditor5_dom_support.HTMLTableElementWrapper.html index 14428736a..29d6bf5f4 100644 --- a/docs/api/classes/ckeditor5_dom_support.HTMLTableElementWrapper.html +++ b/docs/api/classes/ckeditor5_dom_support.HTMLTableElementWrapper.html @@ -5,7 +5,7 @@ data.

    This wrapper will provide similar convenience for both, like, for example, creating <tbody> elements, accessing <thead> elements, etc.

    -

    Constructors

    Constructors

    Accessors

    firstChild firstTBody lastTBody @@ -34,51 +34,51 @@

    Constructors

    Accessors

    Accessors

    • get rows(): Element[]
    • Returns all direct rows in the table, either as direct children of <table> or within one of the table sections <thead>, <tbody>, or <tfoot>.

      In contrast to HTMLTableElement.rows the result is static.

      -

      Returns Element[]

    • get tBodies(): (Element | HTMLTableSectionElement)[]
    • Returns all <tbody> elements, which are available as snapshot. Note, that while in HTML a table may have multiple <tbody> elements, CoreMedia RichText 1.0 may have only one element.

      -

      Returns (Element | HTMLTableSectionElement)[]

    Methods

    Methods

    • Merges all sections in table into one <tbody> element. Note, that this removes any <thead> and <tfoot> sections. For processing such as in CKEditor 5 data-processing you may want to mark corresponding rows before, that they originally belonged to <thead> or <tfoot> like applying a reserved class.

      -

      Returns void

    • Moves all rows containing a given class name to <tfoot> section.

      Parameters

      • className: string

        class name to select row elements to move

      • remove: boolean = true

        if to remove the denoting class name from class list

        -

      Returns void

    • Moves all rows containing a given class name to <thead> section.

      +

    Returns void

    Returns void

    Returns Element[]

    Returns T

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_dom_support.RgbColor.html b/docs/api/classes/ckeditor5_dom_support.RgbColor.html index 294a88acc..8c8cb3c43 100644 --- a/docs/api/classes/ckeditor5_dom_support.RgbColor.html +++ b/docs/api/classes/ckeditor5_dom_support.RgbColor.html @@ -1,7 +1,7 @@ RgbColor | CoreMedia CKEditor 5 Plugins

    Represents rgb() and rgba() color format as an immutable object.

    Note that browsers (just as JSDOM, CssStyle) parse colors to rgb() and rgba()

    -

    Constructors

    Constructors

    Properties

    alpha blue colorName @@ -23,33 +23,33 @@
  • green: number

    green component (integer 0 <= n <= 255)

  • blue: number

    blue component (integer 0 <= n <= 255)

  • Optional alpha: number

    optional alpha (float 0.0 <= n <= 1.0)

    -
  • Returns RgbColor

    Properties

    alpha: undefined | number

    Get alpha, if set. The alpha range is from 0.0 to 1.0 including.

    -
    blue: number

    Blue color component (0 to 255).

    -
    colorName: undefined | string

    The W3C extended color name matching the given RGB value. undefined +

    Returns RgbColor

    Properties

    alpha: undefined | number

    Get alpha, if set. The alpha range is from 0.0 to 1.0 including.

    +
    blue: number

    Blue color component (0 to 255).

    +
    colorName: undefined | string

    The W3C extended color name matching the given RGB value. undefined if RGB(A) cannot be represented as W3C extended color name.

    -
    green: number

    Green color component (0 to 255).

    -
    hasAlpha: boolean

    Signals, if any alpha channel has been set.

    -
    hex: `#${string}`

    The color as hexadecimal representation such as #010aff.

    +
    green: number

    Green color component (0 to 255).

    +
    hasAlpha: boolean

    Signals, if any alpha channel has been set.

    +
    hex: `#${string}`

    The color as hexadecimal representation such as #010aff.

    A possibly set alpha channel is ignored.

    -
    hexa: `#${string}`

    The color as hexadecimal representation such as #010af0a0.

    +
    hexa: `#${string}`

    The color as hexadecimal representation such as #010af0a0.

    An unset alpha will default to FF for full opacity.

    -
    opaque: boolean

    Signals, if this color is opaque (no alpha or alpha = 1.0).

    -
    red: number

    Red color component (0 to 255).

    -
    rgb: `rgb(${string})`

    The color as rgb() representation.

    +
    opaque: boolean

    Signals, if this color is opaque (no alpha or alpha = 1.0).

    +
    red: number

    Red color component (0 to 255).

    +
    rgb: `rgb(${string})`

    The color as rgb() representation.

    Any possibly set alpha channel is ignored.

    -
    rgba: `rgba(${string})`

    The color as rgba() representation.

    +
    rgba: `rgba(${string})`

    The color as rgba() representation.

    An unset alpha will default to 1 for full opacity.

    -

    Methods

    Methods

    • Transforms the color to its rgb() or rgba() representation.

      Depending on if the alpha channel is set or not, uses representation as rgb or rgba.

      -

      Returns `rgb(${string})` | `rgba(${string})`

    • Tries parsing the given string if it represents an rgb() or rgba() color code. If parsing is successful, returns RgbColor representation. undefined if it does not match and/or contains invalid parameters (such as color code components greater than 255).

      Parameters

      • value: string

        value to try to parse

        -

      Returns undefined | RgbColor

    \ No newline at end of file +

    Returns undefined | RgbColor

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_font_mapper.FontMapper.html b/docs/api/classes/ckeditor5_font_mapper.FontMapper.html index 1b64e4cc8..c913b0c23 100644 --- a/docs/api/classes/ckeditor5_font_mapper.FontMapper.html +++ b/docs/api/classes/ckeditor5_font_mapper.FontMapper.html @@ -23,8 +23,8 @@ less-than (&lt;) and greater-than (&gt;): Unless you explicitly override the replacement, it is ensured that they are also encoded after the mapping has been applied.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns FontMapper

      Inherit Doc

    Properties

    pluginName: "FontMapper" = ...
    requires: typeof default[] = ...

    Methods

    \ No newline at end of file +

    Constructors

    Properties

    pluginName: "FontMapper" = ...
    requires: typeof default[] = ...

    Methods

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_font_mapper.FontMapping.html b/docs/api/classes/ckeditor5_font_mapper.FontMapping.html index d44d262b4..b525c01cb 100644 --- a/docs/api/classes/ckeditor5_font_mapper.FontMapping.html +++ b/docs/api/classes/ckeditor5_font_mapper.FontMapping.html @@ -4,11 +4,11 @@ the representation mapping for the font's characters. Please note, that a given map will always be extended with an htmlEncodingMap, a minimum replacement map for custom mappings.

    -

    Constructors

    Constructors

    Methods

    • Alters the FontMap of this FontMapping. +

    Constructors

    Methods

    Returns void

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_font_mapper.FontMappingRegistry.html b/docs/api/classes/ckeditor5_font_mapper.FontMappingRegistry.html index 65c90459c..2f23a401b 100644 --- a/docs/api/classes/ckeditor5_font_mapper.FontMappingRegistry.html +++ b/docs/api/classes/ckeditor5_font_mapper.FontMappingRegistry.html @@ -5,10 +5,10 @@

    By default, this registry holds a Mapping for the "Symbol" font. Existing mappings can be altered and new ones can be added via the registerFontMapping method.

    -

    Constructors

    Constructors

    Methods

    • Returns a FontMapping for a given font-family, if present in the registry.

      +

    Constructors

    Methods

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_link_common.LinkAttributes.html b/docs/api/classes/ckeditor5_link_common.LinkAttributes.html index 391bcb7ec..6354f4b82 100644 --- a/docs/api/classes/ckeditor5_link_common.LinkAttributes.html +++ b/docs/api/classes/ckeditor5_link_common.LinkAttributes.html @@ -29,15 +29,15 @@ best used with LinkEditing to be available. Otherwise, some clean-up tasks we implicitly rely on (like for all model attributes prefixed with link) won't work.

    -

    Hierarchy (view full)

    Constructors

    Hierarchy (view full)

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: default

      Returns LinkAttributes

      Inherit Doc

    Properties

    pluginName: "LinkAttributes" = ...
    requires: (typeof default | typeof LinkCleanup)[] = ...

    Methods

    • Register an attribute as being bound to links.

      +

    Constructors

    Properties

    pluginName: "LinkAttributes" = ...
    requires: (typeof default | typeof LinkCleanup)[] = ...

    Methods

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_link_common.LinkCleanup.html b/docs/api/classes/ckeditor5_link_common.LinkCleanup.html index 17edf4fed..941e20023 100644 --- a/docs/api/classes/ckeditor5_link_common.LinkCleanup.html +++ b/docs/api/classes/ckeditor5_link_common.LinkCleanup.html @@ -4,18 +4,18 @@

    An alternative to this plugin may be listening to Unlink command, which again raises the challenge to calculate the affected ranges to modify.

    The plugin is based on a post-fixer registered at the document

    -

    Hierarchy (view full)

    Implements

    Constructors

    Hierarchy (view full)

    Implements

    Constructors

    • Parameters

      • editor: default

      Returns LinkCleanup

      Inherit Doc

    Properties

    pluginName: string = "LinkCleanup"
    requires: never[] = []

    Methods

    • Registers an attribute to be removed from a given range, when a +

    Constructors

    Properties

    pluginName: string = "LinkCleanup"
    requires: never[] = []

    Methods

    Returns void

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/classes/ckeditor5_logging.logging.LoggerProvider.html b/docs/api/classes/ckeditor5_logging.logging.LoggerProvider.html index dfe397caf..e09bcc804 100644 --- a/docs/api/classes/ckeditor5_logging.logging.LoggerProvider.html +++ b/docs/api/classes/ckeditor5_logging.logging.LoggerProvider.html @@ -6,8 +6,8 @@ loggerName=level.

    Example

    private readonly logger: Logger =
    LoggerProvider.getLogger(SymbolOnPasteMapper.pluginName);
    -

    Methods

    Methods

    Methods

    • Retrieve logger for the given name.

      Parameters

      • name: undefined | string

        some identifying name for the logger; used to toggle logging behavior

      • Rest ...context: unknown[]

        additional context, which will prefix the logger name in output (dot separated)

        -

      Returns Logger

    \ No newline at end of file +

    Returns Logger

    \ No newline at end of file diff --git a/docs/api/enums/ckeditor5_coremedia_richtext.Strictness.html b/docs/api/enums/ckeditor5_coremedia_richtext.Strictness.html index 261d3f028..b280405ea 100644 --- a/docs/api/enums/ckeditor5_coremedia_richtext.Strictness.html +++ b/docs/api/enums/ckeditor5_coremedia_richtext.Strictness.html @@ -1,19 +1,19 @@ Strictness | CoreMedia CKEditor 5 Plugins

    Strictness for Schema validation.

    -

    Enumeration Members

    Enumeration Members

    Enumeration Members

    LEGACY: 2

    For CKEditor 4 CoreMedia RichText adaptions did not filter for invalid attribute values, but just for required or forbidden attributes. This is the behavior the mode LEGACY simulates.

    -
    LOOSE: 1

    LOOSE will only check, what the scheme will detect. Given the example +

    LOOSE: 1

    LOOSE will only check, what the scheme will detect. Given the example about numbers for STRICT mode, LOOSE will cause to accept any character data.

    -
    NONE: 3

    Available since v11 of ckeditor-plugins and corresponding data-processing. +

    NONE: 3

    Available since v11 of ckeditor-plugins and corresponding data-processing. v10-compatibility will assume LEGACY instead.

    -
    STRICT: 0

    STRICT enforces completely valid CoreMedia RichText 1.0. In addition to +

    STRICT: 0

    STRICT enforces completely valid CoreMedia RichText 1.0. In addition to LOOSE it will check for meant to be, such as a type called Number which states to be numbers only, but regarding the schema allows any (unchecked) character data. In case of STRICT non-numbers will be rated invalid.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/enums/ckeditor5_coremedia_studio_essentials.Strictness.html b/docs/api/enums/ckeditor5_coremedia_studio_essentials.Strictness.html index 75a464057..3d89da39c 100644 --- a/docs/api/enums/ckeditor5_coremedia_studio_essentials.Strictness.html +++ b/docs/api/enums/ckeditor5_coremedia_studio_essentials.Strictness.html @@ -1,19 +1,19 @@ Strictness | CoreMedia CKEditor 5 Plugins

    Strictness for Schema validation.

    -

    Enumeration Members

    Enumeration Members

    Enumeration Members

    LEGACY: 2

    For CKEditor 4 CoreMedia RichText adaptions did not filter for invalid attribute values, but just for required or forbidden attributes. This is the behavior the mode LEGACY simulates.

    -
    LOOSE: 1

    LOOSE will only check, what the scheme will detect. Given the example +

    LOOSE: 1

    LOOSE will only check, what the scheme will detect. Given the example about numbers for STRICT mode, LOOSE will cause to accept any character data.

    -
    NONE: 3

    Available since v11 of ckeditor-plugins and corresponding data-processing. +

    NONE: 3

    Available since v11 of ckeditor-plugins and corresponding data-processing. v10-compatibility will assume LEGACY instead.

    -
    STRICT: 0

    STRICT enforces completely valid CoreMedia RichText 1.0. In addition to +

    STRICT: 0

    STRICT enforces completely valid CoreMedia RichText 1.0. In addition to LOOSE it will check for meant to be, such as a type called Number which states to be numbers only, but regarding the schema allows any (unchecked) character data. In case of STRICT non-numbers will be rated invalid.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/enums/ckeditor5_dataprocessor_support.FilterMode.html b/docs/api/enums/ckeditor5_dataprocessor_support.FilterMode.html index 74e4505a4..e59aff1a5 100644 --- a/docs/api/enums/ckeditor5_dataprocessor_support.FilterMode.html +++ b/docs/api/enums/ckeditor5_dataprocessor_support.FilterMode.html @@ -1,3 +1,3 @@ -FilterMode | CoreMedia CKEditor 5 Plugins

    Enumeration Members

    toData +FilterMode | CoreMedia CKEditor 5 Plugins

    Enumeration Members

    Enumeration Members

    toData: 0
    toView: 1
    \ No newline at end of file +

    Enumeration Members

    toData: 0
    toView: 1
    \ No newline at end of file diff --git a/docs/api/enums/ckeditor5_dataprocessor_support.NodeState.html b/docs/api/enums/ckeditor5_dataprocessor_support.NodeState.html index b3c0996c2..3a8b4f419 100644 --- a/docs/api/enums/ckeditor5_dataprocessor_support.NodeState.html +++ b/docs/api/enums/ckeditor5_dataprocessor_support.NodeState.html @@ -1,11 +1,11 @@ NodeState | CoreMedia CKEditor 5 Plugins

    Represents the state of a given node, it should reach after persisting it to the DOM.

    -

    Enumeration Members

    Enumeration Members

    KEEP_OR_REPLACE: 0

    Keep the node or replace it at the same position.

    -
    REMOVE_CHILDREN: 3

    Remove all child nodes of the current node.

    -
    REMOVE_RECURSIVELY: 1

    Remove the node and all its children.

    -
    REMOVE_SELF: 2

    Only remove the node, replacing it by its children.

    -
    \ No newline at end of file +
    REMOVE_CHILDREN: 3

    Remove all child nodes of the current node.

    +
    REMOVE_RECURSIVELY: 1

    Remove the node and all its children.

    +
    REMOVE_SELF: 2

    Only remove the node, replacing it by its children.

    +
    \ No newline at end of file diff --git a/docs/api/enums/ckeditor5_logging.logging.LogLevel.html b/docs/api/enums/ckeditor5_logging.logging.LogLevel.html index 2386f67ec..70a45c205 100644 --- a/docs/api/enums/ckeditor5_logging.logging.LogLevel.html +++ b/docs/api/enums/ckeditor5_logging.logging.LogLevel.html @@ -1,13 +1,13 @@ LogLevel | CoreMedia CKEditor 5 Plugins

    Log Levels to use. This includes the artificial level none to suppress output by a given logger.

    -

    Enumeration Members

    Enumeration Members

    Enumeration Members

    DEBUG: 0

    Level for debug and above output.

    -
    ERROR: 3

    Level for error output.

    -
    INFO: 1

    Level for info and above output.

    -
    NONE: 4

    Artificial level to disable logging.

    -
    WARN: 2

    Level for warn and above output.

    -
    \ No newline at end of file +
    ERROR: 3

    Level for error output.

    +
    INFO: 1

    Level for info and above output.

    +
    NONE: 4

    Artificial level to disable logging.

    +
    WARN: 2

    Level for warn and above output.

    +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_bbcode.defaultColorMapper.html b/docs/api/functions/ckeditor5_bbcode.defaultColorMapper.html index 98dca9161..8f36713ac 100644 --- a/docs/api/functions/ckeditor5_bbcode.defaultColorMapper.html +++ b/docs/api/functions/ckeditor5_bbcode.defaultColorMapper.html @@ -6,4 +6,4 @@ BBCode written manually, will prefer color names over hex-values. This mapping expresses this preference and makes it explicit.

    Parameters

    Returns undefined | string

    \ No newline at end of file +

    Returns undefined | string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_bbcode.defaultIsBold.html b/docs/api/functions/ckeditor5_bbcode.defaultIsBold.html index ae110998b..c5b321c9b 100644 --- a/docs/api/functions/ckeditor5_bbcode.defaultIsBold.html +++ b/docs/api/functions/ckeditor5_bbcode.defaultIsBold.html @@ -4,4 +4,4 @@ signal non-bold. For undetermined state by font-weight assumeBold will be returned unchanged.

    Parameters

    Returns boolean

    \ No newline at end of file +

    Returns boolean

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_bbcode.defaultIsUnset.html b/docs/api/functions/ckeditor5_bbcode.defaultIsUnset.html index 97f8a9eea..4d76f1484 100644 --- a/docs/api/functions/ckeditor5_bbcode.defaultIsUnset.html +++ b/docs/api/functions/ckeditor5_bbcode.defaultIsUnset.html @@ -3,4 +3,4 @@ as this is the default plain text token in CKEditor 5 Code Block configuration.

    Parameters

    Returns boolean

    \ No newline at end of file +

    Returns boolean

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_bbcode.defaultLanguageByClass.html b/docs/api/functions/ckeditor5_bbcode.defaultLanguageByClass.html index 2d051b25d..a019832ad 100644 --- a/docs/api/functions/ckeditor5_bbcode.defaultLanguageByClass.html +++ b/docs/api/functions/ckeditor5_bbcode.defaultLanguageByClass.html @@ -1,4 +1,4 @@ defaultLanguageByClass | CoreMedia CKEditor 5 Plugins
    • Default language detection suitable for the default CKEditor 5 Code Block configuration, using class tokens prefixed with language-.

      Parameters

      • classListEntry: string

        a single entry in the class list to match.

        -

      Returns undefined | string

    \ No newline at end of file +

    Returns undefined | string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_bbcode.ifBBCodeDataProcessor.html b/docs/api/functions/ckeditor5_bbcode.ifBBCodeDataProcessor.html index da3ead09b..b13012686 100644 --- a/docs/api/functions/ckeditor5_bbcode.ifBBCodeDataProcessor.html +++ b/docs/api/functions/ckeditor5_bbcode.ifBBCodeDataProcessor.html @@ -4,4 +4,4 @@
    ifBBCodeDataProcessor(editor.data)?.addRules([
    // …
    ]);

    Parameters

    Returns undefined | BBCodeDataProcessor

    \ No newline at end of file +

    Returns undefined | BBCodeDataProcessor

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_bbcode.isBBCodeDataProcessor.html b/docs/api/functions/ckeditor5_bbcode.isBBCodeDataProcessor.html index e397babf3..f587ba862 100644 --- a/docs/api/functions/ckeditor5_bbcode.isBBCodeDataProcessor.html +++ b/docs/api/functions/ckeditor5_bbcode.isBBCodeDataProcessor.html @@ -3,4 +3,4 @@ set at CKEditor instance, is the BBCodeDataProcessor you may want to add rules to.

    Parameters

    Returns value is BBCodeDataProcessor

    \ No newline at end of file +

    Returns value is BBCodeDataProcessor

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_common.capitalize.html b/docs/api/functions/ckeditor5_common.capitalize.html index 49022291a..f6d937291 100644 --- a/docs/api/functions/ckeditor5_common.capitalize.html +++ b/docs/api/functions/ckeditor5_common.capitalize.html @@ -1,3 +1,3 @@ capitalize | CoreMedia CKEditor 5 Plugins
    • Capitalizes the given string.

      Type Parameters

      • T extends string

      Parameters

      • value: T

        string to capitalize

        -

      Returns Capitalize<T>

    \ No newline at end of file +

    Returns Capitalize<T>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_common.isRaw.html b/docs/api/functions/ckeditor5_common.isRaw.html index 28e24eaf8..b841bc521 100644 --- a/docs/api/functions/ckeditor5_common.isRaw.html +++ b/docs/api/functions/ckeditor5_common.isRaw.html @@ -6,4 +6,4 @@
  • Rest ...requiredProperties: (keyof T)[]

    expected properties to exist

  • Returns value is Raw<T>

    Example

    const isEditorWithUI = <T extends Editor>(value: T): value is T & EditorWithUI => {
    // first see, if required keys are available
    if (isRaw<EditorWithUI>(value, "ui")) {
    // then check these keys if they pass the type-guard
    return typeof value.ui === "object";
    }
    return false;
    };
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_common.requireNonNulls.html b/docs/api/functions/ckeditor5_common.requireNonNulls.html index 4e8a9a231..3865818be 100644 --- a/docs/api/functions/ckeditor5_common.requireNonNulls.html +++ b/docs/api/functions/ckeditor5_common.requireNonNulls.html @@ -3,4 +3,4 @@

    Type Parameters

    Parameters

    Returns RequiredNonNull<T, K>

    Throws

    RequiredNonNullPropertiesMissingError if criteria are unmet

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_core_common.disableCommand.html b/docs/api/functions/ckeditor5_core_common.disableCommand.html index acc3a6df0..61095c5ec 100644 --- a/docs/api/functions/ckeditor5_core_common.disableCommand.html +++ b/docs/api/functions/ckeditor5_core_common.disableCommand.html @@ -1,4 +1,4 @@ disableCommand | CoreMedia CKEditor 5 Plugins
    • Handler to disable given command.

      Parameters

      • id: string

        Unique identifier for disabling. Use the same id when enabling back the command.

      Returns CommandHandler

      identifiable handler to disable a command

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_core_common.enableCommand.html b/docs/api/functions/ckeditor5_core_common.enableCommand.html index a5683682b..faf74b5b6 100644 --- a/docs/api/functions/ckeditor5_core_common.enableCommand.html +++ b/docs/api/functions/ckeditor5_core_common.enableCommand.html @@ -1,4 +1,4 @@ enableCommand | CoreMedia CKEditor 5 Plugins
    • Handler to enable given commands.

      Parameters

      • id: string

        Unique identifier for enabling. Use the same id as when requested to disable command.

      Returns CommandHandler

      identifiable handler to enable a command

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_core_common.getOptionalPlugin.html b/docs/api/functions/ckeditor5_core_common.getOptionalPlugin.html index c116ecc76..215ca347a 100644 --- a/docs/api/functions/ckeditor5_core_common.getOptionalPlugin.html +++ b/docs/api/functions/ckeditor5_core_common.getOptionalPlugin.html @@ -7,7 +7,7 @@
  • Optional onMissing: OnMissingPlugin

    optional callback invoked with plugin name, if plugin is missing. Defaults to some generic message on not found plugin at debug level.

    -
  • Returns InstanceType<TConstructor> | undefined

  • Tries to get the recommended plugin (invokes has prior to getting it) and +

  • Returns InstanceType<TConstructor> | undefined

  • Tries to get the recommended plugin (invokes has prior to getting it) and returns it, if available.

    If missing, undefined is returned and prior to that optional onMissing gets invoked. onMissing may be used, to log relevant effects.

    @@ -16,4 +16,4 @@
  • Optional onMissing: OnMissingPlugin

    optional callback invoked with plugin name, if plugin is missing. Defaults to some generic message on not found plugin at debug level.

    -
  • Returns PluginsMap[TName] | undefined

    \ No newline at end of file +

    Returns PluginsMap[TName] | undefined

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_core_common.ifCommand.html b/docs/api/functions/ckeditor5_core_common.ifCommand.html index 150de2ba4..e8d489895 100644 --- a/docs/api/functions/ckeditor5_core_common.ifCommand.html +++ b/docs/api/functions/ckeditor5_core_common.ifCommand.html @@ -4,4 +4,4 @@
  • commandName: string

    command name to search for

  • Returns Promise<default>

    Example

    ifCommand(editor, commandName)
    .then(handler)
    .catch(optionalCommandNotFound);
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_core_common.optionalCommandNotFound.html b/docs/api/functions/ckeditor5_core_common.optionalCommandNotFound.html index 177b36d91..86362fd93 100644 --- a/docs/api/functions/ckeditor5_core_common.optionalCommandNotFound.html +++ b/docs/api/functions/ckeditor5_core_common.optionalCommandNotFound.html @@ -3,4 +3,4 @@

    Parameters

    Returns void

    Example

    ifCommand(editor, commandName)
    .then(handler)
    .catch(optionalCommandNotFound);
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_core_common.recommendCommand.html b/docs/api/functions/ckeditor5_core_common.recommendCommand.html index 34e245aa8..6a35889ee 100644 --- a/docs/api/functions/ckeditor5_core_common.recommendCommand.html +++ b/docs/api/functions/ckeditor5_core_common.recommendCommand.html @@ -4,4 +4,4 @@
  • logger: Logger = commandsLogger

    optional logger to use instead of default

  • Returns CommandNotFoundErrorHandler

    Example

    ifCommand(editor, commandName)
    .then(handler)
    .catch(recommendCommand("Feature lorem ipsum won't work."));
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_core_common.reportInitEnd.html b/docs/api/functions/ckeditor5_core_common.reportInitEnd.html index cb93faa77..6b474760e 100644 --- a/docs/api/functions/ckeditor5_core_common.reportInitEnd.html +++ b/docs/api/functions/ckeditor5_core_common.reportInitEnd.html @@ -1,3 +1,3 @@ reportInitEnd | CoreMedia CKEditor 5 Plugins
    • Reports end of plugin initialization.

      Parameters

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_core_common.reportInitStart.html b/docs/api/functions/ckeditor5_core_common.reportInitStart.html index 3019051c4..b56eb6367 100644 --- a/docs/api/functions/ckeditor5_core_common.reportInitStart.html +++ b/docs/api/functions/ckeditor5_core_common.reportInitStart.html @@ -2,4 +2,4 @@ by performance.now() when the message got called.

    Parameters

    Returns InitInformation

    some result to be used in subsequent end notice

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_blocklist.createSearchCallback.html b/docs/api/functions/ckeditor5_coremedia_blocklist.createSearchCallback.html index e5cefa940..801eae9a0 100644 --- a/docs/api/functions/ckeditor5_coremedia_blocklist.createSearchCallback.html +++ b/docs/api/functions/ckeditor5_coremedia_blocklist.createSearchCallback.html @@ -1 +1 @@ -createSearchCallback | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +createSearchCallback | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_blocklist.onDocumentChange.html b/docs/api/functions/ckeditor5_coremedia_blocklist.onDocumentChange.html index 44b7a970f..974b50acb 100644 --- a/docs/api/functions/ckeditor5_coremedia_blocklist.onDocumentChange.html +++ b/docs/api/functions/ckeditor5_coremedia_blocklist.onDocumentChange.html @@ -1,2 +1,2 @@ onDocumentChange | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Parameters

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_blocklist.updateFindResultFromRange.html b/docs/api/functions/ckeditor5_coremedia_blocklist.updateFindResultFromRange.html index 2abf9e863..c398d23f8 100644 --- a/docs/api/functions/ckeditor5_coremedia_blocklist.updateFindResultFromRange.html +++ b/docs/api/functions/ckeditor5_coremedia_blocklist.updateFindResultFromRange.html @@ -1 +1 @@ -updateFindResultFromRange | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +updateFindResultFromRange | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_content.canAllBeOpenedInTab.html b/docs/api/functions/ckeditor5_coremedia_content.canAllBeOpenedInTab.html index 90ed6055a..6e72f9e10 100644 --- a/docs/api/functions/ckeditor5_coremedia_content.canAllBeOpenedInTab.html +++ b/docs/api/functions/ckeditor5_coremedia_content.canAllBeOpenedInTab.html @@ -1,3 +1,3 @@ canAllBeOpenedInTab | CoreMedia CKEditor 5 Plugins
    • Queries, if all provided URI paths can be opened in tab.

      Parameters

      • Rest ...uriPaths: string[]

        URI paths to validate

        -

      Returns Promise<boolean>

    \ No newline at end of file +

    Returns Promise<boolean>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_content.canBeOpenedInTab.html b/docs/api/functions/ckeditor5_coremedia_content.canBeOpenedInTab.html index c3c81eb4a..0d7b11876 100644 --- a/docs/api/functions/ckeditor5_coremedia_content.canBeOpenedInTab.html +++ b/docs/api/functions/ckeditor5_coremedia_content.canBeOpenedInTab.html @@ -1,3 +1,3 @@ canBeOpenedInTab | CoreMedia CKEditor 5 Plugins
    • Queries, if the provided URI path can be opened in tab.

      Parameters

      • uriPath: string

        URI path to validate

        -

      Returns Promise<boolean>

    \ No newline at end of file +

    Returns Promise<boolean>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_content.openEntitiesInTabs.html b/docs/api/functions/ckeditor5_coremedia_content.openEntitiesInTabs.html index 0285598d9..ee786b323 100644 --- a/docs/api/functions/ckeditor5_coremedia_content.openEntitiesInTabs.html +++ b/docs/api/functions/ckeditor5_coremedia_content.openEntitiesInTabs.html @@ -1,3 +1,3 @@ openEntitiesInTabs | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Promise<OpenEntitiesInTabsResult>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_content_clipboard.addContentMarkerConversion.html b/docs/api/functions/ckeditor5_coremedia_content_clipboard.addContentMarkerConversion.html index e84bcf39b..ccf1441c2 100644 --- a/docs/api/functions/ckeditor5_coremedia_content_clipboard.addContentMarkerConversion.html +++ b/docs/api/functions/ckeditor5_coremedia_content_clipboard.addContentMarkerConversion.html @@ -8,4 +8,4 @@
  • callback: ((markerData) => void)

    the callback to be executed after the UIElement has been added (Usually to load the data for the loading spinner). Get the markerData of the corresponding marker as the sole argument.

    -
  • Returns ((evt, data, conversionApi) => void)

    \ No newline at end of file +

    Returns ((evt, data, conversionApi) => void)

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_content_clipboard.insertContentMarkers.html b/docs/api/functions/ckeditor5_coremedia_content_clipboard.insertContentMarkers.html index 0d6354133..c66fad2b3 100644 --- a/docs/api/functions/ckeditor5_coremedia_content_clipboard.insertContentMarkers.html +++ b/docs/api/functions/ckeditor5_coremedia_content_clipboard.insertContentMarkers.html @@ -7,4 +7,4 @@

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_content_clipboard.integrations.disableUndo.html b/docs/api/functions/ckeditor5_coremedia_content_clipboard.integrations.disableUndo.html index f947ff469..3f7cfeb6d 100644 --- a/docs/api/functions/ckeditor5_coremedia_content_clipboard.integrations.disableUndo.html +++ b/docs/api/functions/ckeditor5_coremedia_content_clipboard.integrations.disableUndo.html @@ -1,3 +1,3 @@ disableUndo | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_content_clipboard.integrations.enableUndo.html b/docs/api/functions/ckeditor5_coremedia_content_clipboard.integrations.enableUndo.html index cbeb7132d..870daf762 100644 --- a/docs/api/functions/ckeditor5_coremedia_content_clipboard.integrations.enableUndo.html +++ b/docs/api/functions/ckeditor5_coremedia_content_clipboard.integrations.enableUndo.html @@ -1,3 +1,3 @@ enableUndo | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_content_clipboard.removeContentMarkerConversion.html b/docs/api/functions/ckeditor5_coremedia_content_clipboard.removeContentMarkerConversion.html index 1010024a1..906293517 100644 --- a/docs/api/functions/ckeditor5_coremedia_content_clipboard.removeContentMarkerConversion.html +++ b/docs/api/functions/ckeditor5_coremedia_content_clipboard.removeContentMarkerConversion.html @@ -5,4 +5,4 @@

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.executeOpenImageInTabCommand.html b/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.executeOpenImageInTabCommand.html index 2bb62fdf5..9c92319d5 100644 --- a/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.executeOpenImageInTabCommand.html +++ b/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.executeOpenImageInTabCommand.html @@ -4,4 +4,4 @@

    Parameters

    Returns undefined | Promise<OpenEntitiesInTabsResult>

    \ No newline at end of file +

    Returns undefined | Promise<OpenEntitiesInTabsResult>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.registerOpenImageInTabCommand.html b/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.registerOpenImageInTabCommand.html index 555bcce50..7c72e06fc 100644 --- a/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.registerOpenImageInTabCommand.html +++ b/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.registerOpenImageInTabCommand.html @@ -1,4 +1,4 @@ registerOpenImageInTabCommand | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.requireOpenImageInTabCommand.html b/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.requireOpenImageInTabCommand.html index b161d0996..f817c8bdc 100644 --- a/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.requireOpenImageInTabCommand.html +++ b/docs/api/functions/ckeditor5_coremedia_images.ckeditor5_coremedia_images.requireOpenImageInTabCommand.html @@ -2,4 +2,4 @@

    Parameters

    Returns OpenImageInTabCommand

    Throws

    Error - if the required command is unavailable

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_images.editingDowncastXlinkHref.html b/docs/api/functions/ckeditor5_coremedia_images.editingDowncastXlinkHref.html index c611f1b93..83ab2ff53 100644 --- a/docs/api/functions/ckeditor5_coremedia_images.editingDowncastXlinkHref.html +++ b/docs/api/functions/ckeditor5_coremedia_images.editingDowncastXlinkHref.html @@ -2,4 +2,4 @@

    Parameters

    Returns DowncastConversionHelperFunction

    \ No newline at end of file +

    Returns DowncastConversionHelperFunction

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_images.preventUpcastImageSrc.html b/docs/api/functions/ckeditor5_coremedia_images.preventUpcastImageSrc.html index 29685276f..ca389dc7c 100644 --- a/docs/api/functions/ckeditor5_coremedia_images.preventUpcastImageSrc.html +++ b/docs/api/functions/ckeditor5_coremedia_images.preventUpcastImageSrc.html @@ -17,4 +17,4 @@

    the src attribute will be upcast if the src attribute exists as view attribute. To fully prevent the upcast, we have to consume the attribute and remove the src from the view node.

    -

    Returns ((dispatcher) => void)

    \ No newline at end of file +

    Returns ((dispatcher) => void)

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.closeContextualBalloon.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.closeContextualBalloon.html index bbf8e21ec..6c13cc0e0 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.closeContextualBalloon.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.closeContextualBalloon.html @@ -1,3 +1,3 @@ closeContextualBalloon | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.showContentLinkField.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.showContentLinkField.html index 93b69ae2e..827f13ebe 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.showContentLinkField.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.showContentLinkField.html @@ -2,4 +2,4 @@ template if the view is not rendered yet. This affects whether the content or external link field (or url preview) is shown.

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.executeOpenContentInTabCommand.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.executeOpenContentInTabCommand.html index 45cc54ddc..a22ae9ce0 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.executeOpenContentInTabCommand.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.executeOpenContentInTabCommand.html @@ -4,4 +4,4 @@

    Parameters

    Returns undefined | Promise<OpenEntitiesInTabsResult>

    \ No newline at end of file +

    Returns undefined | Promise<OpenEntitiesInTabsResult>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.keepOpen.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.keepOpen.html index d6fd3a6c6..4243a811e 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.keepOpen.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.keepOpen.html @@ -2,4 +2,4 @@ for is part of the given element hierarchy.

    Parameters

    Returns boolean

    \ No newline at end of file +

    Returns boolean

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.parseLinkBalloonConfig.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.parseLinkBalloonConfig.html index d52f2cbc7..9c71cb4ce 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.parseLinkBalloonConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.parseLinkBalloonConfig.html @@ -3,4 +3,4 @@
    "coremedia:link": {
    linkBalloon: {
    keepOpen: {
    ids: ["example-to-keep-the-link-balloon-open-on-click"],
    classes: ["example-class],
    },
    },
    },

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.registerOpenContentInTabCommand.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.registerOpenContentInTabCommand.html index ecee838b9..6f8944308 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.registerOpenContentInTabCommand.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.registerOpenContentInTabCommand.html @@ -1,4 +1,4 @@ registerOpenContentInTabCommand | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.ContentLinkViewFactory.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.ContentLinkViewFactory.html index 63bd94879..144a2b89b 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.ContentLinkViewFactory.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.ContentLinkViewFactory.html @@ -3,4 +3,4 @@

    The ContentLinkView is a LabeledFieldView, which contains a ContentView.

    Parameters

    Returns default<FocusableView>

    \ No newline at end of file +

    Returns default<FocusableView>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.asAugmentedLinkUI.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.asAugmentedLinkUI.html index 74d834ee6..900942f0d 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.asAugmentedLinkUI.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.asAugmentedLinkUI.html @@ -1,3 +1,3 @@ asAugmentedLinkUI | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns AugmentedLinkUI

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentName-1.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentName-1.html index 1cec15b8f..e2fa40827 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentName-1.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentName-1.html @@ -1,3 +1,3 @@ hasContentName | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is HasContentName

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentUriPath-1.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentUriPath-1.html index cdf1ccadc..1b1f1db1c 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentUriPath-1.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentUriPath-1.html @@ -1,3 +1,3 @@ hasContentUriPath | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is HasContentUriPath

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentUriPathAndName-1.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentUriPathAndName-1.html index 8df92cb2d..958b9eed2 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentUriPathAndName-1.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.hasContentUriPathAndName-1.html @@ -1,3 +1,3 @@ hasContentUriPathAndName | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is HasContentUriPathAndName

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.requireNonNullsAugmentedLinkUI.html b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.requireNonNullsAugmentedLinkUI.html index cce134d71..6530821b3 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.requireNonNullsAugmentedLinkUI.html +++ b/docs/api/functions/ckeditor5_coremedia_link.contentlink.ui.requireNonNullsAugmentedLinkUI.html @@ -1,4 +1,4 @@ requireNonNullsAugmentedLinkUI | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns RequiredNonNull<AugmentedLinkUI, K>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.computeDefaultLinkTargetForUrl.html b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.computeDefaultLinkTargetForUrl.html index 265ac875d..39cecebdd 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.computeDefaultLinkTargetForUrl.html +++ b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.computeDefaultLinkTargetForUrl.html @@ -2,4 +2,4 @@

    Parameters

    Returns undefined | string

    the default linkTarget or undefined if no matching filter rule exists

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.getDefaultTargetDefinition.html b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.getDefaultTargetDefinition.html index 2d5028250..e83ce6f4b 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.getDefaultTargetDefinition.html +++ b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.getDefaultTargetDefinition.html @@ -1,4 +1,4 @@ getDefaultTargetDefinition | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.getFilterByType.html b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.getFilterByType.html index 886912b47..eea43e542 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.getFilterByType.html +++ b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.getFilterByType.html @@ -1,4 +1,4 @@ getFilterByType | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.isTargetDefaultRuleDefinitionWithFilter.html b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.isTargetDefaultRuleDefinitionWithFilter.html index afea50876..cda1a5817 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.isTargetDefaultRuleDefinitionWithFilter.html +++ b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.isTargetDefaultRuleDefinitionWithFilter.html @@ -1,3 +1,3 @@ isTargetDefaultRuleDefinitionWithFilter | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is TargetDefaultRuleDefinitionWithFilter

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.isTargetDefaultRuleDefinitionWithType.html b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.isTargetDefaultRuleDefinitionWithType.html index 72fb83e86..6d106a2de 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.isTargetDefaultRuleDefinitionWithType.html +++ b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.isTargetDefaultRuleDefinitionWithType.html @@ -1,3 +1,3 @@ isTargetDefaultRuleDefinitionWithType | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is TargetDefaultRuleDefinitionWithType

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.parseLinkTargetConfig.html b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.parseLinkTargetConfig.html index d4a3fc60b..c4c20f727 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.parseLinkTargetConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.parseLinkTargetConfig.html @@ -2,4 +2,4 @@ link plugin configuration. It expects an entry targets which contains an array of targets to offer to the editors for selection in the UI.

    Parameters

    Returns Required<LinkTargetOptionDefinition>[]

    \ No newline at end of file +

    Returns Required<LinkTargetOptionDefinition>[]

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.requireDefaultTargetDefinition.html b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.requireDefaultTargetDefinition.html index 158dba6f6..cad672510 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.requireDefaultTargetDefinition.html +++ b/docs/api/functions/ckeditor5_coremedia_link.linktarget.config.requireDefaultTargetDefinition.html @@ -2,4 +2,4 @@

    Parameters

    Returns Required<LinkTargetOptionDefinition>

    default target definition

    Throws

    Error when default target definition of given name is not available

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.utils.addClass.html b/docs/api/functions/ckeditor5_coremedia_link.utils.addClass.html index 603e983ad..f03d51bda 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.utils.addClass.html +++ b/docs/api/functions/ckeditor5_coremedia_link.utils.addClass.html @@ -2,4 +2,4 @@ Only works if the view has already been rendered.

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.utils.addClassToTemplate.html b/docs/api/functions/ckeditor5_coremedia_link.utils.addClassToTemplate.html index cd0ab4c52..255602772 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.utils.addClassToTemplate.html +++ b/docs/api/functions/ckeditor5_coremedia_link.utils.addClassToTemplate.html @@ -2,4 +2,4 @@ Only works if done prior to rendering the view.

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.utils.createDecoratorHook.html b/docs/api/functions/ckeditor5_coremedia_link.utils.createDecoratorHook.html index 81ff017c8..5dfe59400 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.utils.createDecoratorHook.html +++ b/docs/api/functions/ckeditor5_coremedia_link.utils.createDecoratorHook.html @@ -5,4 +5,4 @@
  • callback: (() => void)

    a callback to be executed when the event is fired

  • listenerCmp: Emitter

    the class that should listen to the event (probably "this")

  • Optional options: {
        priority?: PriorityString;
    }

    (optional) options object for listener priority

    -
  • Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.utils.removeClass.html b/docs/api/functions/ckeditor5_coremedia_link.utils.removeClass.html index 53df1e15d..2eb00cc27 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.utils.removeClass.html +++ b/docs/api/functions/ckeditor5_coremedia_link.utils.removeClass.html @@ -2,4 +2,4 @@ Only works if the view has already been rendered.

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_link.utils.removeClassFromTemplate.html b/docs/api/functions/ckeditor5_coremedia_link.utils.removeClassFromTemplate.html index ccb7c1ddf..36baeb433 100644 --- a/docs/api/functions/ckeditor5_coremedia_link.utils.removeClassFromTemplate.html +++ b/docs/api/functions/ckeditor5_coremedia_link.utils.removeClassFromTemplate.html @@ -2,4 +2,4 @@ Only works if done prior to rendering the view.

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.getConfig.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.getConfig.html index d36de8d65..b6443bf8c 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.getConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.getConfig.html @@ -1,3 +1,3 @@ getConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns ParsedConfig

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.headingToParagraph.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.headingToParagraph.html index 6d5192470..b6d4a2be7 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.headingToParagraph.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.headingToParagraph.html @@ -1,3 +1,3 @@ headingToParagraph | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Parameters

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.paragraphToHeading.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.paragraphToHeading.html index 7dbb03f09..82077a5f4 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.paragraphToHeading.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.paragraphToHeading.html @@ -1,4 +1,4 @@ paragraphToHeading | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Parameters

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.IdHelper.formatLink.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.IdHelper.formatLink.html index ee1dd9cb4..7a127aee3 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.IdHelper.formatLink.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.IdHelper.formatLink.html @@ -13,4 +13,4 @@

    Example

    formatLinkformatLink("coremedia:///cap/blob/content/2#data")
    => "content/2#properties.data"
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langDataFilterRule.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langDataFilterRule.html index f3582fdee..a7c46bb4b 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langDataFilterRule.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langDataFilterRule.html @@ -1 +1 @@ -langDataFilterRule | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +langDataFilterRule | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langViewFilterRule.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langViewFilterRule.html index 4e68cf364..763f4c912 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langViewFilterRule.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langViewFilterRule.html @@ -1 +1 @@ -langViewFilterRule | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +langViewFilterRule | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceBy.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceBy.html index 9c8b1bce1..6ab001dee 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceBy.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceBy.html @@ -2,4 +2,4 @@ class attribute.

    Parameters

    Returns ElementFilterRule

    \ No newline at end of file +

    Returns ElementFilterRule

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceByElementAndClassBackAndForth.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceByElementAndClassBackAndForth.html index 5636d8da2..7c2ea7c67 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceByElementAndClassBackAndForth.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceByElementAndClassBackAndForth.html @@ -4,4 +4,4 @@
  • dataName: string

    element name for data

  • dataClassName: string

    class attribute value to apply to data element

  • Optional attributeMapper: AttributeMapper

    optional mapper for attributes

    -
  • Returns ToDataAndViewElementConfiguration

    \ No newline at end of file +

    Returns ToDataAndViewElementConfiguration

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceElementAndClassBy.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceElementAndClassBy.html index 344e88ea3..ccb14c95d 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceElementAndClassBy.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.replaceElementAndClassBy.html @@ -23,4 +23,4 @@
  • className: string

    class attribute, which must match; this attribute will be removed from the new element

  • newName: string

    new element name

  • Rest ...subSequentRules: ElementFilterRule[]

    rules to apply for a mapped element in case the class matches

    -
  • Returns ElementFilterRulesByName

    \ No newline at end of file +

    Returns ElementFilterRulesByName

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.getSchema.html b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.getSchema.html index d6499ef27..ef1826a41 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.getSchema.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.getSchema.html @@ -1,3 +1,3 @@ getSchema | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns RichTextSchema

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.declareCoreMediaRichText10Entities.html b/docs/api/functions/ckeditor5_coremedia_richtext.declareCoreMediaRichText10Entities.html index 6c0127f5f..f9127640b 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.declareCoreMediaRichText10Entities.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.declareCoreMediaRichText10Entities.html @@ -3,4 +3,4 @@ makes use of Parameter Entities (to shorten the DTD). These are not supported in inline DTDs.

    Parameters

    Returns string

    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.getCoreMediaRichTextConfig.html b/docs/api/functions/ckeditor5_coremedia_richtext.getCoreMediaRichTextConfig.html index 0bb1ecb58..745f12965 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.getCoreMediaRichTextConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.getCoreMediaRichTextConfig.html @@ -1 +1 @@ -getCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +getCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.getLatestCoreMediaRichTextConfig.html b/docs/api/functions/ckeditor5_coremedia_richtext.getLatestCoreMediaRichTextConfig.html index 978df774d..9fee8602e 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.getLatestCoreMediaRichTextConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.getLatestCoreMediaRichTextConfig.html @@ -1 +1 @@ -getLatestCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +getLatestCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.getV10CoreMediaRichTextConfig.html b/docs/api/functions/ckeditor5_coremedia_richtext.getV10CoreMediaRichTextConfig.html index a586aecee..a6dc02157 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.getV10CoreMediaRichTextConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.getV10CoreMediaRichTextConfig.html @@ -1 +1 @@ -getV10CoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +getV10CoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.isKnownNamespacePrefix.html b/docs/api/functions/ckeditor5_coremedia_richtext.isKnownNamespacePrefix.html index 448bcf47a..a8b120a58 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.isKnownNamespacePrefix.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.isKnownNamespacePrefix.html @@ -1,3 +1,3 @@ isKnownNamespacePrefix | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.isRichTextDataProcessor.html b/docs/api/functions/ckeditor5_coremedia_richtext.isRichTextDataProcessor.html index 4893b0eda..759fdd931 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.isRichTextDataProcessor.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.isRichTextDataProcessor.html @@ -3,4 +3,4 @@ set at CKEditor 5 instance, is the RichTextDataProcessor you may want to add rules to.

    Parameters

    Returns value is RichTextDataProcessor

    \ No newline at end of file +

    Returns value is RichTextDataProcessor

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.applyDefaultReplaceElementByElementAndClassConfig.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.applyDefaultReplaceElementByElementAndClassConfig.html index 8ffb4ea25..2de9de9ae 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.applyDefaultReplaceElementByElementAndClassConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.applyDefaultReplaceElementByElementAndClassConfig.html @@ -1 +1 @@ -applyDefaultReplaceElementByElementAndClassConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +applyDefaultReplaceElementByElementAndClassConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.defaultArtificialRoleToTarget.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.defaultArtificialRoleToTarget.html index b436d452e..ede810d22 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.defaultArtificialRoleToTarget.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.defaultArtificialRoleToTarget.html @@ -3,4 +3,4 @@

    Parameters

    Returns string

    new target, including the representation of the artificial role

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.extractXLinkAttributes.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.extractXLinkAttributes.html index 7f207e833..be868c3b2 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.extractXLinkAttributes.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.extractXLinkAttributes.html @@ -1 +1 @@ -extractXLinkAttributes | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +extractXLinkAttributes | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.extractXLinkDataSetEntries.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.extractXLinkDataSetEntries.html index 900d4b05d..4139fefe9 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.extractXLinkDataSetEntries.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.extractXLinkDataSetEntries.html @@ -1 +1 @@ -extractXLinkDataSetEntries | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +extractXLinkDataSetEntries | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatHrefForData.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatHrefForData.html index 83d15e6b4..9a51d60fa 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatHrefForData.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatHrefForData.html @@ -1,4 +1,4 @@ formatHrefForData | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatHrefForView.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatHrefForView.html index 4325406a6..b1837e864 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatHrefForView.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatHrefForView.html @@ -1,4 +1,4 @@ formatHrefForView | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatTarget.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatTarget.html index 5a8ba3c3d..7db796e98 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatTarget.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.formatTarget.html @@ -8,4 +8,4 @@ that it is suitable to restore the original state later on, when transforming target back to xlink:role/xlink:show again.

    Parameters

    Returns string

    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.ifIncludesToData.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.ifIncludesToData.html index a43793b08..2701628d2 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.ifIncludesToData.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.ifIncludesToData.html @@ -1 +1 @@ -ifIncludesToData | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +ifIncludesToData | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.ifIncludesToView.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.ifIncludesToView.html index 24133b286..52350f0f3 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.ifIncludesToView.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.ifIncludesToView.html @@ -1 +1 @@ -ifIncludesToView | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +ifIncludesToView | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.includesToData.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.includesToData.html index 679557f6d..5d6d292eb 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.includesToData.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.includesToData.html @@ -1,3 +1,3 @@ includesToData | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns boolean

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.includesToView.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.includesToView.html index f4cd2a907..e783e3369 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.includesToView.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.includesToView.html @@ -1,3 +1,3 @@ includesToView | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns boolean

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.mapArtificialXLinkRole.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.mapArtificialXLinkRole.html index 3d818cb97..25c139a77 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.mapArtificialXLinkRole.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.mapArtificialXLinkRole.html @@ -46,4 +46,4 @@ given value of xlink:role in some other attribute

  • excludeShow: (undefined | string)[] = ...

    excluded values of show when not to apply the artificial role mapping; defaults to the recommended default ["other"]

    -
  • Returns RuleConfig

    \ No newline at end of file +

    Returns RuleConfig

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.mergeTableSectionsToTableBody.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.mergeTableSectionsToTableBody.html index 85ed18738..e315b517d 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.mergeTableSectionsToTableBody.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.mergeTableSectionsToTableBody.html @@ -1 +1 @@ -mergeTableSectionsToTableBody | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +mergeTableSectionsToTableBody | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseDataContentLink.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseDataContentLink.html index b14a2e450..22f6529db 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseDataContentLink.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseDataContentLink.html @@ -8,4 +8,4 @@
  • https://example.org/ evaluates to undefined
  • Parameters

    Returns undefined | number

    \ No newline at end of file +

    Returns undefined | number

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseTarget.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseTarget.html index e757d00c8..c9c85b7d5 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseTarget.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseTarget.html @@ -2,4 +2,4 @@ representation in attributes xlink:show and xlink:role.

    Parameters

    Returns Partial<Pick<Partial<Record<string, string>>, "role" | "show">>

    parsed result; possibly an empty object

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseTitle.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseTitle.html index 60646b5ff..76497ed2b 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseTitle.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseTitle.html @@ -1,4 +1,4 @@ parseTitle | CoreMedia CKEditor 5 Plugins
    • Parses the given title and if non-empty provides the corresponding snippet for XLink attributes.

      Parameters

      • title: string

        title to possibly add to attributes, if non-empty

        -

      Returns Partial<Pick<Partial<Record<string, string>>, "title">>

    \ No newline at end of file +

    Returns Partial<Pick<Partial<Record<string, string>>, "title">>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseViewContentLink.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseViewContentLink.html index 063210cce..d615a971e 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseViewContentLink.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.parseViewContentLink.html @@ -5,4 +5,4 @@
  • https://example.org/ evaluates to undefined
  • Parameters

    Returns undefined | number

    \ No newline at end of file +

    Returns undefined | number

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.preProcessAnchorElement.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.preProcessAnchorElement.html index d2e9998c9..670687938 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.preProcessAnchorElement.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.preProcessAnchorElement.html @@ -4,4 +4,4 @@ with the corresponding attributes.

    Parameters

    Returns RuleConfig

    \ No newline at end of file +

    Returns RuleConfig

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.preferLangAttribute.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.preferLangAttribute.html index 6404d4893..c1a9c1e54 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.preferLangAttribute.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.preferLangAttribute.html @@ -3,4 +3,4 @@ xml:lang is preferred over lang when both are set in CoreMedia RichText.

    Note that on transformation to data, the language will always be stored in xml:lang.

    -

    Parameters

    Returns RuleConfig

    \ No newline at end of file +

    Parameters

    Returns RuleConfig

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceByChildren.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceByChildren.html index 8806214d0..b127cde48 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceByChildren.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceByChildren.html @@ -1 +1 @@ -replaceByChildren | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +replaceByChildren | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceElementByElement.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceElementByElement.html index 4be52d509..019832e42 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceElementByElement.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceElementByElement.html @@ -1 +1 @@ -replaceElementByElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +replaceElementByElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceElementByElementAndClass.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceElementByElementAndClass.html index 192070b0b..7982f2f77 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceElementByElementAndClass.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceElementByElementAndClass.html @@ -1 +1 @@ -replaceElementByElementAndClass | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +replaceElementByElementAndClass | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceHeadingsByElementAndClass.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceHeadingsByElementAndClass.html index e72a1f371..563177ede 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceHeadingsByElementAndClass.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.replaceHeadingsByElementAndClass.html @@ -1 +1 @@ -replaceHeadingsByElementAndClass | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +replaceHeadingsByElementAndClass | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.resolveDirectionToConfig.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.resolveDirectionToConfig.html index fd2182477..33f78a2b6 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.resolveDirectionToConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.resolveDirectionToConfig.html @@ -1 +1 @@ -resolveDirectionToConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +resolveDirectionToConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.setXLinkAttributes.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.setXLinkAttributes.html index 77bec50eb..0ee6148cb 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.setXLinkAttributes.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.setXLinkAttributes.html @@ -1 +1 @@ -setXLinkAttributes | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +setXLinkAttributes | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.setXLinkDataSetEntries.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.setXLinkDataSetEntries.html index e2feea755..b233a2299 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.setXLinkDataSetEntries.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.setXLinkDataSetEntries.html @@ -1 +1 @@ -setXLinkDataSetEntries | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +setXLinkDataSetEntries | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.toDataContentLink.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.toDataContentLink.html index 56ab7ca85..b8688092e 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.toDataContentLink.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.toDataContentLink.html @@ -1,4 +1,4 @@ toDataContentLink | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns `content/${number}`

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.toViewContentLink.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.toViewContentLink.html index df66e8f66..d90e5606a 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.toViewContentLink.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.toViewContentLink.html @@ -1,4 +1,4 @@ toViewContentLink | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns `content:${number}`

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.transformLinkAttributesToData.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.transformLinkAttributesToData.html index c172fc01f..2cf534fa4 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.transformLinkAttributesToData.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.transformLinkAttributesToData.html @@ -3,4 +3,4 @@

    Note that this should be called early in data-processing when still operating on HTML DOM representation to benefit from richer API.

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.rules.transformLinkAttributesToView.html b/docs/api/functions/ckeditor5_coremedia_richtext.rules.transformLinkAttributesToView.html index 39e020c89..6937202fc 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.rules.transformLinkAttributesToView.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.rules.transformLinkAttributesToView.html @@ -5,4 +5,4 @@

    Parameters

    Returns Node

    \ No newline at end of file +

    Returns Node

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.sanitation.acEnum.html b/docs/api/functions/ckeditor5_coremedia_richtext.sanitation.acEnum.html index a7b9b6d25..757ae630e 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.sanitation.acEnum.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.sanitation.acEnum.html @@ -1,3 +1,3 @@ acEnum | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns AttributeContent

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext.sanitation.parseAttributeDefinitionConfig.html b/docs/api/functions/ckeditor5_coremedia_richtext.sanitation.parseAttributeDefinitionConfig.html index f66167b29..695934791 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext.sanitation.parseAttributeDefinitionConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext.sanitation.parseAttributeDefinitionConfig.html @@ -1,3 +1,3 @@ parseAttributeDefinitionConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Required<AttributeDefinitionConfig>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext_support.findFirstPattern.html b/docs/api/functions/ckeditor5_coremedia_richtext_support.findFirstPattern.html index 4669fab1f..f1043e8e0 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext_support.findFirstPattern.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext_support.findFirstPattern.html @@ -3,4 +3,4 @@

    Parameters

    Returns undefined | ReducedMatcherPattern

    pattern found; undefined for no pattern found

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext_support.getConfig.html b/docs/api/functions/ckeditor5_coremedia_richtext_support.getConfig.html index ee14a9b71..55d476098 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext_support.getConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext_support.getConfig.html @@ -1 +1 @@ -getConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +getConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext_support.mergePatterns.html b/docs/api/functions/ckeditor5_coremedia_richtext_support.mergePatterns.html index 80dcd7b19..7d2c12cf7 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext_support.mergePatterns.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext_support.mergePatterns.html @@ -4,4 +4,4 @@ previously defined definitions. Thus, merging [{ name: "a" }, { name: "b" }] will result in pattern { name: "b" }.

    Parameters

    Returns ReducedMatcherPattern

    \ No newline at end of file +

    Returns ReducedMatcherPattern

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext_support.resolveInheritance.html b/docs/api/functions/ckeditor5_coremedia_richtext_support.resolveInheritance.html index 3173fea4a..0a127cb9b 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext_support.resolveInheritance.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext_support.resolveInheritance.html @@ -1,4 +1,4 @@ resolveInheritance | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns ReducedMatcherPattern

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_richtext_support.toLookupStrategy.html b/docs/api/functions/ckeditor5_coremedia_richtext_support.toLookupStrategy.html index cc604733a..df8e2b210 100644 --- a/docs/api/functions/ckeditor5_coremedia_richtext_support.toLookupStrategy.html +++ b/docs/api/functions/ckeditor5_coremedia_richtext_support.toLookupStrategy.html @@ -1,3 +1,3 @@ toLookupStrategy | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns MatcherPatternLookup

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration.createBlobDisplayServiceDescriptor.html b/docs/api/functions/ckeditor5_coremedia_studio_integration.createBlobDisplayServiceDescriptor.html index 86271ca58..4124f308d 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration.createBlobDisplayServiceDescriptor.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration.createBlobDisplayServiceDescriptor.html @@ -1,2 +1,2 @@ createBlobDisplayServiceDescriptor | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns {}

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration.createBlocklistServiceDescriptor.html b/docs/api/functions/ckeditor5_coremedia_studio_integration.createBlocklistServiceDescriptor.html index d7f6b82cf..7883cef7b 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration.createBlocklistServiceDescriptor.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration.createBlocklistServiceDescriptor.html @@ -1,2 +1,2 @@ createBlocklistServiceDescriptor | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns {}

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration.createContentDisplayServiceDescriptor.html b/docs/api/functions/ckeditor5_coremedia_studio_integration.createContentDisplayServiceDescriptor.html index 98ef4a772..6260e0b0c 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration.createContentDisplayServiceDescriptor.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration.createContentDisplayServiceDescriptor.html @@ -1,2 +1,2 @@ createContentDisplayServiceDescriptor | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns {}

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration.createRichtextConfigurationServiceDescriptor.html b/docs/api/functions/ckeditor5_coremedia_studio_integration.createRichtextConfigurationServiceDescriptor.html index cfca52f62..faf73c9f8 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration.createRichtextConfigurationServiceDescriptor.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration.createRichtextConfigurationServiceDescriptor.html @@ -1,2 +1,2 @@ createRichtextConfigurationServiceDescriptor | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns {}

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration.isModelUriPath.html b/docs/api/functions/ckeditor5_coremedia_studio_integration.isModelUriPath.html index 012795044..120783c93 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration.isModelUriPath.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration.isModelUriPath.html @@ -1,3 +1,3 @@ isModelUriPath | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration.requireContentUriPath.html b/docs/api/functions/ckeditor5_coremedia_studio_integration.requireContentUriPath.html index dcc0b9470..7ba4d04d6 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration.requireContentUriPath.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration.requireContentUriPath.html @@ -4,4 +4,4 @@ a valid URI Path.

    Parameters

    Returns string

    Throws

    InvalidUriPathError in case of unmatched string

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.asStaticContent.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.asStaticContent.html index 5718a3f9a..634d73996 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.asStaticContent.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.asStaticContent.html @@ -2,4 +2,4 @@ as assuming (as in CoreMedia CMS), that odd ids represent folders, while even ids represent documents.

    Parameters

    Returns MockContent

    \ No newline at end of file +

    Returns MockContent

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.capitalize.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.capitalize.html index 4008d9c68..73ad81854 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.capitalize.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.capitalize.html @@ -1,3 +1,3 @@ capitalize | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.defaultMockContentProvider.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.defaultMockContentProvider.html index f1454c5f1..0cbfb4cdd 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.defaultMockContentProvider.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.defaultMockContentProvider.html @@ -1,3 +1,3 @@ defaultMockContentProvider | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Parameters

    Returns MockContent

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.defaultTypeById.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.defaultTypeById.html index a16ca33c7..38a8965b6 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.defaultTypeById.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.defaultTypeById.html @@ -6,4 +6,4 @@
    {
    id: 2,
    type: "folder",
    }

    But for { id: 2 }, the default type will evaluate to document here.

    -

    Parameters

    Returns "folder" | "document"

    \ No newline at end of file +

    Parameters

    Returns "folder" | "document"

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.getTypeDefaults.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.getTypeDefaults.html index ac3fbbfe1..864daf546 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.getTypeDefaults.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.getTypeDefaults.html @@ -1,4 +1,4 @@ getTypeDefaults | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Parameters

    Returns MockContentTypeSpecificProperties

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.increaseUpToAndRestart.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.increaseUpToAndRestart.html index f128489c6..3f1413ce8 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.increaseUpToAndRestart.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.increaseUpToAndRestart.html @@ -5,4 +5,4 @@

    Parameters

    Returns IncreaseUpToAndRestartResponse

    \ No newline at end of file +

    Returns IncreaseUpToAndRestartResponse

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isAnExternalContent.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isAnExternalContent.html index 6489228fa..36de6ccbd 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isAnExternalContent.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isAnExternalContent.html @@ -1 +1 @@ -isAnExternalContent | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +isAnExternalContent | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentConfig.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentConfig.html index 543e60d00..6690a9c2d 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentConfig.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentConfig.html @@ -1,3 +1,3 @@ isMockContentConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is MockContentConfig

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentConfigs.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentConfigs.html index 0e4bacbba..e04579135 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentConfigs.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentConfigs.html @@ -1,4 +1,4 @@ isMockContentConfigs | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentObject.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentObject.html index b8e4c2936..87d6e7dec 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentObject.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isMockContentObject.html @@ -1,2 +1,2 @@ isMockContentObject | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Parameters

    Returns instance is MockContentObject

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isObject.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isObject.html index 7c6f3be9c..aafaaba2c 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isObject.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.isObject.html @@ -1,3 +1,3 @@ isObject | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns c is Record<string, unknown>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeBlob.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeBlob.html index 974031087..a83cec734 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeBlob.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeBlob.html @@ -1,4 +1,4 @@ observeBlob | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Observable<BlobType>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeEditing.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeEditing.html index 213defa24..60174be81 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeEditing.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeEditing.html @@ -1,4 +1,4 @@ observeEditing | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Observable<boolean>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeEditingHint.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeEditingHint.html index 2490a30d2..2c491da3c 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeEditingHint.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeEditingHint.html @@ -2,4 +2,4 @@ checked in or checked out). Respects the unreadable state, which triggers an alternative name state.

    Parameters

    Returns Observable<DisplayHint>

    \ No newline at end of file +

    Returns Observable<DisplayHint>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeMutableProperty.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeMutableProperty.html index e9ad4d4fe..e185c4b6d 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeMutableProperty.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeMutableProperty.html @@ -1 +1 @@ -observeMutableProperty | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +observeMutableProperty | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeName.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeName.html index a82a2d49c..a9ad73bbd 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeName.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeName.html @@ -1,4 +1,4 @@ observeName | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Observable<string>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeNameHint.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeNameHint.html index 7ea8e9cf0..7ae716dcb 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeNameHint.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeNameHint.html @@ -3,4 +3,4 @@ unreadable.

    id and type are only used in unreadable state.

    Parameters

    Returns Observable<DisplayHint>

    \ No newline at end of file +

    Returns Observable<DisplayHint>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeReadable.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeReadable.html index fb5a95b2e..5b5ae9a5a 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeReadable.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeReadable.html @@ -1,3 +1,3 @@ observeReadable | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Observable<boolean>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeTypeHint.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeTypeHint.html index dbb79aec3..154bca52a 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeTypeHint.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.observeTypeHint.html @@ -3,4 +3,4 @@ state, so that it may provide a state, which states, that the type cannot be determined, because it is unreadable.

    Parameters

    Returns Observable<DisplayHint>

    \ No newline at end of file +

    Returns Observable<DisplayHint>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.unreadableName.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.unreadableName.html index 417447a52..3794875e9 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.unreadableName.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.unreadableName.html @@ -1,3 +1,3 @@ unreadableName | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.unreadableNameHint.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.unreadableNameHint.html index e21b56cb1..692b014cc 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.unreadableNameHint.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.unreadableNameHint.html @@ -1,4 +1,4 @@ unreadableNameHint | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns DisplayHint

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withContentDefaults.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withContentDefaults.html index f883357b1..383d8029c 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withContentDefaults.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withContentDefaults.html @@ -1,3 +1,3 @@ withContentDefaults | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns MockContent

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withDefaults.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withDefaults.html index a48b7692e..d944de1a8 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withDefaults.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withDefaults.html @@ -1,4 +1,4 @@ withDefaults | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns RequiredFrom<T, R>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withDelayDefaults.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withDelayDefaults.html index 1e9183f12..6ce20130f 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withDelayDefaults.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withDelayDefaults.html @@ -1,3 +1,3 @@ withDelayDefaults | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns RequiredFrom<T, Delayed>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withPropertiesDefaults.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withPropertiesDefaults.html index 0ed826d0d..f58738c72 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withPropertiesDefaults.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withPropertiesDefaults.html @@ -2,4 +2,4 @@ where required, and migrates them all to array representation.

    Type Parameters

    Parameters

    Returns MigrateTo<T, MutableProperties>

    \ No newline at end of file +

    Returns MigrateTo<T, MutableProperties>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withTypeDefaults.html b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withTypeDefaults.html index 0f5f3893e..45d8862be 100644 --- a/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withTypeDefaults.html +++ b/docs/api/functions/ckeditor5_coremedia_studio_integration_mock.content.withTypeDefaults.html @@ -1,4 +1,4 @@ withTypeDefaults | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns RequiredFrom<T, MockContentTypeSpecificProperties>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_data_facade.isContextMismatchError.html b/docs/api/functions/ckeditor5_data_facade.isContextMismatchError.html index c717990f1..4d907ca71 100644 --- a/docs/api/functions/ckeditor5_data_facade.isContextMismatchError.html +++ b/docs/api/functions/ckeditor5_data_facade.isContextMismatchError.html @@ -1,3 +1,3 @@ isContextMismatchError | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns error is ContextMismatchError

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.allAttributeMappers.html b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.allAttributeMappers.html index c1615718e..8fbe5314f 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.allAttributeMappers.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.allAttributeMappers.html @@ -1,3 +1,3 @@ allAttributeMappers | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns AttributeMapper

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.asDataFilterRule.html b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.asDataFilterRule.html index bcc0fcc7e..55c438668 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.asDataFilterRule.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.asDataFilterRule.html @@ -1,3 +1,3 @@ asDataFilterRule | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns ElementFilterRule

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.asViewFilterRule.html b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.asViewFilterRule.html index 7f9b3b51e..2c560e0b1 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.asViewFilterRule.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.asViewFilterRule.html @@ -1,3 +1,3 @@ asViewFilterRule | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns ElementFilterRule

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.preserveAttributeAs.html b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.preserveAttributeAs.html index 16b2f9ed9..3d3e380c8 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.preserveAttributeAs.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.preserveAttributeAs.html @@ -11,4 +11,4 @@

    Example: **Extended Use Case:** Mapper to store data attribute `lang` with alias `xml:lang` in view as `lang`:

    mapper = preserveAttributeAs("lang", "lang", "xml:lang");
     
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.renameAttribute.html b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.renameAttribute.html index 1b9db90ed..6f57806e4 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.renameAttribute.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.Attributes.renameAttribute.html @@ -6,4 +6,4 @@
  • name: string

    the original name to rename

  • targetName: string

    the new name of the attribute

  • Rest ...aliases: string[]

    possible alternative original names

    -
  • Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.RulesLogger.warnOnAmbiguousAttributeState.html b/docs/api/functions/ckeditor5_dataprocessor_support.RulesLogger.warnOnAmbiguousAttributeState.html index 294dd8626..f9c9a4761 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.RulesLogger.warnOnAmbiguousAttributeState.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.RulesLogger.warnOnAmbiguousAttributeState.html @@ -1,4 +1,4 @@ warnOnAmbiguousAttributeState | CoreMedia CKEditor 5 Plugins
    • Triggers a warning on an ambiguous attribute state.

      Parameters

      • msg: string

        details on ambiguous state

      • Rest ...data: unknown[]

        more data to apply

        -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.RulesLogger.warnOnAmbiguousElementState.html b/docs/api/functions/ckeditor5_dataprocessor_support.RulesLogger.warnOnAmbiguousElementState.html index 753be5515..231b965ee 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.RulesLogger.warnOnAmbiguousElementState.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.RulesLogger.warnOnAmbiguousElementState.html @@ -1,4 +1,4 @@ warnOnAmbiguousElementState | CoreMedia CKEditor 5 Plugins
    • Triggers a warning on an ambiguous element state.

      Parameters

      • msg: string

        details on ambiguous state

      • Rest ...data: unknown[]

        more data to apply

        -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.allFilterRules.html b/docs/api/functions/ckeditor5_dataprocessor_support.allFilterRules.html index 4f443e00e..5f34bde50 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.allFilterRules.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.allFilterRules.html @@ -1,4 +1,4 @@ allFilterRules | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.mergePreParsedToViews.html b/docs/api/functions/ckeditor5_dataprocessor_support.mergePreParsedToViews.html index 7f9c496ab..fb53c49ef 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.mergePreParsedToViews.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.mergePreParsedToViews.html @@ -1 +1 @@ -mergePreParsedToViews | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +mergePreParsedToViews | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dataprocessor_support.parseFilterRuleSetConfigurations.html b/docs/api/functions/ckeditor5_dataprocessor_support.parseFilterRuleSetConfigurations.html index e2b9b0ace..c1995a351 100644 --- a/docs/api/functions/ckeditor5_dataprocessor_support.parseFilterRuleSetConfigurations.html +++ b/docs/api/functions/ckeditor5_dataprocessor_support.parseFilterRuleSetConfigurations.html @@ -1 +1 @@ -parseFilterRuleSetConfigurations | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +parseFilterRuleSetConfigurations | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_converter.byPriority.html b/docs/api/functions/ckeditor5_dom_converter.byPriority.html index 0deb16f19..e24827b64 100644 --- a/docs/api/functions/ckeditor5_dom_converter.byPriority.html +++ b/docs/api/functions/ckeditor5_dom_converter.byPriority.html @@ -6,4 +6,4 @@
  • b: RuleSection

    second prioritized object

  • Returns number

    Example

    const objs: Prioritized[] = [
    {priority: -2},
    {priority: 2},
    {priority: -1},
    {priority: 1},
    {priority: 0},
    ];

    objs.sort(byPriority);
    // [2, 1, 0, -1, -2]
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_converter.mergeRuleSections.html b/docs/api/functions/ckeditor5_dom_converter.mergeRuleSections.html index acc816406..fb34d8014 100644 --- a/docs/api/functions/ckeditor5_dom_converter.mergeRuleSections.html +++ b/docs/api/functions/ckeditor5_dom_converter.mergeRuleSections.html @@ -1,4 +1,4 @@ mergeRuleSections | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns RuleSection[]

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_converter.parseAndSortRuleSectionConfigs.html b/docs/api/functions/ckeditor5_dom_converter.parseAndSortRuleSectionConfigs.html index abb34ce60..ebac2c038 100644 --- a/docs/api/functions/ckeditor5_dom_converter.parseAndSortRuleSectionConfigs.html +++ b/docs/api/functions/ckeditor5_dom_converter.parseAndSortRuleSectionConfigs.html @@ -1,3 +1,3 @@ parseAndSortRuleSectionConfigs | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns RuleSection[]

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_converter.parseRule.html b/docs/api/functions/ckeditor5_dom_converter.parseRule.html index e0c9d9aea..06aa9ec47 100644 --- a/docs/api/functions/ckeditor5_dom_converter.parseRule.html +++ b/docs/api/functions/ckeditor5_dom_converter.parseRule.html @@ -1,3 +1,3 @@ parseRule | CoreMedia CKEditor 5 Plugins
    • Parses the given rule configuration into a rule.

      Parameters

      Returns Rule

    \ No newline at end of file +

    Returns Rule

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_converter.parseRuleSectionConfig.html b/docs/api/functions/ckeditor5_dom_converter.parseRuleSectionConfig.html index 00ac5d83c..2fe734896 100644 --- a/docs/api/functions/ckeditor5_dom_converter.parseRuleSectionConfig.html +++ b/docs/api/functions/ckeditor5_dom_converter.parseRuleSectionConfig.html @@ -1,3 +1,3 @@ parseRuleSectionConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns RuleSection

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.appendNodeContents.html b/docs/api/functions/ckeditor5_dom_support.appendNodeContents.html index 84f400dbf..3c93770de 100644 --- a/docs/api/functions/ckeditor5_dom_support.appendNodeContents.html +++ b/docs/api/functions/ckeditor5_dom_support.appendNodeContents.html @@ -1,4 +1,4 @@ appendNodeContents | CoreMedia CKEditor 5 Plugins
    • Moves contents from one node to another, appending them to the target node.

      Parameters

      • source: Node

        source node to move from

      • target: Node

        target node to move to

        -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.compileElementDefinition.html b/docs/api/functions/ckeditor5_dom_support.compileElementDefinition.html index 228fa227e..c9bc7037d 100644 --- a/docs/api/functions/ckeditor5_dom_support.compileElementDefinition.html +++ b/docs/api/functions/ckeditor5_dom_support.compileElementDefinition.html @@ -1,3 +1,3 @@ compileElementDefinition | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns ElementDefinition

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.copyAttributesFrom.html b/docs/api/functions/ckeditor5_dom_support.copyAttributesFrom.html index 4e0db9661..a3a93e365 100644 --- a/docs/api/functions/ckeditor5_dom_support.copyAttributesFrom.html +++ b/docs/api/functions/ckeditor5_dom_support.copyAttributesFrom.html @@ -7,4 +7,4 @@

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.createElement.html b/docs/api/functions/ckeditor5_dom_support.createElement.html index 4dd06a53a..1881f2365 100644 --- a/docs/api/functions/ckeditor5_dom_support.createElement.html +++ b/docs/api/functions/ckeditor5_dom_support.createElement.html @@ -1,4 +1,4 @@ createElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Element

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.describeAttr.html b/docs/api/functions/ckeditor5_dom_support.describeAttr.html index 7e1fed037..8dd4ae48f 100644 --- a/docs/api/functions/ckeditor5_dom_support.describeAttr.html +++ b/docs/api/functions/ckeditor5_dom_support.describeAttr.html @@ -1,4 +1,4 @@ describeAttr | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.documentFromHtml.html b/docs/api/functions/ckeditor5_dom_support.documentFromHtml.html index 73908e35d..e2ec5a822 100644 --- a/docs/api/functions/ckeditor5_dom_support.documentFromHtml.html +++ b/docs/api/functions/ckeditor5_dom_support.documentFromHtml.html @@ -1,3 +1,3 @@ documentFromHtml | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Document

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.documentFromXml.html b/docs/api/functions/ckeditor5_dom_support.documentFromXml.html index 8e8a6d0b4..83bf7fdb4 100644 --- a/docs/api/functions/ckeditor5_dom_support.documentFromXml.html +++ b/docs/api/functions/ckeditor5_dom_support.documentFromXml.html @@ -1,3 +1,3 @@ documentFromXml | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns Document

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.extractNodeContents.html b/docs/api/functions/ckeditor5_dom_support.extractNodeContents.html index cb193a2c1..bd725ed62 100644 --- a/docs/api/functions/ckeditor5_dom_support.extractNodeContents.html +++ b/docs/api/functions/ckeditor5_dom_support.extractNodeContents.html @@ -2,4 +2,4 @@ from the given node.

    Parameters

    Returns DocumentFragment

    fragment containing all child nodes

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.fragmentFromNodeContents.html b/docs/api/functions/ckeditor5_dom_support.fragmentFromNodeContents.html index 299c6fc65..2c61f7ea4 100644 --- a/docs/api/functions/ckeditor5_dom_support.fragmentFromNodeContents.html +++ b/docs/api/functions/ckeditor5_dom_support.fragmentFromNodeContents.html @@ -1,3 +1,3 @@ fragmentFromNodeContents | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns DocumentFragment

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.fragmentToString.html b/docs/api/functions/ckeditor5_dom_support.fragmentToString.html index 0165e886c..e22965496 100644 --- a/docs/api/functions/ckeditor5_dom_support.fragmentToString.html +++ b/docs/api/functions/ckeditor5_dom_support.fragmentToString.html @@ -1,4 +1,4 @@ fragmentToString | CoreMedia CKEditor 5 Plugins
    • Provides a string representation of a given document fragment, concatenating string representations of its children.

      Parameters

      • domFragment: DocumentFragment

        fragment to create toString representation of

        -

      Returns string

    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.getColor.html b/docs/api/functions/ckeditor5_dom_support.getColor.html index 990facfd2..afe19d88d 100644 --- a/docs/api/functions/ckeditor5_dom_support.getColor.html +++ b/docs/api/functions/ckeditor5_dom_support.getColor.html @@ -5,4 +5,4 @@

    Parameters

    Returns undefined | string | RgbColor

    undefined for unset and/or unmatched color; string for color names or similar; RgbColor for parseable colors.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.getFontWeight.html b/docs/api/functions/ckeditor5_dom_support.getFontWeight.html index 1d91e95f5..22ecf7e98 100644 --- a/docs/api/functions/ckeditor5_dom_support.getFontWeight.html +++ b/docs/api/functions/ckeditor5_dom_support.getFontWeight.html @@ -10,4 +10,4 @@ font-weight bold. Similar, lighter will be represented by a value typically used by browsers, when the parent has font-weight normal.

    Parameters

    Returns undefined | RequireSelected<FontWeightInformation, "asNumber"> | RequireSelected<FontWeightInformation, "asText"> | Required<FontWeightInformation>

    \ No newline at end of file +

    Returns undefined | RequireSelected<FontWeightInformation, "asNumber"> | RequireSelected<FontWeightInformation, "asText"> | Required<FontWeightInformation>

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.getFontWeightNumeric.html b/docs/api/functions/ckeditor5_dom_support.getFontWeightNumeric.html index b0d4c0ee7..171dc95cb 100644 --- a/docs/api/functions/ckeditor5_dom_support.getFontWeightNumeric.html +++ b/docs/api/functions/ckeditor5_dom_support.getFontWeightNumeric.html @@ -3,4 +3,4 @@ parsed, undefined is returned.

    Regarding relative font-weight-names (lighter, bolder), a normal weighted parent is assumed.

    -

    Parameters

    Returns undefined | number

    \ No newline at end of file +

    Parameters

    Returns undefined | number

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isAttr.html b/docs/api/functions/ckeditor5_dom_support.isAttr.html index 5c323c13c..a9b38c001 100644 --- a/docs/api/functions/ckeditor5_dom_support.isAttr.html +++ b/docs/api/functions/ckeditor5_dom_support.isAttr.html @@ -1,3 +1,3 @@ isAttr | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is Attr

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isCharacterData.html b/docs/api/functions/ckeditor5_dom_support.isCharacterData.html index 48e759f7c..29991f889 100644 --- a/docs/api/functions/ckeditor5_dom_support.isCharacterData.html +++ b/docs/api/functions/ckeditor5_dom_support.isCharacterData.html @@ -1,3 +1,3 @@ isCharacterData | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is CharacterData

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isComment.html b/docs/api/functions/ckeditor5_dom_support.isComment.html index 206cbf022..e900ca902 100644 --- a/docs/api/functions/ckeditor5_dom_support.isComment.html +++ b/docs/api/functions/ckeditor5_dom_support.isComment.html @@ -1,3 +1,3 @@ isComment | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is CharacterData

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isDocument.html b/docs/api/functions/ckeditor5_dom_support.isDocument.html index 35510f6df..3c16c73e0 100644 --- a/docs/api/functions/ckeditor5_dom_support.isDocument.html +++ b/docs/api/functions/ckeditor5_dom_support.isDocument.html @@ -1,3 +1,3 @@ isDocument | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is Document

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isDocumentFragment.html b/docs/api/functions/ckeditor5_dom_support.isDocumentFragment.html index 9157fdda5..2b488160b 100644 --- a/docs/api/functions/ckeditor5_dom_support.isDocumentFragment.html +++ b/docs/api/functions/ckeditor5_dom_support.isDocumentFragment.html @@ -1,3 +1,3 @@ isDocumentFragment | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is DocumentFragment

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isElement.html b/docs/api/functions/ckeditor5_dom_support.isElement.html index 0df88c8ce..89af6e959 100644 --- a/docs/api/functions/ckeditor5_dom_support.isElement.html +++ b/docs/api/functions/ckeditor5_dom_support.isElement.html @@ -1,3 +1,3 @@ isElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is Element

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isHTMLAnchorElement.html b/docs/api/functions/ckeditor5_dom_support.isHTMLAnchorElement.html index 97c010885..2276504b7 100644 --- a/docs/api/functions/ckeditor5_dom_support.isHTMLAnchorElement.html +++ b/docs/api/functions/ckeditor5_dom_support.isHTMLAnchorElement.html @@ -1,3 +1,3 @@ isHTMLAnchorElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is HTMLAnchorElement

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isHTMLElement.html b/docs/api/functions/ckeditor5_dom_support.isHTMLElement.html index 04420e74c..d28f5059f 100644 --- a/docs/api/functions/ckeditor5_dom_support.isHTMLElement.html +++ b/docs/api/functions/ckeditor5_dom_support.isHTMLElement.html @@ -1,3 +1,3 @@ isHTMLElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is HTMLElement

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isHTMLTableElement.html b/docs/api/functions/ckeditor5_dom_support.isHTMLTableElement.html index f8fc869af..87523773b 100644 --- a/docs/api/functions/ckeditor5_dom_support.isHTMLTableElement.html +++ b/docs/api/functions/ckeditor5_dom_support.isHTMLTableElement.html @@ -1,3 +1,3 @@ isHTMLTableElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is HTMLTableElement

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isHasNamespaceUri.html b/docs/api/functions/ckeditor5_dom_support.isHasNamespaceUri.html index 20cc52116..62d3fe0e8 100644 --- a/docs/api/functions/ckeditor5_dom_support.isHasNamespaceUri.html +++ b/docs/api/functions/ckeditor5_dom_support.isHasNamespaceUri.html @@ -1,2 +1,2 @@ isHasNamespaceUri | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Parameters

    Returns value is HasNamespaceUri

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isParentNode.html b/docs/api/functions/ckeditor5_dom_support.isParentNode.html index 5872791cd..79e83872c 100644 --- a/docs/api/functions/ckeditor5_dom_support.isParentNode.html +++ b/docs/api/functions/ckeditor5_dom_support.isParentNode.html @@ -1,3 +1,3 @@ isParentNode | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is HasChildren

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.isText.html b/docs/api/functions/ckeditor5_dom_support.isText.html index 17ba2ab40..598eeeba8 100644 --- a/docs/api/functions/ckeditor5_dom_support.isText.html +++ b/docs/api/functions/ckeditor5_dom_support.isText.html @@ -1,3 +1,3 @@ isText | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is Text

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.lookupDocumentDefaultNamespaceURI.html b/docs/api/functions/ckeditor5_dom_support.lookupDocumentDefaultNamespaceURI.html index 0aa98d79f..5ad93ceb4 100644 --- a/docs/api/functions/ckeditor5_dom_support.lookupDocumentDefaultNamespaceURI.html +++ b/docs/api/functions/ckeditor5_dom_support.lookupDocumentDefaultNamespaceURI.html @@ -1,3 +1,3 @@ lookupDocumentDefaultNamespaceURI | CoreMedia CKEditor 5 Plugins
    • Lookup default namespace URI for document.

      Parameters

      • document: Document

        document to lookup default namespace URI (prefix: null) for.

        -

      Returns null | string

    \ No newline at end of file +

    Returns null | string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.lookupNamespaceURI.html b/docs/api/functions/ckeditor5_dom_support.lookupNamespaceURI.html index 7af855144..a816b26e1 100644 --- a/docs/api/functions/ckeditor5_dom_support.lookupNamespaceURI.html +++ b/docs/api/functions/ckeditor5_dom_support.lookupNamespaceURI.html @@ -18,4 +18,4 @@
  • prefix: null | string = null

    prefix to look up; defaults to null

  • force: boolean = false

    if true (defaults to false), always uses the fallback algorithm for empty/unset prefix

    -
  • Returns null | string

    \ No newline at end of file +

    Returns null | string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.prependNodeContents.html b/docs/api/functions/ckeditor5_dom_support.prependNodeContents.html index 51a3e73f1..edaa07c39 100644 --- a/docs/api/functions/ckeditor5_dom_support.prependNodeContents.html +++ b/docs/api/functions/ckeditor5_dom_support.prependNodeContents.html @@ -1,4 +1,4 @@ prependNodeContents | CoreMedia CKEditor 5 Plugins
    • Moves contents from one node to another, prepending them to the target node.

      Parameters

      • source: Node

        source node to move from

      • target: Node

        target node to move to

        -

      Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.querySelectorAllDirectChildren.html b/docs/api/functions/ckeditor5_dom_support.querySelectorAllDirectChildren.html index 10f3ccf15..284b24ca3 100644 --- a/docs/api/functions/ckeditor5_dom_support.querySelectorAllDirectChildren.html +++ b/docs/api/functions/ckeditor5_dom_support.querySelectorAllDirectChildren.html @@ -1,4 +1,4 @@ querySelectorAllDirectChildren | CoreMedia CKEditor 5 Plugins
    • Retrieve all direct children matching given selectors.

      Parameters

      • parent: ParentNode

        the parent to start searching from

      • selectors: string

        selector to match

        -

      Returns Element[]

    \ No newline at end of file +

    Returns Element[]

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.querySelectorDirectChild.html b/docs/api/functions/ckeditor5_dom_support.querySelectorDirectChild.html index a04ca227d..67a40faf8 100644 --- a/docs/api/functions/ckeditor5_dom_support.querySelectorDirectChild.html +++ b/docs/api/functions/ckeditor5_dom_support.querySelectorDirectChild.html @@ -1,4 +1,4 @@ querySelectorDirectChild | CoreMedia CKEditor 5 Plugins
    • Retrieves first direct child matching given selectors.

      Parameters

      • parent: ParentNode

        the parent to start searching from

      • selectors: string

        selector to match

        -

      Returns null | Element

    \ No newline at end of file +

    Returns null | Element

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.registerNamespacePrefixes.html b/docs/api/functions/ckeditor5_dom_support.registerNamespacePrefixes.html index 26fb6d17b..935692442 100644 --- a/docs/api/functions/ckeditor5_dom_support.registerNamespacePrefixes.html +++ b/docs/api/functions/ckeditor5_dom_support.registerNamespacePrefixes.html @@ -6,4 +6,4 @@ to analyze non-recursively.

  • Optional targetElement: Element

    the element, that shall receive the prefixed namespace declarations; defaults applied according to description.

    -
  • Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.removeClass.html b/docs/api/functions/ckeditor5_dom_support.removeClass.html index fad76a6ce..24a63578b 100644 --- a/docs/api/functions/ckeditor5_dom_support.removeClass.html +++ b/docs/api/functions/ckeditor5_dom_support.removeClass.html @@ -4,4 +4,4 @@

    May be used to clean up class-attribute providing no tokens at all.

    Type Parameters

    Parameters

    Returns T

    \ No newline at end of file +

    Returns T

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.renameElement.html b/docs/api/functions/ckeditor5_dom_support.renameElement.html index 4322422b7..ab7fc3716 100644 --- a/docs/api/functions/ckeditor5_dom_support.renameElement.html +++ b/docs/api/functions/ckeditor5_dom_support.renameElement.html @@ -15,4 +15,4 @@
  • keepChildren: boolean = true

    if to keep, thus transfer child nodes to new element; defaults to true

  • Returns Element

    renamed element

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.rgb.html b/docs/api/functions/ckeditor5_dom_support.rgb.html index 1608e7913..37f4f93fd 100644 --- a/docs/api/functions/ckeditor5_dom_support.rgb.html +++ b/docs/api/functions/ckeditor5_dom_support.rgb.html @@ -3,4 +3,4 @@
  • g: number

    green channel

  • b: number

    blue channel

  • Optional a: number

    optional alpha channel (range 0 to 1 including)

    -
  • Returns RgbColor

    \ No newline at end of file +

    Returns RgbColor

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.serializeToXmlString.html b/docs/api/functions/ckeditor5_dom_support.serializeToXmlString.html index 321928ee3..2aa1a4b86 100644 --- a/docs/api/functions/ckeditor5_dom_support.serializeToXmlString.html +++ b/docs/api/functions/ckeditor5_dom_support.serializeToXmlString.html @@ -1,3 +1,3 @@ serializeToXmlString | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns string

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.wrapIfHTMLElement.html b/docs/api/functions/ckeditor5_dom_support.wrapIfHTMLElement.html index 147568b2f..2f2d9db24 100644 --- a/docs/api/functions/ckeditor5_dom_support.wrapIfHTMLElement.html +++ b/docs/api/functions/ckeditor5_dom_support.wrapIfHTMLElement.html @@ -1 +1 @@ -wrapIfHTMLElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +wrapIfHTMLElement | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_dom_support.wrapIfTableElement.html b/docs/api/functions/ckeditor5_dom_support.wrapIfTableElement.html index cf74e500c..79e89129d 100644 --- a/docs/api/functions/ckeditor5_dom_support.wrapIfTableElement.html +++ b/docs/api/functions/ckeditor5_dom_support.wrapIfTableElement.html @@ -5,4 +5,4 @@ only creates a wrapper for applicable elements and returns undefined otherwise.

    Parameters

    Returns undefined | HTMLTableElementWrapper

    \ No newline at end of file +

    Returns undefined | HTMLTableElementWrapper

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_font_mapper.configToMap.html b/docs/api/functions/ckeditor5_font_mapper.configToMap.html index 15c87e724..3eb7239a8 100644 --- a/docs/api/functions/ckeditor5_font_mapper.configToMap.html +++ b/docs/api/functions/ckeditor5_font_mapper.configToMap.html @@ -1,2 +1,2 @@ configToMap | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Parameters

    Returns ParsedFontMap

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_font_mapper.escapeFontFamily.html b/docs/api/functions/ckeditor5_font_mapper.escapeFontFamily.html index 07f7a5c31..a2a0d020f 100644 --- a/docs/api/functions/ckeditor5_font_mapper.escapeFontFamily.html +++ b/docs/api/functions/ckeditor5_font_mapper.escapeFontFamily.html @@ -4,4 +4,4 @@ any leading and trailing special characters (like whitespace, quotes, comma).

    Parameters

    Returns string

    the escaped font name

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_font_mapper.replaceFontInDocumentFragment.html b/docs/api/functions/ckeditor5_font_mapper.replaceFontInDocumentFragment.html index 47bd5f518..8b102e030 100644 --- a/docs/api/functions/ckeditor5_font_mapper.replaceFontInDocumentFragment.html +++ b/docs/api/functions/ckeditor5_font_mapper.replaceFontInDocumentFragment.html @@ -5,4 +5,4 @@

    Parameters

    Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_link_common.FocusUtils.handleFocusManagement.html b/docs/api/functions/ckeditor5_link_common.FocusUtils.handleFocusManagement.html index 7f3a55daa..1c03c2bba 100644 --- a/docs/api/functions/ckeditor5_link_common.FocusUtils.handleFocusManagement.html +++ b/docs/api/functions/ckeditor5_link_common.FocusUtils.handleFocusManagement.html @@ -9,4 +9,4 @@
  • childViews: default<HTMLElement>[]

    the new views to add to the parentView

  • anchorView: default<HTMLElement>

    an existing view, already present in the parentView

  • positionRelativeToAnchorView: "before" | "after" = "after"

    defines whether to add the childViews before or after the anchorView in focus order

    -
  • Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_link_common.getLinkAttributes.html b/docs/api/functions/ckeditor5_link_common.getLinkAttributes.html index ecab88424..b5cf2a3be 100644 --- a/docs/api/functions/ckeditor5_link_common.getLinkAttributes.html +++ b/docs/api/functions/ckeditor5_link_common.getLinkAttributes.html @@ -3,4 +3,4 @@

    Parameters

    Returns undefined | LinkAttributes

    Example

    getLinkAttributes(editor)?.registerAttribute(config);
     
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_link_common.getLinkCleanup.html b/docs/api/functions/ckeditor5_link_common.getLinkCleanup.html index e5d27e272..4339cce51 100644 --- a/docs/api/functions/ckeditor5_link_common.getLinkCleanup.html +++ b/docs/api/functions/ckeditor5_link_common.getLinkCleanup.html @@ -3,4 +3,4 @@

    Parameters

    Returns undefined | LinkCleanupRegistry

    Example

    getLinkCleanup(editor)?.registerDependentAttribute("linkTarget");
     
    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_link_common.isRegisterAttributeConfig.html b/docs/api/functions/ckeditor5_link_common.isRegisterAttributeConfig.html index 46b5959c0..3537c6d0d 100644 --- a/docs/api/functions/ckeditor5_link_common.isRegisterAttributeConfig.html +++ b/docs/api/functions/ckeditor5_link_common.isRegisterAttributeConfig.html @@ -1,3 +1,3 @@ isRegisterAttributeConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns value is RegisterAttributeConfig

    \ No newline at end of file diff --git a/docs/api/functions/ckeditor5_link_common.parseAttributesConfig.html b/docs/api/functions/ckeditor5_link_common.parseAttributesConfig.html index 5d9abd3dd..a81ee172b 100644 --- a/docs/api/functions/ckeditor5_link_common.parseAttributesConfig.html +++ b/docs/api/functions/ckeditor5_link_common.parseAttributesConfig.html @@ -1,3 +1,3 @@ parseAttributesConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Returns LinkAttributesConfig

    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_bbcode.BBCodeBoldConfig.html b/docs/api/interfaces/ckeditor5_bbcode.BBCodeBoldConfig.html index 4cf455001..0f455b2a0 100644 --- a/docs/api/interfaces/ckeditor5_bbcode.BBCodeBoldConfig.html +++ b/docs/api/interfaces/ckeditor5_bbcode.BBCodeBoldConfig.html @@ -1,4 +1,4 @@ BBCodeBoldConfig | CoreMedia CKEditor 5 Plugins

    Configuration for BBCodeBold.

    -
    interface BBCodeBoldConfig {
        isBold?: IsBoldFontWeight;
    }

    Properties

    interface BBCodeBoldConfig {
        isBold?: IsBoldFontWeight;
    }

    Properties

    Properties

    May override (or acknowledge) previously made bold decision.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_bbcode.BBCodeCodeConfig.html b/docs/api/interfaces/ckeditor5_bbcode.BBCodeCodeConfig.html index 8fb35f0e7..d10eaf77c 100644 --- a/docs/api/interfaces/ckeditor5_bbcode.BBCodeCodeConfig.html +++ b/docs/api/interfaces/ckeditor5_bbcode.BBCodeCodeConfig.html @@ -1,9 +1,9 @@ BBCodeCodeConfig | CoreMedia CKEditor 5 Plugins

    Configuration for BBCodeCode rule.

    -
    interface BBCodeCodeConfig {
        fromClass?: LanguageByClass;
        isUnset?: IsUnset;
    }

    Properties

    interface BBCodeCodeConfig {
        fromClass?: LanguageByClass;
        isUnset?: IsUnset;
    }

    Properties

    Properties

    fromClass?: LanguageByClass

    Strategy to retrieve a language token from applied classes.

    -
    isUnset?: IsUnset

    Predicate to validate, if a language token extracted by +

    isUnset?: IsUnset

    Predicate to validate, if a language token extracted by fromClass is to be considered unset. Typically used for values such as plaintext. Thus, isUnset should relate to the results of fromClass.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_bbcode.BBCodeColorConfig.html b/docs/api/interfaces/ckeditor5_bbcode.BBCodeColorConfig.html index d428a397e..a4d28fe6a 100644 --- a/docs/api/interfaces/ckeditor5_bbcode.BBCodeColorConfig.html +++ b/docs/api/interfaces/ckeditor5_bbcode.BBCodeColorConfig.html @@ -1,5 +1,5 @@ BBCodeColorConfig | CoreMedia CKEditor 5 Plugins

    Configuration for BBCodeColor.

    -
    interface BBCodeColorConfig {
        mapper?: ColorMapper;
    }

    Properties

    interface BBCodeColorConfig {
        mapper?: ColorMapper;
    }

    Properties

    Properties

    mapper?: ColorMapper

    Used for mapping detected colors to a representation suitable for use in [color] tag.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_bbcode.BBCodeProcessingRule.html b/docs/api/interfaces/ckeditor5_bbcode.BBCodeProcessingRule.html index cf808cceb..46733a063 100644 --- a/docs/api/interfaces/ckeditor5_bbcode.BBCodeProcessingRule.html +++ b/docs/api/interfaces/ckeditor5_bbcode.BBCodeProcessingRule.html @@ -1,14 +1,14 @@ -BBCodeProcessingRule | CoreMedia CKEditor 5 Plugins
    interface BBCodeProcessingRule {
        id: string;
        tags?: string[];
        toData?: ((element, content) => undefined | string);
        toView?: undefined;
    }

    Implemented by

    Properties

    id +BBCodeProcessingRule | CoreMedia CKEditor 5 Plugins
    interface BBCodeProcessingRule {
        id: string;
        tags?: string[];
        toData?: ((element, content) => undefined | string);
        toView?: undefined;
    }

    Implemented by

    Properties

    Properties

    id: string

    Some ID solely used for debugging purpose. Recommended to keep unique among rules, though.

    -
    tags?: string[]

    BBCode tags, this rule is related to. Automatically also registers tags +

    tags?: string[]

    BBCode tags, this rule is related to. Automatically also registers tags as known to BBCode to HTML processing.

    Typically, you list tags here, which are generated during toData mapping.

    -
    toData?: ((element, content) => undefined | string)

    Transforms an element or parts of it to BBCode. Typical rules will +

    toData?: ((element, content) => undefined | string)

    Transforms an element or parts of it to BBCode. Typical rules will apply mapping according to the element type, name or one of its attributes.

    It is recommended to clean any consumed attribute values, to signal @@ -16,6 +16,6 @@

    Type declaration

      • (element, content): undefined | string
      • Parameters

        • element: HTMLElement

          element to transform

        • content: string

          the current BBCode

        Returns undefined | string

    Returns

    the new BBCode to continue with; undefined to continue with BBCode as is.

    -
    toView?: undefined

    toView mapping, thus, BBCode to HTML relies on third-party tooling. +

    toView?: undefined

    toView mapping, thus, BBCode to HTML relies on third-party tooling. No extension point available.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_core_common.InitInformation.html b/docs/api/interfaces/ckeditor5_core_common.InitInformation.html index 1cee6e3d3..225de53ba 100644 --- a/docs/api/interfaces/ckeditor5_core_common.InitInformation.html +++ b/docs/api/interfaces/ckeditor5_core_common.InitInformation.html @@ -1,6 +1,6 @@ InitInformation | CoreMedia CKEditor 5 Plugins

    Initialization Information.

    -
    interface InitInformation {
        pluginName: string;
        timestamp: number;
    }

    Properties

    interface InitInformation {
        pluginName: string;
        timestamp: number;
    }

    Properties

    pluginName: string

    Which plugin is about to be initialized.

    -
    timestamp: number

    Timestamp when initialization started.

    -
    \ No newline at end of file +
    timestamp: number

    Timestamp when initialization started.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_blocklist.ResultType.html b/docs/api/interfaces/ckeditor5_coremedia_blocklist.ResultType.html index d2d0da14a..558499fbf 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_blocklist.ResultType.html +++ b/docs/api/interfaces/ckeditor5_coremedia_blocklist.ResultType.html @@ -1,6 +1,6 @@ -ResultType | CoreMedia CKEditor 5 Plugins
    interface ResultType {
        end?: number;
        id?: string;
        label?: string;
        marker?: Marker;
        start?: number;
    }

    Properties

    end? +ResultType | CoreMedia CKEditor 5 Plugins
    interface ResultType {
        end?: number;
        id?: string;
        label?: string;
        marker?: Marker;
        start?: number;
    }

    Properties

    end?: number
    id?: string
    label?: string
    marker?: Marker
    start?: number
    \ No newline at end of file +

    Properties

    end?: number
    id?: string
    label?: string
    marker?: Marker
    start?: number
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_blocklist.ui.UnblockEvent.html b/docs/api/interfaces/ckeditor5_coremedia_blocklist.ui.UnblockEvent.html index 0d476950c..13f288d7d 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_blocklist.ui.UnblockEvent.html +++ b/docs/api/interfaces/ckeditor5_coremedia_blocklist.ui.UnblockEvent.html @@ -1,3 +1,3 @@ -UnblockEvent | CoreMedia CKEditor 5 Plugins
    interface UnblockEvent {
        args: [string];
        name: "unblock";
    }

    Properties

    args +UnblockEvent | CoreMedia CKEditor 5 Plugins
    interface UnblockEvent {
        args: [string];
        name: "unblock";
    }

    Properties

    Properties

    args: [string]
    name: "unblock"
    \ No newline at end of file +

    Properties

    args: [string]
    name: "unblock"
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_content.OpenEntitiesInTabsResult.html b/docs/api/interfaces/ckeditor5_coremedia_content.OpenEntitiesInTabsResult.html index 17c7406ac..9a5ee871d 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_content.OpenEntitiesInTabsResult.html +++ b/docs/api/interfaces/ckeditor5_coremedia_content.OpenEntitiesInTabsResult.html @@ -1,4 +1,4 @@ OpenEntitiesInTabsResult | CoreMedia CKEditor 5 Plugins

    Result provided by WorkAreaService.openEntitiesInTabs.

    -
    interface OpenEntitiesInTabsResult {
        accepted: string[];
        rejected: string[];
    }

    Properties

    interface OpenEntitiesInTabsResult {
        accepted: string[];
        rejected: string[];
    }

    Properties

    Properties

    accepted: string[]
    rejected: string[]
    \ No newline at end of file +

    Properties

    accepted: string[]
    rejected: string[]
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.AddMarkerEventData.html b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.AddMarkerEventData.html index 6547be596..3202ea929 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.AddMarkerEventData.html +++ b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.AddMarkerEventData.html @@ -1,5 +1,5 @@ -AddMarkerEventData | CoreMedia CKEditor 5 Plugins
    interface AddMarkerEventData {
        item: Item;
        markerName: string;
        markerRange: default;
        range?: default;
    }

    Properties

    item +AddMarkerEventData | CoreMedia CKEditor 5 Plugins
    interface AddMarkerEventData {
        item: Item;
        markerName: string;
        markerRange: default;
        range?: default;
    }

    Properties

    item: Item
    markerName: string
    markerRange: default
    range?: default
    \ No newline at end of file +

    Properties

    item: Item
    markerName: string
    markerRange: default
    range?: default
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ContentEventData.html b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ContentEventData.html index 2eab02883..a0531c470 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ContentEventData.html +++ b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ContentEventData.html @@ -1,3 +1,3 @@ ContentEventData | CoreMedia CKEditor 5 Plugins

    Artificial interface of ClipboardEventData, which holds a content.

    -
    interface ContentEventData<T> {
        content: T;
    }

    Type Parameters

    • T

    Hierarchy

    • ClipboardEventData
      • ContentEventData

    Properties

    Properties

    content: T
    \ No newline at end of file +
    interface ContentEventData<T> {
        content: T;
    }

    Type Parameters

    Hierarchy

    Properties

    Properties

    content: T
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ContentInputData.html b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ContentInputData.html index f8e89e366..f15e1527a 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ContentInputData.html +++ b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ContentInputData.html @@ -1,3 +1,3 @@ -ContentInputData | CoreMedia CKEditor 5 Plugins
    interface ContentInputData {
        insertionContext: InsertionContext;
        itemContext: ItemContext;
    }

    Properties

    insertionContext +ContentInputData | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Properties

    insertionContext: InsertionContext
    itemContext: ItemContext
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.InsertionContext.html b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.InsertionContext.html index 154b96ffd..f11dfc78c 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.InsertionContext.html +++ b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.InsertionContext.html @@ -1,4 +1,4 @@ -InsertionContext | CoreMedia CKEditor 5 Plugins
    interface InsertionContext {
        batch: default;
        insertionId: number;
        selectedAttributes: [string, unknown][];
    }

    Properties

    batch +InsertionContext | CoreMedia CKEditor 5 Plugins
    interface InsertionContext {
        batch: default;
        insertionId: number;
        selectedAttributes: [string, unknown][];
    }

    Properties

    batch: default
    insertionId: number
    selectedAttributes: [string, unknown][]
    \ No newline at end of file +

    Properties

    batch: default
    insertionId: number
    selectedAttributes: [string, unknown][]
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ItemContext.html b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ItemContext.html index b4595a8e4..b29af8ce6 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ItemContext.html +++ b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.ItemContext.html @@ -1,4 +1,4 @@ -ItemContext | CoreMedia CKEditor 5 Plugins
    interface ItemContext {
        isInline: boolean;
        itemIndex: number;
        uri: string;
    }

    Properties

    isInline +ItemContext | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Properties

    isInline: boolean
    itemIndex: number
    uri: string
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.MarkerData.html b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.MarkerData.html index 4f41ae345..3f19429c0 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.MarkerData.html +++ b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.MarkerData.html @@ -1,8 +1,8 @@ MarkerData | CoreMedia CKEditor 5 Plugins

    Input Marker Representation.

    -
    interface MarkerData {
        insertionId: number;
        itemIndex: number;
        prefix: string;
    }

    Properties

    interface MarkerData {
        insertionId: number;
        itemIndex: number;
        prefix: string;
    }

    Properties

    insertionId: number

    ID of the inserted object.

    -
    itemIndex: number

    Index of the relevant item in the inserted object.

    -
    prefix: string

    Prefix of the inserted marker.

    -
    \ No newline at end of file +
    itemIndex: number

    Index of the relevant item in the inserted object.

    +
    prefix: string

    Prefix of the inserted marker.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.RemoveMarkerEventData.html b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.RemoveMarkerEventData.html index 3912e647c..6a241115d 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.RemoveMarkerEventData.html +++ b/docs/api/interfaces/ckeditor5_coremedia_content_clipboard.RemoveMarkerEventData.html @@ -1,3 +1,3 @@ -RemoveMarkerEventData | CoreMedia CKEditor 5 Plugins
    interface RemoveMarkerEventData {
        markerName: string;
        markerRange: default;
    }

    Properties

    markerName +RemoveMarkerEventData | CoreMedia CKEditor 5 Plugins
    interface RemoveMarkerEventData {
        markerName: string;
        markerRange: default;
    }

    Properties

    markerName: string
    markerRange: default
    \ No newline at end of file +

    Properties

    markerName: string
    markerRange: default
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.LinkBalloonConfig.html b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.LinkBalloonConfig.html index 8f147a957..9bb370aec 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.LinkBalloonConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.LinkBalloonConfig.html @@ -1,8 +1,8 @@ LinkBalloonConfig | CoreMedia CKEditor 5 Plugins

    Configuration for link balloon adaptions

    -
    interface LinkBalloonConfig {
        keepOpen: {
            classes: string[];
            ids: string[];
        };
    }

    Properties

    interface LinkBalloonConfig {
        keepOpen: {
            classes: string[];
            ids: string[];
        };
    }

    Properties

    Properties

    keepOpen: {
        classes: string[];
        ids: string[];
    }

    Ids of DOM Elements the link balloon should not close when the Elements are clicked.

    This improves the work with Components and the link balloon.

    Example configuration:

    ClassicEditor
    .create( document.querySelector( '#editor' ), {
    // ...
    "coremedia:link": {
    linkBalloon: {
    keepOpen: {
    ids: ["example-to-keep-the-link-balloon-open-on-click"],
    classes: ["example-class],
    },
    },
    },
    } )
    .then( ... )
    .catch( ... );
    -

    Type declaration

    • classes: string[]
    • ids: string[]
    \ No newline at end of file +

    Type declaration

    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.HasContentName.html b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.HasContentName.html index 266e5018f..7296b70c5 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.HasContentName.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.HasContentName.html @@ -1,4 +1,4 @@ HasContentName | CoreMedia CKEditor 5 Plugins

    Provides the name of a content.

    -
    interface HasContentName {
        contentName: string;
    }

    Properties

    interface HasContentName {
        contentName: string;
    }

    Properties

    Properties

    contentName: string

    Name of the content.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.HasContentUriPath.html b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.HasContentUriPath.html index ddf7d67a1..286e86cc3 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.HasContentUriPath.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.HasContentUriPath.html @@ -1,4 +1,4 @@ HasContentUriPath | CoreMedia CKEditor 5 Plugins

    Holds a reference to the UriPath of a content.

    -
    interface HasContentUriPath {
        contentUriPath: undefined | null | string;
    }

    Properties

    interface HasContentUriPath {
        contentUriPath: undefined | null | string;
    }

    Properties

    Properties

    contentUriPath: undefined | null | string

    UriPath to a content.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkActionsViewAugmentation.html b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkActionsViewAugmentation.html index 3b10f7bd3..d7a10b7e6 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkActionsViewAugmentation.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkActionsViewAugmentation.html @@ -1,4 +1,4 @@ LinkActionsViewAugmentation | CoreMedia CKEditor 5 Plugins

    Augmented properties for LinkActionsView.

    -
    interface LinkActionsViewAugmentation {
        contentUriPath: undefined | null | string;
    }

    Properties

    interface LinkActionsViewAugmentation {
        contentUriPath: undefined | null | string;
    }

    Properties

    Properties

    contentUriPath: undefined | null | string

    URI path of linked content item.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkFormViewAugmentation.html b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkFormViewAugmentation.html index ff3db657f..c437f9cff 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkFormViewAugmentation.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkFormViewAugmentation.html @@ -1,6 +1,6 @@ LinkFormViewAugmentation | CoreMedia CKEditor 5 Plugins

    Augmented properties for LinkFormView.

    -
    interface LinkFormViewAugmentation {
        contentName: undefined | null | string;
        contentUriPath: undefined | null | string;
    }

    Properties

    interface LinkFormViewAugmentation {
        contentName: undefined | null | string;
        contentUriPath: undefined | null | string;
    }

    Properties

    contentName: undefined | null | string

    Name of the linked content.

    -
    contentUriPath: undefined | null | string

    URI path of linked content item.

    -
    \ No newline at end of file +
    contentUriPath: undefined | null | string

    URI path of linked content item.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkUIAugmentation.html b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkUIAugmentation.html index 9cafa6b70..ffb441c76 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkUIAugmentation.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.contentlink.ui.LinkUIAugmentation.html @@ -1,4 +1,4 @@ LinkUIAugmentation | CoreMedia CKEditor 5 Plugins

    Augmented properties for LinkUI.

    -
    interface LinkUIAugmentation {
        actionsView: null | AugmentedLinkActionsView;
        formView: null | default & LinkFormViewAugmentation & default<HTMLElement> & {};
    }

    Properties

    interface LinkUIAugmentation {
        actionsView: null | AugmentedLinkActionsView;
        formView: null | default & LinkFormViewAugmentation & default<HTMLElement> & {};
    }

    Properties

    Properties

    actionsView: null | AugmentedLinkActionsView
    formView: null | default & LinkFormViewAugmentation & default<HTMLElement> & {}
    \ No newline at end of file +

    Properties

    actionsView: null | AugmentedLinkActionsView
    formView: null | default & LinkFormViewAugmentation & default<HTMLElement> & {}
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.LinkTargetConfig.html b/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.LinkTargetConfig.html index 928a1fd1b..d647eb44d 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.LinkTargetConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.LinkTargetConfig.html @@ -10,6 +10,6 @@ and will get a toggle button with given icon and title.

    It is also possible to provide a filter instead of a type for the default target rules.

    -
    interface LinkTargetConfig {
        defaultTargets?: TargetDefaultRuleDefinition[];
        targets?: (LinkTargetOptionDefinition | DefaultTarget)[];
    }
    \ No newline at end of file +

    Properties

    defaultTargets?: TargetDefaultRuleDefinition[]
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.LinkTargetOptionDefinition.html b/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.LinkTargetOptionDefinition.html index b6dc398c6..bfe7012cc 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.LinkTargetOptionDefinition.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.LinkTargetOptionDefinition.html @@ -1,11 +1,11 @@ LinkTargetOptionDefinition | CoreMedia CKEditor 5 Plugins

    The target option definition descriptor.

    -
    interface LinkTargetOptionDefinition {
        icon?: string;
        name: string;
        title?: string;
    }

    Properties

    interface LinkTargetOptionDefinition {
        icon?: string;
        name: string;
        title?: string;
    }

    Properties

    Properties

    icon?: string

    Specifies an icon to apply to the target button in ActionsView. This is usually an imported SVG.

    If unset the target's title (or name as a fallback) will be displayed instead.

    -
    name: string

    The unique name of the target option. It will be used to:

    +
    name: string

    The unique name of the target option. It will be used to:

    • refer to one of the default targets or define a custom target
    • store the chosen target in model by setting linkTarget attribute
    • @@ -13,6 +13,6 @@
    • when registering a button for the target in the following manner: ('linkTarget:{name}').
    -
    title?: string

    The target's title. The title will be handed over to locale for translation.

    +
    title?: string

    The target's title. The title will be handed over to locale for translation.

    If unset defaults to {name}.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinitionWithFilter.html b/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinitionWithFilter.html index c34dec56b..35e8410c3 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinitionWithFilter.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinitionWithFilter.html @@ -1,6 +1,6 @@ TargetDefaultRuleDefinitionWithFilter | CoreMedia CKEditor 5 Plugins

    A filter rule, used to check whether the given default target should be applied to the link. This rule is based on a filter, which, if applies to the given url, sets the target attribute of the link.

    -
    interface TargetDefaultRuleDefinitionWithFilter {
        filter: ((url) => boolean);
        target: string;
    }

    Properties

    interface TargetDefaultRuleDefinitionWithFilter {
        filter: ((url) => boolean);
        target: string;
    }

    Properties

    Properties

    filter: ((url) => boolean)

    Please note: Since content links and external links are the most common types to have a particular link target, you can also use the "type" property to configure them directly.

    @@ -9,6 +9,6 @@

    Returns boolean

    Example

    filter: (url: string) => (url ? url.startsWith("content:") : false);
     

    Returns

    whether to apply the target to the link

    -
    target: string

    The link target, that should be applied to all inserted links, that match +

    target: string

    The link target, that should be applied to all inserted links, that match the filter rule.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinitionWithType.html b/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinitionWithType.html index 1fba7eaa9..55d1b9ae7 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinitionWithType.html +++ b/docs/api/interfaces/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinitionWithType.html @@ -1,8 +1,8 @@ TargetDefaultRuleDefinitionWithType | CoreMedia CKEditor 5 Plugins

    A filter rule, used to check whether the given default target should be applied to the link. This rule is based on a type, that translates to a default filter rule, which sets the target attribute of the link.

    -
    interface TargetDefaultRuleDefinitionWithType {
        target: string;
        type: DefaultLinkType;
    }

    Properties

    interface TargetDefaultRuleDefinitionWithType {
        target: string;
        type: DefaultLinkType;
    }

    Properties

    Properties

    target: string

    The link target, that should be applied to all inserted links, that match the given type.

    -

    The type of the link to apply the target to.

    -
    \ No newline at end of file +
    type: DefaultLinkType

    The type of the link to apply the target to.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.CommonCoreMediaRichTextConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.CommonCoreMediaRichTextConfig.html index bf5028381..a34cde42c 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.CommonCoreMediaRichTextConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.CommonCoreMediaRichTextConfig.html @@ -1,5 +1,5 @@ -CommonCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    interface CommonCoreMediaRichTextConfig {
        compatibility?: string;
        strictness?: Strictness;
    }

    Hierarchy (view full)

    Properties

    compatibility? +CommonCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    interface CommonCoreMediaRichTextConfig {
        compatibility?: string;
        strictness?: Strictness;
    }

    Hierarchy (view full)

    Properties

    compatibility?: string

    Compatibility mode of data-processing.

    -
    strictness?: Strictness

    The strictness when validating against CoreMedia RichText 1.0 DTD.

    -
    \ No newline at end of file +
    strictness?: Strictness

    The strictness when validating against CoreMedia RichText 1.0 DTD.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.CompatibilityConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.CompatibilityConfig.html index 21ad8c850..d597f7762 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.CompatibilityConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.CompatibilityConfig.html @@ -1,3 +1,3 @@ -CompatibilityConfig | CoreMedia CKEditor 5 Plugins
    interface CompatibilityConfig {
        compatibility?: string;
    }

    Hierarchy (view full)

    Properties

    compatibility? +CompatibilityConfig | CoreMedia CKEditor 5 Plugins
    interface CompatibilityConfig {
        compatibility?: string;
    }

    Hierarchy (view full)

    Properties

    Properties

    compatibility?: string

    Compatibility mode of data-processing.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.LatestCoreMediaRichTextConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.LatestCoreMediaRichTextConfig.html index afee897f2..0ab978ea6 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.LatestCoreMediaRichTextConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.LatestCoreMediaRichTextConfig.html @@ -1,6 +1,6 @@ -LatestCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    interface LatestCoreMediaRichTextConfig {
        compatibility: "latest";
        rules?: RuleConfig[];
        strictness?: Strictness;
    }

    Hierarchy (view full)

    Properties

    compatibility +LatestCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    interface LatestCoreMediaRichTextConfig {
        compatibility: "latest";
        rules?: RuleConfig[];
        strictness?: Strictness;
    }

    Hierarchy (view full)

    Properties

    compatibility: "latest"

    Compatibility mode of data-processing.

    -
    rules?: RuleConfig[]
    strictness?: Strictness

    The strictness when validating against CoreMedia RichText 1.0 DTD.

    -
    \ No newline at end of file +
    rules?: RuleConfig[]
    strictness?: Strictness

    The strictness when validating against CoreMedia RichText 1.0 DTD.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.V10CoreMediaRichTextConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.V10CoreMediaRichTextConfig.html index b67b4fbf0..0d0afbac1 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.V10CoreMediaRichTextConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.V10CoreMediaRichTextConfig.html @@ -1,7 +1,7 @@ -V10CoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    interface V10CoreMediaRichTextConfig {
        compatibility: "v10";
        rules?: FilterRuleSetConfiguration;
        strictness?: Strictness;
    }

    Hierarchy (view full)

    Properties

    compatibility +V10CoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
    interface V10CoreMediaRichTextConfig {
        compatibility: "v10";
        rules?: FilterRuleSetConfiguration;
        strictness?: Strictness;
    }

    Hierarchy (view full)

    Properties

    compatibility: "v10"

    Compatibility mode of data-processing.

    -

    Custom data-processing rules to apply.

    -
    strictness?: Strictness

    The strictness when validating against CoreMedia RichText 1.0 DTD.

    -
    \ No newline at end of file +

    Custom data-processing rules to apply.

    +
    strictness?: Strictness

    The strictness when validating against CoreMedia RichText 1.0 DTD.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.compatibility.v10.ParsedConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.compatibility.v10.ParsedConfig.html index 6d4db235d..e7a8a9690 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.compatibility.v10.ParsedConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.compatibility.v10.ParsedConfig.html @@ -1,5 +1,5 @@ ParsedConfig | CoreMedia CKEditor 5 Plugins

    Configuration options for CoreMedia RichText Data Processing.

    -
    interface ParsedConfig {
        schema: RichTextSchema;
        toData: FilterRuleSet;
        toView: FilterRuleSet;
    }
    \ No newline at end of file +

    Properties

    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.HTMLAnchorElementPreprocessor.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.HTMLAnchorElementPreprocessor.html index 10910e7f9..5c6c4e6a4 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.HTMLAnchorElementPreprocessor.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.HTMLAnchorElementPreprocessor.html @@ -1,10 +1,10 @@ HTMLAnchorElementPreprocessor | CoreMedia CKEditor 5 Plugins

    Pre-processors to run prior to transforming anchor elements.

    -
    interface HTMLAnchorElementPreprocessor {
        toData?: ((element) => void);
        toView?: ((element) => void);
    }

    Properties

    interface HTMLAnchorElementPreprocessor {
        toData?: ((element) => void);
        toView?: ((element) => void);
    }

    Properties

    Properties

    toData?: ((element) => void)

    Rule to possibly pre-process the HTMLAnchorElement prior to default toData processing.

    Type declaration

      • (element): void
      • Parameters

        • element: HTMLAnchorElement

          the element to transform

          -

        Returns void

    toView?: ((element) => void)

    Rule to possibly pre-process the HTMLAnchorElement prior to default +

    Returns void

    toView?: ((element) => void)

    Rule to possibly pre-process the HTMLAnchorElement prior to default toView processing.

    Type declaration

      • (element): void
      • Parameters

        • element: HTMLAnchorElement

          the element to transform

          -

        Returns void

    \ No newline at end of file +

    Returns void

    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.MergeTableSectionsToTableBodyConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.MergeTableSectionsToTableBodyConfig.html index 28bf2c42e..3b21688ff 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.MergeTableSectionsToTableBodyConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.MergeTableSectionsToTableBodyConfig.html @@ -1,5 +1,5 @@ -MergeTableSectionsToTableBodyConfig | CoreMedia CKEditor 5 Plugins
    interface MergeTableSectionsToTableBodyConfig {
        direction?: Direction;
        footerRowClass?: string;
        headerRowClass?: string;
        priority?: PriorityString;
    }

    Properties

    direction? +MergeTableSectionsToTableBodyConfig | CoreMedia CKEditor 5 Plugins
    interface MergeTableSectionsToTableBodyConfig {
        direction?: Direction;
        footerRowClass?: string;
        headerRowClass?: string;
        priority?: PriorityString;
    }

    Properties

    direction?: Direction
    footerRowClass?: string
    headerRowClass?: string
    priority?: PriorityString
    \ No newline at end of file +

    Properties

    direction?: Direction
    footerRowClass?: string
    headerRowClass?: string
    priority?: PriorityString
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.PreferLangAttributeConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.PreferLangAttributeConfig.html index 47035bf1a..08b8900a3 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.PreferLangAttributeConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.PreferLangAttributeConfig.html @@ -1,8 +1,8 @@ PreferLangAttributeConfig | CoreMedia CKEditor 5 Plugins

    Configuration for mapping language attributes.

    -
    interface PreferLangAttributeConfig {
        preferInData?: string;
        preferInView?: string;
        priority?: PriorityString;
    }

    Properties

    interface PreferLangAttributeConfig {
        preferInData?: string;
        preferInView?: string;
        priority?: PriorityString;
    }

    Properties

    preferInData?: string

    Attribute key to prefer in data representation.

    -
    preferInView?: string

    Attribute key to prefer in data view representation.

    -
    priority?: PriorityString

    Priority of mapping.

    -
    \ No newline at end of file +
    preferInView?: string

    Attribute key to prefer in data view representation.

    +
    priority?: PriorityString

    Priority of mapping.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceByChildrenConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceByChildrenConfig.html index 213fbce53..9b7c354a9 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceByChildrenConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceByChildrenConfig.html @@ -1,6 +1,6 @@ -ReplaceByChildrenConfig | CoreMedia CKEditor 5 Plugins
    interface ReplaceByChildrenConfig {
        direction?: "toData" | "toView";
        localName: string;
        priority?: PriorityString;
    }

    Properties

    direction? +ReplaceByChildrenConfig | CoreMedia CKEditor 5 Plugins
    interface ReplaceByChildrenConfig {
        direction?: "toData" | "toView";
        localName: string;
        priority?: PriorityString;
    }

    Properties

    direction?: "toData" | "toView"

    Direction can go only into one direction. As any information on the removed element is lost, it cannot be bijective.

    -
    localName: string
    priority?: PriorityString
    \ No newline at end of file +
    localName: string
    priority?: PriorityString
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceElementByElementAndClassConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceElementByElementAndClassConfig.html index b3a1d09e3..e78411c51 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceElementByElementAndClassConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceElementByElementAndClassConfig.html @@ -1,6 +1,6 @@ -ReplaceElementByElementAndClassConfig | CoreMedia CKEditor 5 Plugins
    interface ReplaceElementByElementAndClassConfig {
        dataLocalName: string;
        dataReservedClass?: string;
        direction?: Direction;
        priority?: PriorityString;
        viewLocalName: string;
    }

    Properties

    dataLocalName +ReplaceElementByElementAndClassConfig | CoreMedia CKEditor 5 Plugins
    interface ReplaceElementByElementAndClassConfig {
        dataLocalName: string;
        dataReservedClass?: string;
        direction?: Direction;
        priority?: PriorityString;
        viewLocalName: string;
    }

    Properties

    dataLocalName: string
    dataReservedClass?: string
    direction?: Direction
    priority?: PriorityString
    viewLocalName: string
    \ No newline at end of file +

    Properties

    dataLocalName: string
    dataReservedClass?: string
    direction?: Direction
    priority?: PriorityString
    viewLocalName: string
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceElementByElementConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceElementByElementConfig.html index 005355dc0..d1b2673f1 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceElementByElementConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceElementByElementConfig.html @@ -1,5 +1,5 @@ -ReplaceElementByElementConfig | CoreMedia CKEditor 5 Plugins
    interface ReplaceElementByElementConfig {
        dataLocalName: string;
        direction?: Direction;
        priority?: PriorityString;
        viewLocalName: string;
    }

    Properties

    dataLocalName +ReplaceElementByElementConfig | CoreMedia CKEditor 5 Plugins
    interface ReplaceElementByElementConfig {
        dataLocalName: string;
        direction?: Direction;
        priority?: PriorityString;
        viewLocalName: string;
    }

    Properties

    dataLocalName: string
    direction?: Direction
    priority?: PriorityString
    viewLocalName: string
    \ No newline at end of file +

    Properties

    dataLocalName: string
    direction?: Direction
    priority?: PriorityString
    viewLocalName: string
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceHeadingsByElementAndClassConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceHeadingsByElementAndClassConfig.html index 8fbc17201..0312a5cfe 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceHeadingsByElementAndClassConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ReplaceHeadingsByElementAndClassConfig.html @@ -1,11 +1,11 @@ ReplaceHeadingsByElementAndClassConfig | CoreMedia CKEditor 5 Plugins

    Configuration for mapping HTML headings to representation as given element with reserved class denoting the heading level and vice versa.

    -
    interface ReplaceHeadingsByElementAndClassConfig {
        dataLocalName?: string;
        dataReservedClassPrefix?: string;
        direction?: Direction;
        priority?: PriorityString;
    }

    Properties

    interface ReplaceHeadingsByElementAndClassConfig {
        dataLocalName?: string;
        dataReservedClassPrefix?: string;
        direction?: Direction;
        priority?: PriorityString;
    }

    Properties

    dataLocalName?: string

    Element name in data.

    -
    dataReservedClassPrefix?: string

    Prefix for reserved class denoting the heading level in data. +

    dataReservedClassPrefix?: string

    Prefix for reserved class denoting the heading level in data. Heading level number will be appended.

    -
    direction?: Direction
    priority?: PriorityString

    Priority for mapping.

    -
    \ No newline at end of file +
    direction?: Direction
    priority?: PriorityString

    Priority for mapping.

    +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ResolveDirectionToConfigConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ResolveDirectionToConfigConfig.html index 26247aa4f..dba41be89 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ResolveDirectionToConfigConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.rules.ResolveDirectionToConfigConfig.html @@ -1,5 +1,5 @@ -ResolveDirectionToConfigConfig | CoreMedia CKEditor 5 Plugins
    interface ResolveDirectionToConfigConfig {
        direction: Direction;
        ruleDefaults?: Omit<RuleConfig, "toData" | "toView">;
        toData: RuleSectionConfigSupplier;
        toView: RuleSectionConfigSupplier;
    }

    Properties

    direction +ResolveDirectionToConfigConfig | CoreMedia CKEditor 5 Plugins
    \ No newline at end of file +

    Properties

    direction: Direction
    ruleDefaults?: Omit<RuleConfig, "toData" | "toView">
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.sanitation.AttributeContent.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.sanitation.AttributeContent.html index 5a340bffe..9bbcce70a 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.sanitation.AttributeContent.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.sanitation.AttributeContent.html @@ -1,7 +1,7 @@ AttributeContent | CoreMedia CKEditor 5 Plugins

    Definition details of some attribute.

    -
    interface AttributeContent {
        validateValue(value, strictness): boolean;
    }

    Methods

    interface AttributeContent {
        validateValue(value, strictness): boolean;
    }

    Methods

    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext.sanitation.AttributeDefinitionConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext.sanitation.AttributeDefinitionConfig.html index be9d6e3ad..74d8a4293 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext.sanitation.AttributeDefinitionConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext.sanitation.AttributeDefinitionConfig.html @@ -1,5 +1,5 @@ AttributeDefinitionConfig | CoreMedia CKEditor 5 Plugins

    Definition of an attribute, closely related to DTD definition.

    -
    interface AttributeDefinitionConfig {
        content?: AttributeContent;
        fixed?: null | string;
        localName: string;
        namespaceURI?: null | string;
        prefix?: null | string;
        required?: string | false;
        validateValue?: ((value, strictness) => boolean);
    }

    Properties

    interface AttributeDefinitionConfig {
        content?: AttributeContent;
        fixed?: null | string;
        localName: string;
        namespaceURI?: null | string;
        prefix?: null | string;
        required?: string | false;
        validateValue?: ((value, strictness) => boolean);
    }

    Properties

    Defines valid attribute value types.

    -
    fixed?: null | string

    If the value is fixed. It is expected that at least strict validation +

    fixed?: null | string

    If the value is fixed. It is expected that at least strict validation would consider any other value despite the fixed value as invalid.

    -
    localName: string

    The local name of an attribute.

    -
    namespaceURI?: null | string

    Namespace URI of attribute. If unset, it may be guessed from prefix if it +

    localName: string

    The local name of an attribute.

    +
    namespaceURI?: null | string

    Namespace URI of attribute. If unset, it may be guessed from prefix if it is a well-known prefix.

    -
    prefix?: null | string

    The prefix of an attribute. null none.

    -
    required?: string | false

    If required and missing: Use the given value as default value.

    -
    validateValue?: ((value, strictness) => boolean)

    Validate a given value. By default forwards to attribute content +

    prefix?: null | string

    The prefix of an attribute. null none.

    +
    required?: string | false

    If required and missing: Use the given value as default value.

    +
    validateValue?: ((value, strictness) => boolean)

    Validate a given value. By default forwards to attribute content definition.

    Type declaration

      • (value, strictness): boolean
      • Parameters

        • value: null | string

          value to validate

        • strictness: ActiveStrictness

          strictness level to respect

          -

        Returns boolean

    \ No newline at end of file +

    Returns boolean

    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext_support.CoreMediaRichTextSupportConfig.html b/docs/api/interfaces/ckeditor5_coremedia_richtext_support.CoreMediaRichTextSupportConfig.html index ddfaed8af..efeb449e5 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext_support.CoreMediaRichTextSupportConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext_support.CoreMediaRichTextSupportConfig.html @@ -1,5 +1,5 @@ CoreMediaRichTextSupportConfig | CoreMedia CKEditor 5 Plugins

    Configuration for CoreMedia General RichText Support.

    -
    interface CoreMediaRichTextSupportConfig {
        aliases?: InheritingMatcherPattern[];
    }

    Properties

    interface CoreMediaRichTextSupportConfig {
        aliases?: InheritingMatcherPattern[];
    }

    Properties

    Properties

    Aliases for elements known by CoreMedia RichText 1.0 DTD. Registering aliases is strongly recommended, if you add a data-processing step to represent a given RichText element as a different HTML element, @@ -16,4 +16,4 @@

    Having this, data-view will be able to hold elements such as <mark data-priority="high">.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext_support.InheritingMatcherPattern.html b/docs/api/interfaces/ckeditor5_coremedia_richtext_support.InheritingMatcherPattern.html index e1309f09a..c0034c3c5 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext_support.InheritingMatcherPattern.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext_support.InheritingMatcherPattern.html @@ -1,14 +1,14 @@ InheritingMatcherPattern | CoreMedia CKEditor 5 Plugins

    A MatcherPattern which inherits from an already existing matcher pattern by name reference in inherit.

    -
    interface InheritingMatcherPattern {
        attributes?: AttributesType;
        classes?: boolean;
        inherit?: string;
        name?: string | RegExp;
    }

    Hierarchy (view full)

    Properties

    interface InheritingMatcherPattern {
        attributes?: AttributesType;
        classes?: boolean;
        inherit?: string;
        name?: string | RegExp;
    }

    Hierarchy (view full)

    Properties

    attributes?: AttributesType
    classes?: boolean

    While MatcherPattern allows, for example, defining a regular expression for +

    Properties

    attributes?: AttributesType
    classes?: boolean

    While MatcherPattern allows, for example, defining a regular expression for matching classes, we are only interested in allowing or disallowing classes in general in the context of General RichText Support (GRS).

    -
    inherit?: string

    Name of the pattern to inherit. For existing patterns with regular expressions, +

    inherit?: string

    Name of the pattern to inherit. For existing patterns with regular expressions, this string will be matched towards this regular expression.

    If unset, this pattern is assumed to be a new pattern without any inheritance.

    -
    name?: string | RegExp
    \ No newline at end of file +
    name?: string | RegExp
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_richtext_support.ReducedMatcherPattern.html b/docs/api/interfaces/ckeditor5_coremedia_richtext_support.ReducedMatcherPattern.html index 7ab795fc0..47c02429f 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_richtext_support.ReducedMatcherPattern.html +++ b/docs/api/interfaces/ckeditor5_coremedia_richtext_support.ReducedMatcherPattern.html @@ -1,9 +1,9 @@ ReducedMatcherPattern | CoreMedia CKEditor 5 Plugins

    While the MatcherPattern is rather complex, we only want to support a subset in this configuration, which eases merging patterns a lot.

    -
    interface ReducedMatcherPattern {
        attributes?: AttributesType;
        classes?: boolean;
        name?: string | RegExp;
    }

    Hierarchy (view full)

    Properties

    interface ReducedMatcherPattern {
        attributes?: AttributesType;
        classes?: boolean;
        name?: string | RegExp;
    }

    Hierarchy (view full)

    Properties

    attributes?: AttributesType
    classes?: boolean

    While MatcherPattern allows, for example, defining a regular expression for +

    Properties

    attributes?: AttributesType
    classes?: boolean

    While MatcherPattern allows, for example, defining a regular expression for matching classes, we are only interested in allowing or disallowing classes in general in the context of General RichText Support (GRS).

    -
    name?: string | RegExp
    \ No newline at end of file +
    name?: string | RegExp
    \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.BlobDisplayService.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.BlobDisplayService.html index 041faff79..7e9da11f9 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.BlobDisplayService.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.BlobDisplayService.html @@ -1,5 +1,5 @@ BlobDisplayService | CoreMedia CKEditor 5 Plugins

    Service to receive data from blobs like images, audio data, etc.

    -
    interface BlobDisplayService {
        observe_asInlinePreview(uriPath, property): Observable<InlinePreview>;
    }

    Implemented by

      Methods

      interface BlobDisplayService {
          observe_asInlinePreview(uriPath, property): Observable<InlinePreview>;
      }

      Implemented by

        Methods

        • Provides information to render a preview of the given blob.

          For unreadable or not existing content or not existing data, it is expected, that the response contains some kind of visualization for editors @@ -8,4 +8,4 @@

          Parameters

          • uriPath: string

            URI path of the content, such as content/120

          • property: string

            the property, which contains the blob data

          Returns Observable<InlinePreview>

          Observable which resolves to the InlinePreview.

          -
        \ No newline at end of file +
        \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.BlocklistService.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.BlocklistService.html index c4a944954..e4b668d25 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.BlocklistService.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.BlocklistService.html @@ -8,7 +8,7 @@ be retrieved by its descriptor, for example:

        Example

        serviceAgent
        .fetchService(createBlocklistServiceDescriptor())
        .then((service) => {});
        -
        interface BlocklistService {
            addToBlocklist(wordToBlock): void;
            getBlocklist(): Promise<string[]>;
            observe_blocklist(): Observable<string[]>;
            removeFromBlocklist(wordToUnblock): void;
        }

        Implemented by

        Methods

        interface BlocklistService {
            addToBlocklist(wordToBlock): void;
            getBlocklist(): Promise<string[]>;
            observe_blocklist(): Observable<string[]>;
            removeFromBlocklist(wordToUnblock): void;
        }

        Implemented by

          Methods

          addToBlocklist getBlocklist observe_blocklist removeFromBlocklist @@ -16,12 +16,12 @@ When adding already existing words in the list, it is expected, that no duplicate is added.

          Parameters

          • wordToBlock: string

            the word to be added to the blocklist

            -

          Returns void

          • Returns all entries of the blocklist.

            +

          Returns void

          • Observes the blocklist and returns the whole list when words are added or removed. If only changed values are relevant, a previous state of the list must be stored so that changes can be restored by comparing with the current state of the list.

            Returns Observable<string[]>

            The whole blocklist

            -
          \ No newline at end of file +

          Returns void

          \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.ContentAsLink.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.ContentAsLink.html index 269712446..0d28eeb78 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.ContentAsLink.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.ContentAsLink.html @@ -20,14 +20,14 @@ | | +-----------------------------+ -
          interface ContentAsLink {
              content: DisplayHint;
              state: DisplayHint;
              type: DisplayHint;
          }

          Properties

          interface ContentAsLink {
              content: DisplayHint;
              state: DisplayHint;
              type: DisplayHint;
          }

          Properties

          Properties

          content: DisplayHint

          General information of a content as its name and possibly some CSS classes to apply on the overall display of the content.

          For unreadable contents, it will contain information how to display a corresponding placeholder for the content.

          -

          Information on the state of a content. This is something like +

          Information on the state of a content. This is something like checked-in, checked-out, checked-out by other, published, … The name is used for ARIA and expected to contain some localized representation of the state. @@ -35,9 +35,9 @@ some state-icon to appear.

          For unreadable content, it is expected that no state information is leaked, despite some hints on unreadable state.

          -

          Information on the type of a content. The name, containing the +

          Information on the type of a content. The name, containing the localized type, is typically used as ARIA information, while the classes are meant to be applied to display a corresponding content type icon.

          For unreadable content, it is expected that the content type is not exposed but represented by a generic unreadable placeholder.

          -
          \ No newline at end of file +
          \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.ContentDisplayService.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.ContentDisplayService.html index b363563e1..1bae6d193 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.ContentDisplayService.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.ContentDisplayService.html @@ -5,7 +5,7 @@ be retrieved by its descriptor, for example:

          Example

          serviceAgent
          .fetchService(createContentDisplayServiceDescriptor())
          .then((service) => {});
          -
          interface ContentDisplayService {
              name(uriPath): Promise<string>;
              observe_asLink(uriPath): Observable<ContentAsLink>;
          }

          Implemented by

          Methods

          interface ContentDisplayService {
              name(uriPath): Promise<string>;
              observe_asLink(uriPath): Observable<ContentAsLink>;
          }

          Implemented by

            Methods

            • Provides a name of a content, which must not be observed, but directly used when resolved. Possibly use case: Get the name of a content dropped @@ -16,7 +16,7 @@

              Parameters

              • uriPath: string

                URI path of the content, such as content/120

              Returns Promise<string>

              Promise which resolves to the content's name or is rejected, if the name cannot be resolved.

              -
            • Observes information of a content, which is required to display it as link in the CKEditor UI. To be used for example in link editing (FormView) or link view (ActionView).

              For unreadable contents placeholder information are expected to be @@ -24,4 +24,4 @@

              Parameters

              • uriPath: string

                URI path of the content, such as content/120

              Returns Observable<ContentAsLink>

              ContentAsLink object, which provides information required to render a content as Link in the CKEditor UI

              -
            \ No newline at end of file +
            \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.DisplayHint.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.DisplayHint.html index 72223aa8f..bd08e3113 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.DisplayHint.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.DisplayHint.html @@ -9,17 +9,17 @@ the state. The content type hint is expected to transparently change to an unreadable hint, which is that for example a lock symbol is shown instead of a content-type icon.

            -
            interface DisplayHint {
                classes?: string[];
                name: string;
            }

            Properties

            interface DisplayHint {
                classes?: string[];
                name: string;
            }

            Properties

            Properties

            classes?: string[]

            Style classes to apply to displayed entity.

            Such style classes may for example colorize a displayed content based on its type (or state, like unreadable) or it may trigger icons to displayed in the UI, for example the icon of a given content type.

            -
            name: string

            The name of the entity to display.

            +
            name: string

            The name of the entity to display.

            This may be the name of a content (which will be directly visible in UI) or the localized name of a state or content-type. For any other information than the content name, it is expected, that these names are for example used for ARIA support.

            Ensure not to compromise sensitive data for unreadable contents here.

            The returned string will be correctly encoded within the CKEditor UI.

            -
            \ No newline at end of file +
            \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.InlinePreview.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.InlinePreview.html index 6dcde930f..a446a6ac0 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.InlinePreview.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.InlinePreview.html @@ -1,10 +1,10 @@ InlinePreview | CoreMedia CKEditor 5 Plugins

            Represents data for creating an inline representation of the referenced image.

            -
            interface InlinePreview {
                isPlaceholder: boolean;
                thumbnailSrc: string;
                thumbnailTitle: string;
            }

            Properties

            interface InlinePreview {
                isPlaceholder: boolean;
                thumbnailSrc: string;
                thumbnailTitle: string;
            }

            Properties

            isPlaceholder: boolean

            false for normal images. true if the thumbnailSrc refers to a placeholder image instead. May trigger different rendering.

            -
            thumbnailSrc: string

            Where to read the blob data from.

            -
            thumbnailTitle: string

            A title to apply to the thumbnail representation.

            -
            \ No newline at end of file +
            thumbnailSrc: string

            Where to read the blob data from.

            +
            thumbnailTitle: string

            A title to apply to the thumbnail representation.

            +
            \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.RichtextConfigurationService.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.RichtextConfigurationService.html index 94bd00452..135544301 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration.RichtextConfigurationService.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration.RichtextConfigurationService.html @@ -2,21 +2,21 @@ an application such as CoreMedia Studio.

            The application is required providing an implementation for this interface to use plugins based on this configuration.

            -
            interface RichtextConfigurationService {
                hasLinkableType(uriPath): Promise<boolean>;
                isEmbeddableType(uriPath): Promise<boolean>;
                resolveBlobPropertyReference(uriPath): Promise<string>;
            }

            Implemented by

            Methods

            interface RichtextConfigurationService {
                hasLinkableType(uriPath): Promise<boolean>;
                isEmbeddableType(uriPath): Promise<boolean>;
                resolveBlobPropertyReference(uriPath): Promise<string>;
            }

            Implemented by

              Methods

              • Signals, if the entity described by the given URI path (typically +

              Returns Promise<boolean>

              Returns Promise<boolean>

              \ No newline at end of file +

              Returns Promise<string>

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.BlobData.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.BlobData.html index 271e2cc84..fc9ba5989 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.BlobData.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.BlobData.html @@ -1,7 +1,7 @@ BlobData | CoreMedia CKEditor 5 Plugins

              Represents BLOB data, which are stored as content-property.

              -
              interface BlobData {
                  mime: string;
                  value: string;
              }

              Properties

              interface BlobData {
                  mime: string;
                  value: string;
              }

              Properties

              Properties

              mime: string

              The MIME-type of the blob.

              -
              value: string

              The URL to retrieve the blob data from. In CoreMedia Studio, +

              value: string

              The URL to retrieve the blob data from. In CoreMedia Studio, this would be the data-URL to be read from Studio Server.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.Delayed.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.Delayed.html index 45916b35a..e725ef909 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.Delayed.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.Delayed.html @@ -1,6 +1,6 @@ -Delayed | CoreMedia CKEditor 5 Plugins
              interface Delayed {
                  changeDelayMs: number;
                  initialDelayMs: number;
              }

              Hierarchy (view full)

              Properties

              changeDelayMs +Delayed | CoreMedia CKEditor 5 Plugins
              interface Delayed {
                  changeDelayMs: number;
                  initialDelayMs: number;
              }

              Hierarchy (view full)

              Properties

              changeDelayMs: number

              The delay between each change. 0 or below will do changes only once and then end (with change delay of 1 ms in this case).

              -
              initialDelayMs: number

              Defines the initial delay to load a content or a property value.

              -
              \ No newline at end of file +
              initialDelayMs: number

              Defines the initial delay to load a content or a property value.

              +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.ExternalContent.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.ExternalContent.html index f06f8192e..c086f9334 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.ExternalContent.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.ExternalContent.html @@ -1,4 +1,4 @@ ExternalContent | CoreMedia CKEditor 5 Plugins

              Represents an external content. An External Content is an item which is not a content but a third-party item known to be converted to a content by the embedding system.

              -
              interface ExternalContent {
                  externalId: number;
              }

              Properties

              Properties

              externalId: number
              \ No newline at end of file +
              interface ExternalContent {
                  externalId: number;
              }

              Properties

              Properties

              externalId: number
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.IncreaseUpToAndRestartResponse.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.IncreaseUpToAndRestartResponse.html index 701f962c2..e9d6ae22e 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.IncreaseUpToAndRestartResponse.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.IncreaseUpToAndRestartResponse.html @@ -1,6 +1,6 @@ IncreaseUpToAndRestartResponse | CoreMedia CKEditor 5 Plugins

              Response from increaseUpToAndRestart.

              -
              interface IncreaseUpToAndRestartResponse {
                  restart: boolean;
                  value: number;
              }

              Properties

              interface IncreaseUpToAndRestartResponse {
                  restart: boolean;
                  value: number;
              }

              Properties

              Properties

              restart: boolean

              Signals, if we restarted from 0 (zero).

              -
              value: number

              New incremented value.

              -
              \ No newline at end of file +
              value: number

              New incremented value.

              +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.InputExampleElement.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.InputExampleElement.html index ee40862f3..1b8d3c5f8 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.InputExampleElement.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.InputExampleElement.html @@ -1,12 +1,12 @@ InputExampleElement | CoreMedia CKEditor 5 Plugins

              Describes a div-element that can be created by this plugin. A InputExampleElement contains all data that are necessary to make the created div-element drag & drop and paste ready.

              -
              interface InputExampleElement {
                  classes: string[];
                  items: (number | ExternalContent)[];
                  label: string;
                  tooltip: string;
              }

              Properties

              interface InputExampleElement {
                  classes: string[];
                  items: (number | ExternalContent)[];
                  label: string;
                  tooltip: string;
              }

              Properties

              classes: string[]

              classes added to the div element.

              -
              items: (number | ExternalContent)[]

              Content ids or ExternalContents to create the input information for studio services from.

              -
              label: string

              The visible text on the div element.

              -
              tooltip: string

              the tooltip on hover of the element

              -
              \ No newline at end of file +
              items: (number | ExternalContent)[]

              Content ids or ExternalContents to create the input information for studio services from.

              +
              label: string

              The visible text on the div element.

              +
              tooltip: string

              the tooltip on hover of the element

              +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContent.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContent.html index 2d02de7cd..41775717e 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContent.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContent.html @@ -1,5 +1,5 @@ MockContent | CoreMedia CKEditor 5 Plugins

              Represents properties an object having a content type should have.

              -
              interface MockContent {
                  blob: BlobType[];
                  changeDelayMs: number;
                  editing: boolean[];
                  embeddable: boolean;
                  id: number;
                  initialDelayMs: number;
                  linkable: boolean;
                  name: string[];
                  readable: boolean[];
                  type: string;
              }

              Hierarchy (view full)

              Properties

              interface MockContent {
                  blob: BlobType[];
                  changeDelayMs: number;
                  editing: boolean[];
                  embeddable: boolean;
                  id: number;
                  initialDelayMs: number;
                  linkable: boolean;
                  name: string[];
                  readable: boolean[];
                  type: string;
              }

              Hierarchy (view full)

              Properties

              Properties

              blob: BlobType[]
              changeDelayMs: number

              The delay between each change. 0 or below will do changes only once +

              Properties

              blob: BlobType[]
              changeDelayMs: number

              The delay between each change. 0 or below will do changes only once and then end (with change delay of 1 ms in this case).

              -
              editing: boolean[]
              embeddable: boolean

              If the content may be embedded.

              -
              id: number

              Numeric ID of the content.

              -
              initialDelayMs: number

              Defines the initial delay to load a content or a property value.

              -
              linkable: boolean

              If the content may be referenced in internal links.

              -
              name: string[]
              readable: boolean[]
              type: string

              The content-type of the content.

              -
              \ No newline at end of file +
              editing: boolean[]
              embeddable: boolean

              If the content may be embedded.

              +
              id: number

              Numeric ID of the content.

              +
              initialDelayMs: number

              Defines the initial delay to load a content or a property value.

              +
              linkable: boolean

              If the content may be referenced in internal links.

              +
              name: string[]
              readable: boolean[]
              type: string

              The content-type of the content.

              +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContentObject.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContentObject.html index 9d47ee592..3ec7f3d3b 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContentObject.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContentObject.html @@ -1,3 +1,3 @@ -MockContentObject | CoreMedia CKEditor 5 Plugins
              interface MockContentObject {
                  id: number;
              }

              Hierarchy (view full)

              Properties

              id +MockContentObject | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContentTypeSpecificProperties.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContentTypeSpecificProperties.html index 259b88e9d..2d713745a 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContentTypeSpecificProperties.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockContentTypeSpecificProperties.html @@ -1,10 +1,10 @@ MockContentTypeSpecificProperties | CoreMedia CKEditor 5 Plugins

              Represents properties an object having a content type should have.

              -
              interface MockContentTypeSpecificProperties {
                  embeddable: boolean;
                  id: number;
                  linkable: boolean;
                  type: string;
              }

              Hierarchy (view full)

              Properties

              interface MockContentTypeSpecificProperties {
                  embeddable: boolean;
                  id: number;
                  linkable: boolean;
                  type: string;
              }

              Hierarchy (view full)

              Properties

              embeddable: boolean

              If the content may be embedded.

              -
              id: number

              Numeric ID of the content.

              -
              linkable: boolean

              If the content may be referenced in internal links.

              -
              type: string

              The content-type of the content.

              -
              \ No newline at end of file +
              id: number

              Numeric ID of the content.

              +
              linkable: boolean

              If the content may be referenced in internal links.

              +
              type: string

              The content-type of the content.

              +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockExternalContent.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockExternalContent.html index f43ff0300..cdc23dd1f 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockExternalContent.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MockExternalContent.html @@ -1,10 +1,10 @@ -MockExternalContent | CoreMedia CKEditor 5 Plugins
              interface MockExternalContent {
                  contentAfterImport: undefined | MockContentConfig;
                  errorWhileImporting: boolean;
                  id: number;
                  isAlreadyImported: boolean;
              }

              Properties

              contentAfterImport +MockExternalContent | CoreMedia CKEditor 5 Plugins
              interface MockExternalContent {
                  contentAfterImport: undefined | MockContentConfig;
                  errorWhileImporting: boolean;
                  id: number;
                  isAlreadyImported: boolean;
              }

              Properties

              contentAfterImport: undefined | MockContentConfig

              The content how it exists after the import succeeded. Undefined if content can't be imported (item won't be insertable).

              -
              errorWhileImporting: boolean

              Triggers an error during import to check if error handling has been implemented.

              -
              id: number

              ID of the external content

              -
              isAlreadyImported: boolean

              true if the content should be treated as previously imported.

              -
              \ No newline at end of file +
              errorWhileImporting: boolean

              Triggers an error during import to check if error handling has been implemented.

              +
              id: number

              ID of the external content

              +
              isAlreadyImported: boolean

              true if the content should be treated as previously imported.

              +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutableProperties.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutableProperties.html index dd302453d..dc3b02443 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutableProperties.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutableProperties.html @@ -1,6 +1,6 @@ MutableProperties | CoreMedia CKEditor 5 Plugins

              Represents mutable property set.

              -
              interface MutableProperties {
                  blob: BlobType[];
                  editing: boolean[];
                  name: string[];
                  readable: boolean[];
              }

              Hierarchy (view full)

              \ No newline at end of file +

              Properties

              blob: BlobType[]
              editing: boolean[]
              name: string[]
              readable: boolean[]
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesConfig.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesConfig.html index cbcacdedb..7118c33c1 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesConfig.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesConfig.html @@ -1,7 +1,7 @@ MutablePropertiesConfig | CoreMedia CKEditor 5 Plugins

              Represents mutable properties as given in the configuration. This provides some convenience, which is later mapped to MutableProperties.

              -
              interface MutablePropertiesConfig {
                  blob?: AtomicOrArray<BlobTypeConfig>;
                  editing?: AtomicOrArray<boolean>;
                  name?: AtomicOrArray<string>;
                  readable?: AtomicOrArray<boolean>;
              }
              \ No newline at end of file +

              Properties

              editing?: AtomicOrArray<boolean>
              name?: AtomicOrArray<string>
              readable?: AtomicOrArray<boolean>
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesDefaultProviders.html b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesDefaultProviders.html index 79beedad8..0ca17e6b2 100644 --- a/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesDefaultProviders.html +++ b/docs/api/interfaces/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesDefaultProviders.html @@ -2,12 +2,12 @@ Providers may access the full original configuration object (for example, to derive properties from other properties), despite the given property, as this is unset when being called.

              -
              interface MutablePropertiesDefaultProviders<T> {
                  blob?: BlobTypeConfig | ((input) => BlobTypeConfig);
                  editing?: boolean | ((input) => boolean);
                  name?: string | ((input) => string);
                  readable?: boolean | ((input) => boolean);
              }

              Type Parameters

              Properties

              interface MutablePropertiesDefaultProviders<T> {
                  blob?: BlobTypeConfig | ((input) => BlobTypeConfig);
                  editing?: boolean | ((input) => boolean);
                  name?: string | ((input) => string);
                  readable?: boolean | ((input) => boolean);
              }

              Type Parameters

              Properties

              blob?: BlobTypeConfig | ((input) => BlobTypeConfig)

              Provider for blob property value (or just provided as static value).

              -

              Type declaration

              editing?: boolean | ((input) => boolean)

              Provider for default editing state (or just provided as static value).

              -

              Type declaration

                • (input): boolean
                • Parameters

                  • input: Omit<T, "editing">

                  Returns boolean

              name?: string | ((input) => string)

              Provider for default name (or just providing a static name).

              -

              Type declaration

                • (input): string
                • Parameters

                  • input: Omit<T, "name">

                  Returns string

              readable?: boolean | ((input) => boolean)

              Provider for default readable state (or just provided as static value).

              -

              Type declaration

                • (input): boolean
                • Parameters

                  • input: Omit<T, "readable">

                  Returns boolean

              \ No newline at end of file +

              Type declaration

              editing?: boolean | ((input) => boolean)

              Provider for default editing state (or just provided as static value).

              +

              Type declaration

                • (input): boolean
                • Parameters

                  • input: Omit<T, "editing">

                  Returns boolean

              name?: string | ((input) => string)

              Provider for default name (or just providing a static name).

              +

              Type declaration

                • (input): string
                • Parameters

                  • input: Omit<T, "name">

                  Returns string

              readable?: boolean | ((input) => boolean)

              Provider for default readable state (or just provided as static value).

              +

              Type declaration

                • (input): boolean
                • Parameters

                  • input: Omit<T, "readable">

                  Returns boolean

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_data_facade.DataApi.html b/docs/api/interfaces/ckeditor5_data_facade.DataApi.html index 7e9e791eb..d96fd09a7 100644 --- a/docs/api/interfaces/ckeditor5_data_facade.DataApi.html +++ b/docs/api/interfaces/ckeditor5_data_facade.DataApi.html @@ -1,10 +1,10 @@ DataApi | CoreMedia CKEditor 5 Plugins

              Data API to control in- and output to an instance of CKEditor 5.

              -
              interface DataApi {
                  getData(options?): string;
                  setData(data, options?): void;
              }

              Implemented by

              Methods

              interface DataApi {
                  getData(options?): string;
                  setData(data, options?): void;
              }

              Implemented by

              Methods

              • Gets the data from an instance of CKEditor 5.

                Parameters

                • Optional options: {
                      [key: string]: unknown;
                  } & DataContextOptions

                  options for getting the data

                Returns string

                the data or some signal for invalid data, if supported by implementation

                -
              \ No newline at end of file +

              Returns void

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_data_facade.DataContextOptions.html b/docs/api/interfaces/ckeditor5_data_facade.DataContextOptions.html index 8fc3f4f1d..18dca8f18 100644 --- a/docs/api/interfaces/ckeditor5_data_facade.DataContextOptions.html +++ b/docs/api/interfaces/ckeditor5_data_facade.DataContextOptions.html @@ -1,5 +1,5 @@ DataContextOptions | CoreMedia CKEditor 5 Plugins

              Options to provide as context information.

              -
              interface DataContextOptions {
                  context?: string;
              }

              Properties

              interface DataContextOptions {
                  context?: string;
              }

              Properties

              Properties

              context?: string

              The current context for setting and getting data. Possibly, some ID the data is bound to.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_data_facade.DataFacadeConfig.html b/docs/api/interfaces/ckeditor5_data_facade.DataFacadeConfig.html index dfc6644d5..f2e05715c 100644 --- a/docs/api/interfaces/ckeditor5_data_facade.DataFacadeConfig.html +++ b/docs/api/interfaces/ckeditor5_data_facade.DataFacadeConfig.html @@ -1,10 +1,10 @@ DataFacadeConfig | CoreMedia CKEditor 5 Plugins

              The configuration of the DataFacade.

              ClassicEditor
              .create(editorElement, {
              autosave: {
              save( editor: Editor ): Promise<unknown> {
              // Typically skipped. Use `dataFacade` instead.
              },
              // Waiting time configured here, will then forward to `dataFacade`.
              waitingTime: 2000,
              }
              });
              .then( ... )
              .catch( ... );
              -
              interface DataFacadeConfig {
                  save?: Save;
              }

              Properties

              interface DataFacadeConfig {
                  save?: Save;
              }

              Properties

              Properties

              save?: Save

              The callback to be executed when the data needs to be saved.

              This function must return a promise that should be resolved when the data is successfully saved.

              ClassicEditor
              .create(editorElement, {
              dataFacade: {
              save(dataApi: GetDataApi) {
              return saveData(dataApi.getData());
              },
              },
              });
              .then( ... )
              .catch( ... );
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.Attributes.AttributeMapper.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.Attributes.AttributeMapper.html index eb78f9524..19b0c9311 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.Attributes.AttributeMapper.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.Attributes.AttributeMapper.html @@ -1,4 +1,4 @@ AttributeMapper | CoreMedia CKEditor 5 Plugins

              Mapper for attributes from view to data (toData) and vice versa (toView).

              -
              interface AttributeMapper {
                  toData: ElementFilterRule;
                  toView: ElementFilterRule;
              }

              Properties

              interface AttributeMapper {
                  toData: ElementFilterRule;
                  toView: ElementFilterRule;
              }

              Properties

              Properties

              \ No newline at end of file +

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.ElementFilterParams.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.ElementFilterParams.html index fbba39b41..1c9983362 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.ElementFilterParams.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.ElementFilterParams.html @@ -2,12 +2,12 @@ a typical pattern to start with is:

              params.parent && params.parent(args);
               
              -
              interface ElementFilterParams {
                  editor: default;
                  node: ElementProxy;
                  parentRule: ElementFilterRule;
              }

              Implemented by

              Properties

              interface ElementFilterParams {
                  editor: default;
                  node: ElementProxy;
                  parentRule: ElementFilterRule;
              }

              Implemented by

              Properties

              editor: default

              CKEditor instance, for example to access configuration.

              -

              The node to process.

              -
              parentRule: ElementFilterRule

              A parent mapping to respect (or to ignore, thus override). +

              The node to process.

              +
              parentRule: ElementFilterRule

              A parent mapping to respect (or to ignore, thus override). It is required, so that it is easier to trigger a call to the parent rule. Just add it as empty function, if there is no parent.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.ElementFilterRuleSet.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.ElementFilterRuleSet.html index 2b6bb84e2..c155a38ac 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.ElementFilterRuleSet.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.ElementFilterRuleSet.html @@ -1,2 +1,2 @@ -ElementFilterRuleSet | CoreMedia CKEditor 5 Plugins
              interface ElementFilterRuleSet {
                  elements?: ElementFilterRulesByName;
              }

              Properties

              Properties

              \ No newline at end of file +ElementFilterRuleSet | CoreMedia CKEditor 5 Plugins
              interface ElementFilterRuleSet {
                  elements?: ElementFilterRulesByName;
              }

              Properties

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.FilterRuleSetConfiguration.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.FilterRuleSetConfiguration.html index f12e1392c..770cc9a3d 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.FilterRuleSetConfiguration.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.FilterRuleSetConfiguration.html @@ -23,6 +23,6 @@ option to completely override the behavior for the toData transformation.

              In contrast to parsed toData, the toView elements are executed sequentially.

              -
              interface FilterRuleSetConfiguration {
                  elements?: ElementsFilterRuleSetConfiguration;
                  text?: TextFilterRuleSetConfigurationValueType;
              }

              Properties

              interface FilterRuleSetConfiguration {
                  elements?: ElementsFilterRuleSetConfiguration;
                  text?: TextFilterRuleSetConfigurationValueType;
              }

              Properties

              Properties

              \ No newline at end of file +

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.Namespace.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.Namespace.html index 17e3c3059..68baaa828 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.Namespace.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.Namespace.html @@ -1,2 +1,2 @@ -Namespace | CoreMedia CKEditor 5 Plugins
              interface Namespace {
                  uri: string;
              }

              Properties

              uri -

              Properties

              uri: string
              \ No newline at end of file +Namespace | CoreMedia CKEditor 5 Plugins
              interface Namespace {
                  uri: string;
              }

              Properties

              uri +

              Properties

              uri: string
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.ParsedToDataAndView.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.ParsedToDataAndView.html index 9c19f7584..6bf621a81 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.ParsedToDataAndView.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.ParsedToDataAndView.html @@ -1,4 +1,4 @@ ParsedToDataAndView | CoreMedia CKEditor 5 Plugins

              This represents the combination of toData/toView.

              -
              interface ParsedToDataAndView {
                  toData: FilterRuleSet;
                  toView: FilterRuleSet;
              }

              Properties

              interface ParsedToDataAndView {
                  toData: FilterRuleSet;
                  toView: FilterRuleSet;
              }

              Properties

              Properties

              \ No newline at end of file +

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.PersistResponse.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.PersistResponse.html index 7d99535a4..456ac46ba 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.PersistResponse.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.PersistResponse.html @@ -1,10 +1,10 @@ PersistResponse | CoreMedia CKEditor 5 Plugins

              Response when persisting node changes.

              -
              interface PersistResponse {
                  abort: boolean;
                  continueWith?: Node;
              }

              Properties

              interface PersistResponse {
                  abort: boolean;
                  continueWith?: Node;
              }

              Properties

              Properties

              abort: boolean

              Signals if further rules should/may be applied to this node. Typically, true, if processing should continue with different node. true is also returned, when the current node just got deleted, as it does not make sense to continue processing this node.

              -
              continueWith?: Node

              Node to possibly continue from. Typically used, when a node got replaced. +

              continueWith?: Node

              Node to possibly continue from. Typically used, when a node got replaced. undefined signals, that processing may just continue with next nodes.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.PreParsedToDataAndView.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.PreParsedToDataAndView.html index 47d2b5993..d643aa965 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.PreParsedToDataAndView.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.PreParsedToDataAndView.html @@ -1,3 +1,3 @@ -PreParsedToDataAndView | CoreMedia CKEditor 5 Plugins
              interface PreParsedToDataAndView {
                  toData: FilterRuleSet;
                  toView: PreParsedToView;
              }

              Properties

              toData +PreParsedToDataAndView | CoreMedia CKEditor 5 Plugins
              interface PreParsedToDataAndView {
                  toData: FilterRuleSet;
                  toView: PreParsedToView;
              }

              Properties

              Properties

              \ No newline at end of file +

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.PreParsedToView.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.PreParsedToView.html index 457cd7959..9b6c297fd 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.PreParsedToView.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.PreParsedToView.html @@ -19,6 +19,6 @@ -
              interface PreParsedToView {
                  elements?: PreParsedElementSection;
                  text?: TextFilterRule;
              }

              Properties

              interface PreParsedToView {
                  elements?: PreParsedElementSection;
                  text?: TextFilterRule;
              }

              Properties

              Properties

              \ No newline at end of file +

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.TextFilterParams.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.TextFilterParams.html index dd286adfa..5558e4679 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.TextFilterParams.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.TextFilterParams.html @@ -2,12 +2,12 @@ a typical pattern to start with is:

              params.parent && params.parent(args);
               
              -
              interface TextFilterParams {
                  editor: default;
                  node: TextProxy;
                  parentRule: TextFilterRule;
              }

              Implemented by

              Properties

              interface TextFilterParams {
                  editor: default;
                  node: TextProxy;
                  parentRule: TextFilterRule;
              }

              Implemented by

              Properties

              editor: default

              CKEditor instance, for example to access configuration.

              -
              node: TextProxy

              The node to process.

              -
              parentRule: TextFilterRule

              A parent mapping to respect (or to ignore, thus override). +

              node: TextProxy

              The node to process.

              +
              parentRule: TextFilterRule

              A parent mapping to respect (or to ignore, thus override). It is required, so that it is easier to trigger a call to the parent rule. Just add it as empty function, if there is no parent.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.TextFilterRuleSet.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.TextFilterRuleSet.html index ce24f1b0b..ce9bf912c 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.TextFilterRuleSet.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.TextFilterRuleSet.html @@ -1,2 +1,2 @@ -TextFilterRuleSet | CoreMedia CKEditor 5 Plugins
              interface TextFilterRuleSet {
                  text?: TextFilterRule;
              }

              Properties

              Properties

              \ No newline at end of file +TextFilterRuleSet | CoreMedia CKEditor 5 Plugins
              interface TextFilterRuleSet {
                  text?: TextFilterRule;
              }

              Properties

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.ToDataAndViewElementConfiguration.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.ToDataAndViewElementConfiguration.html index 8ec5f54bb..fb797b3be 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.ToDataAndViewElementConfiguration.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.ToDataAndViewElementConfiguration.html @@ -1,4 +1,4 @@ ToDataAndViewElementConfiguration | CoreMedia CKEditor 5 Plugins

              Interface for separate toData/toView Handling within the configuration.

              -
              interface ToDataAndViewElementConfiguration {
                  toData?: ElementFilterRule;
                  toView?: ElementFilterRule | ElementFilterRulesByName;
              }

              Properties

              interface ToDataAndViewElementConfiguration {
                  toData?: ElementFilterRule;
                  toView?: ElementFilterRule | ElementFilterRulesByName;
              }

              Properties

              Properties

              \ No newline at end of file +

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dataprocessor_support.ToDataAndViewTextConfiguration.html b/docs/api/interfaces/ckeditor5_dataprocessor_support.ToDataAndViewTextConfiguration.html index 77bc43f37..9f886c469 100644 --- a/docs/api/interfaces/ckeditor5_dataprocessor_support.ToDataAndViewTextConfiguration.html +++ b/docs/api/interfaces/ckeditor5_dataprocessor_support.ToDataAndViewTextConfiguration.html @@ -1,3 +1,3 @@ -ToDataAndViewTextConfiguration | CoreMedia CKEditor 5 Plugins
              interface ToDataAndViewTextConfiguration {
                  toData?: TextFilterRule;
                  toView?: TextFilterRule;
              }

              Properties

              toData? +ToDataAndViewTextConfiguration | CoreMedia CKEditor 5 Plugins
              interface ToDataAndViewTextConfiguration {
                  toData?: TextFilterRule;
                  toView?: TextFilterRule;
              }

              Properties

              Properties

              \ No newline at end of file +

              Properties

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dom_converter.ConversionListener.html b/docs/api/interfaces/ckeditor5_dom_converter.ConversionListener.html index 18f82a010..fa26e7dad 100644 --- a/docs/api/interfaces/ckeditor5_dom_converter.ConversionListener.html +++ b/docs/api/interfaces/ckeditor5_dom_converter.ConversionListener.html @@ -1,6 +1,6 @@ ConversionListener | CoreMedia CKEditor 5 Plugins

              Listener regarding the import-process, which may intervene some conversion steps and provide a different behavior.

              -
              interface ConversionListener {
                  appended?: ((parentNode, childNode, context) => void);
                  imported?: ((importedNode, context) => undefined | Node | typeof skip);
                  importedWithChildren?: ((importedNode, context) => undefined | Node | typeof skip);
                  prepare?: ((originalNode) => void);
              }

              Implemented by

              Properties

              interface ConversionListener {
                  appended?: ((parentNode, childNode, context) => void);
                  imported?: ((importedNode, context) => undefined | Node | typeof skip);
                  importedWithChildren?: ((importedNode, context) => undefined | Node | typeof skip);
                  prepare?: ((originalNode) => void);
              }

              Implemented by

              Properties

              Type declaration

                • (parentNode, childNode, context): void
                • Parameters

                  • parentNode: Node

                    parent node child got appended to

                  • childNode: Node

                    child node that got appended

                  • context: ConversionContext

                    current conversion context

                    -

                  Returns void

              imported?: ((importedNode, context) => undefined | Node | typeof skip)

              Provides the possibility to handle a just imported node. The node is +

              Returns void

              imported?: ((importedNode, context) => undefined | Node | typeof skip)

              Provides the possibility to handle a just imported node. The node is neither attached to DOM, nor children are available.

              Type declaration

                • (importedNode, context): undefined | Node | typeof skip
                • Parameters

                  • importedNode: Node

                    the just imported node

                  • context: ConversionContext

                    current conversion context

                  Returns undefined | Node | typeof skip

              Returns

              the node to continue with in further processing or a signal what to do instead; if method is not defined or undefined is returned, processing continues with the original node.

              -
              importedWithChildren?: ((importedNode, context) => undefined | Node | typeof skip)

              Provides the opportunity to handle a just imported node, having its +

              importedWithChildren?: ((importedNode, context) => undefined | Node | typeof skip)

              Provides the opportunity to handle a just imported node, having its children processed. The node is not attached to the DOM yet, though.

              Type declaration

                • (importedNode, context): undefined | Node | typeof skip
                • Parameters

                  • importedNode: Node

                    imported node, possibly with children

                  • context: ConversionContext

                    current conversion context

                  Returns undefined | Node | typeof skip

              Returns

              the node to attach to the DOM eventually; or a corresponding signal what to do instead; undefined or not implemented would continue processing with the importedNode

              -
              prepare?: ((originalNode) => void)

              Prior to importing the original node, you may want to modify it. Note +

              prepare?: ((originalNode) => void)

              Prior to importing the original node, you may want to modify it. Note that allowed modification is limited, though.

              Type declaration

                • (originalNode): void
                • Parameters

                  • originalNode: Node

                    original (mutable!) node

                    -

                  Returns void

              \ No newline at end of file +

              Returns void

              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dom_converter.RuleConfigBase.html b/docs/api/interfaces/ckeditor5_dom_converter.RuleConfigBase.html index a47e50ad4..89e040bea 100644 --- a/docs/api/interfaces/ckeditor5_dom_converter.RuleConfigBase.html +++ b/docs/api/interfaces/ckeditor5_dom_converter.RuleConfigBase.html @@ -1,9 +1,9 @@ -RuleConfigBase | CoreMedia CKEditor 5 Plugins
              interface RuleConfigBase {
                  id?: string;
                  priority?: PriorityString;
                  toData?: RuleSectionConfig;
                  toView?: RuleSectionConfig;
              }

              Properties

              id? +RuleConfigBase | CoreMedia CKEditor 5 Plugins
              interface RuleConfigBase {
                  id?: string;
                  priority?: PriorityString;
                  toData?: RuleSectionConfig;
                  toView?: RuleSectionConfig;
              }

              Properties

              id?: string

              Optional ID for rule. Possibly useful for debugging purpose. Propagated as part of the default ID to section configurations.

              -
              priority?: PriorityString

              The default priority to be propagated to rule sections. May be overridden +

              priority?: PriorityString

              The default priority to be propagated to rule sections. May be overridden in sections.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dom_converter.RuleSectionConfigBase.html b/docs/api/interfaces/ckeditor5_dom_converter.RuleSectionConfigBase.html index 84f7ee355..5774d142e 100644 --- a/docs/api/interfaces/ckeditor5_dom_converter.RuleSectionConfigBase.html +++ b/docs/api/interfaces/ckeditor5_dom_converter.RuleSectionConfigBase.html @@ -11,7 +11,7 @@ a given node, then all imported steps, and so on. Thus, do not expect by default that a node handled in prepare step comes unchanged to the next step imported.

              -
              interface RuleSectionConfigBase {
                  appended?: AppendedFunction;
                  id?: string;
                  imported?: ImportedFunction;
                  importedWithChildren?: ImportedFunction;
                  prepare?: PrepareFunction;
                  priority?: PriorityString;
              }

              Properties

              interface RuleSectionConfigBase {
                  appended?: AppendedFunction;
                  id?: string;
                  imported?: ImportedFunction;
                  importedWithChildren?: ImportedFunction;
                  prepare?: PrepareFunction;
                  priority?: PriorityString;
              }

              Properties

              appended? id? imported? importedWithChildren? @@ -24,9 +24,9 @@ child of type ChildNode, previous processing may have provided a different state. Thus, you may require applying corresponding type checks first.

              -
              id?: string

              Optional ID for a given configuration. Possibly useful for debugging +

              id?: string

              Optional ID for a given configuration. Possibly useful for debugging purpose.

              -
              imported?: ImportedFunction

              This method operates on a just imported node to the target document. It is +

              imported?: ImportedFunction

              This method operates on a just imported node to the target document. It is neither attached to DOM and does not contain any child nodes.

              Note, that information provided via context (such as the original source node) must not be manipulated.

              @@ -44,7 +44,7 @@ structure then.

              Alternative to this, you may add children to the original DOM as part of the prepare step.

              -
              importedWithChildren?: ImportedFunction

              This method operates on an imported node to the target document. While it +

              importedWithChildren?: ImportedFunction

              This method operates on an imported node to the target document. While it is not attached to DOM yet, children already got converted and appended.

              Note, that information provided via context (such as the original source @@ -52,7 +52,7 @@

              Also note that previous processing may have already adapted or even exchanged the imported node. So, it may make sense to do some checks on the original node instead, like, if a given rule is applicable.

              -
              prepare?: PrepareFunction

              This method may operate on the source node prior to importing it into +

              prepare?: PrepareFunction

              This method may operate on the source node prior to importing it into the target document. This may be useful if the source API is richer than available later in processing. Like, for to data mapping, the data view may contain HTMLElement providing access to HTMLElement.dataset, @@ -64,6 +64,6 @@

              Thus, it is safe, for example, to add or remove child nodes or attributes in this stage.

              -
              priority?: PriorityString

              Priority in which the given rule section is executed. +

              priority?: PriorityString

              Priority in which the given rule section is executed. Defaults to priority normal.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dom_support.ElementDefinition.html b/docs/api/interfaces/ckeditor5_dom_support.ElementDefinition.html index 3b2e5fcb6..d7807a9b2 100644 --- a/docs/api/interfaces/ckeditor5_dom_support.ElementDefinition.html +++ b/docs/api/interfaces/ckeditor5_dom_support.ElementDefinition.html @@ -1,8 +1,8 @@ ElementDefinition | CoreMedia CKEditor 5 Plugins

              Represents an element to create.

              -
              interface ElementDefinition {
                  namespaceURI?: null | string;
                  qualifiedName: string;
              }

              Properties

              interface ElementDefinition {
                  namespaceURI?: null | string;
                  qualifiedName: string;
              }

              Properties

              namespaceURI?: null | string

              The target namespace URI. Note, that undefined will signal to use the document's namespace URI, while null enforces empty namespace.

              -
              qualifiedName: string

              The qualified name of the element to create.

              -
              \ No newline at end of file +
              qualifiedName: string

              The qualified name of the element to create.

              +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_dom_support.FontWeightInformation.html b/docs/api/interfaces/ckeditor5_dom_support.FontWeightInformation.html index 575af4dc5..90d06c410 100644 --- a/docs/api/interfaces/ckeditor5_dom_support.FontWeightInformation.html +++ b/docs/api/interfaces/ckeditor5_dom_support.FontWeightInformation.html @@ -1,4 +1,4 @@ FontWeightInformation | CoreMedia CKEditor 5 Plugins

              Information

              -
              interface FontWeightInformation {
                  asNumber?: number;
                  asText?: string;
              }

              Properties

              interface FontWeightInformation {
                  asNumber?: number;
                  asText?: string;
              }

              Properties

              Properties

              asNumber?: number
              asText?: string
              \ No newline at end of file +

              Properties

              asNumber?: number
              asText?: string
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_font_mapper.FontMapperConfigEntry.html b/docs/api/interfaces/ckeditor5_font_mapper.FontMapperConfigEntry.html index 98b136fc8..ce87502d5 100644 --- a/docs/api/interfaces/ckeditor5_font_mapper.FontMapperConfigEntry.html +++ b/docs/api/interfaces/ckeditor5_font_mapper.FontMapperConfigEntry.html @@ -1,4 +1,4 @@ -FontMapperConfigEntry | CoreMedia CKEditor 5 Plugins
              interface FontMapperConfigEntry {
                  font: string;
                  map: Record<number, string>;
                  mode?: Mode;
              }

              Properties

              font +FontMapperConfigEntry | CoreMedia CKEditor 5 Plugins
              interface FontMapperConfigEntry {
                  font: string;
                  map: Record<number, string>;
                  mode?: Mode;
              }

              Properties

              Properties

              font: string
              map: Record<number, string>
              mode?: Mode
              \ No newline at end of file +

              Properties

              font: string
              map: Record<number, string>
              mode?: Mode
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_link_common.LinkAttributesConfig.html b/docs/api/interfaces/ckeditor5_link_common.LinkAttributesConfig.html index 6f6a636c3..67e9229f6 100644 --- a/docs/api/interfaces/ckeditor5_link_common.LinkAttributesConfig.html +++ b/docs/api/interfaces/ckeditor5_link_common.LinkAttributesConfig.html @@ -2,7 +2,7 @@ link-feature configuration.

              const linkAttributesConfig: LinkAttributesConfig = {
              attributes: [
              { view: "title", model: "linkTitle" },
              { view: "data-xlink-actuate", model: "linkActuate" },
              ],
              };

              ClassicEditor.create(sourceElement, {
              plugins: [
              LinkAttributes,
              Link,
              // ...
              ],
              link: {
              defaultProtocol: "https://",
              ...linkAttributesConfig,
              },
              };
              -
              interface LinkAttributesConfig {
                  attributes: RegisterAttributeConfig[];
              }

              Properties

              interface LinkAttributesConfig {
                  attributes: RegisterAttributeConfig[];
              }

              Properties

              Properties

              Configuration of attributes, which are to be handled as being part of a link, similar to href (linkHref in model).

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_link_common.LinkCleanupRegistry.html b/docs/api/interfaces/ckeditor5_link_common.LinkCleanupRegistry.html index e05a95550..97e0096d3 100644 --- a/docs/api/interfaces/ckeditor5_link_common.LinkCleanupRegistry.html +++ b/docs/api/interfaces/ckeditor5_link_common.LinkCleanupRegistry.html @@ -1,12 +1,12 @@ LinkCleanupRegistry | CoreMedia CKEditor 5 Plugins

              Provides configuration options for attributes, which must not exist without corresponding linkHref attribute.

              -
              interface LinkCleanupRegistry {
                  registerDependentAttribute(modelAttributeName): void;
                  unregisterDependentAttribute(modelAttributeName): boolean;
              }

              Implemented by

              Methods

              interface LinkCleanupRegistry {
                  registerDependentAttribute(modelAttributeName): void;
                  unregisterDependentAttribute(modelAttributeName): boolean;
              }

              Implemented by

              Methods

              • Registers an attribute to be removed from a given range, when a linkHref attribute got removed.

                Parameters

                • modelAttributeName: string

                  name of the model attribute to possibly remove

                  -

                Returns void

              • Unregisters an attribute, which in return, will not be removed anymore +

              Returns void

              • Unregisters an attribute, which in return, will not be removed anymore when a linkHref attribute got removed.

                Parameters

                • modelAttributeName: string

                  name of the model attribute not to remove anymore

                Returns boolean

                true if attribute got removed; false if that attribute was not registered anymore

                -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_link_common.RegisterAttributeConfig.html b/docs/api/interfaces/ckeditor5_link_common.RegisterAttributeConfig.html index df092eab1..deabe10bb 100644 --- a/docs/api/interfaces/ckeditor5_link_common.RegisterAttributeConfig.html +++ b/docs/api/interfaces/ckeditor5_link_common.RegisterAttributeConfig.html @@ -1,7 +1,7 @@ RegisterAttributeConfig | CoreMedia CKEditor 5 Plugins

              Configuration to register attribute bound to link.

              -
              interface RegisterAttributeConfig {
                  model: `link${string}`;
                  view: string;
              }

              Properties

              interface RegisterAttributeConfig {
                  model: `link${string}`;
                  view: string;
              }

              Properties

              Properties

              model: `link${string}`

              Model name. Recommended to be prefixed with link.

              -
              view: string

              Name of attribute in view.

              +
              view: string

              Name of attribute in view.

              Assumed to be identical in editing and data view.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/interfaces/ckeditor5_logging.logging.Logger.html b/docs/api/interfaces/ckeditor5_logging.logging.Logger.html index 7f576568b..83ace601a 100644 --- a/docs/api/interfaces/ckeditor5_logging.logging.Logger.html +++ b/docs/api/interfaces/ckeditor5_logging.logging.Logger.html @@ -1,5 +1,5 @@ Logger | CoreMedia CKEditor 5 Plugins

              Used to log at given levels.

              -
              interface Logger {
                  debug(...data): void;
                  error(...data): void;
                  info(...data): void;
                  isAnyEnabled(): boolean;
                  isDebugEnabled(): boolean;
                  isEnabled(logLevel): boolean;
                  isErrorEnabled(): boolean;
                  isInfoEnabled(): boolean;
                  isWarnEnabled(): boolean;
                  log(...data): void;
                  warn(...data): void;
              }

              Methods

              interface Logger {
                  debug(...data): void;
                  error(...data): void;
                  info(...data): void;
                  isAnyEnabled(): boolean;
                  isDebugEnabled(): boolean;
                  isEnabled(logLevel): boolean;
                  isErrorEnabled(): boolean;
                  isInfoEnabled(): boolean;
                  isWarnEnabled(): boolean;
                  log(...data): void;
                  warn(...data): void;
              }

              Methods

              debug error info isAnyEnabled @@ -12,26 +12,26 @@ warn

              Methods

              • Logs the given data at debug level if enabled.

                Parameters

                • Rest ...data: unknown[]

                  data to log, such as a message and some objects.

                  -

                Returns void

              • Logs the given data at error level if enabled.

                +

              Returns void

              • Logs the given data at error level if enabled.

                Parameters

                • Rest ...data: unknown[]

                  data to log, such as a message and some objects.

                  -

                Returns void

              • Logs the given data at info level if enabled.

                +

              Returns void

              Returns void

              Returns void

              \ No newline at end of file +

              Returns void

              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_blocklist.ui.html b/docs/api/modules/ckeditor5_coremedia_blocklist.ui.html index ad64316f8..e73c5ea3b 100644 --- a/docs/api/modules/ckeditor5_coremedia_blocklist.ui.html +++ b/docs/api/modules/ckeditor5_coremedia_blocklist.ui.html @@ -1,5 +1,5 @@ ui | CoreMedia CKEditor 5 Plugins

              Views, used inside the Blocklist balloon.

              -

              Index

              Classes

              Index

              Classes

              Interfaces

              UnblockEvent diff --git a/docs/api/modules/ckeditor5_coremedia_content.ckeditor5_coremedia_content.html b/docs/api/modules/ckeditor5_coremedia_content.ckeditor5_coremedia_content.html index b0ec23589..759c6548f 100644 --- a/docs/api/modules/ckeditor5_coremedia_content.ckeditor5_coremedia_content.html +++ b/docs/api/modules/ckeditor5_coremedia_content.ckeditor5_coremedia_content.html @@ -1,3 +1,3 @@ ckeditor5-coremedia-content | CoreMedia CKEditor 5 Plugins

              This package contains general CKEditor 5 classes (such as commands, buttons, etc.).

              -

              Index

              Classes

              Index

              Classes

              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_content_clipboard.integrations.html b/docs/api/modules/ckeditor5_coremedia_content_clipboard.integrations.html index 6c32bc912..8f39d73c2 100644 --- a/docs/api/modules/ckeditor5_coremedia_content_clipboard.integrations.html +++ b/docs/api/modules/ckeditor5_coremedia_content_clipboard.integrations.html @@ -1,5 +1,5 @@ integrations | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_content_clipboard.lang.contentlink.html b/docs/api/modules/ckeditor5_coremedia_content_clipboard.lang.contentlink.html index e07467a6a..3fde2ed28 100644 --- a/docs/api/modules/ckeditor5_coremedia_content_clipboard.lang.contentlink.html +++ b/docs/api/modules/ckeditor5_coremedia_content_clipboard.lang.contentlink.html @@ -1,2 +1,2 @@ contentlink | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_content_clipboard.lang.html b/docs/api/modules/ckeditor5_coremedia_content_clipboard.lang.html index 24abc7f05..e7d2f63b4 100644 --- a/docs/api/modules/ckeditor5_coremedia_content_clipboard.lang.html +++ b/docs/api/modules/ckeditor5_coremedia_content_clipboard.lang.html @@ -1,3 +1,3 @@ lang | CoreMedia CKEditor 5 Plugins

              Localizations.

              -

              Index

              Namespaces

              Index

              Namespaces

              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_content_clipboard.paste.html b/docs/api/modules/ckeditor5_coremedia_content_clipboard.paste.html index 725230f7a..493165cab 100644 --- a/docs/api/modules/ckeditor5_coremedia_content_clipboard.paste.html +++ b/docs/api/modules/ckeditor5_coremedia_content_clipboard.paste.html @@ -1,5 +1,5 @@ paste | CoreMedia CKEditor 5 Plugins

              Provides paste functionality for the content-clipboard plugin.

              -

              Index

              Classes

              Index

              Classes

              PasteContentCommand PasteContentEditing PasteContentPlugin PasteContentUI diff --git a/docs/api/modules/ckeditor5_coremedia_differencing.integrations.html b/docs/api/modules/ckeditor5_coremedia_differencing.integrations.html index e39587ad8..cfd5a9a51 100644 --- a/docs/api/modules/ckeditor5_coremedia_differencing.integrations.html +++ b/docs/api/modules/ckeditor5_coremedia_differencing.integrations.html @@ -1,5 +1,5 @@ integrations | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_images.ckeditor5_coremedia_images.html b/docs/api/modules/ckeditor5_coremedia_images.ckeditor5_coremedia_images.html index f102bbc60..1cd348d43 100644 --- a/docs/api/modules/ckeditor5_coremedia_images.ckeditor5_coremedia_images.html +++ b/docs/api/modules/ckeditor5_coremedia_images.ckeditor5_coremedia_images.html @@ -1,5 +1,5 @@ ckeditor5-coremedia-images | CoreMedia CKEditor 5 Plugins

              This package provides support for images in CoreMedia RichText.

              -

              Index

              Classes

              Index

              Classes

              Variables

              Functions

              executeOpenImageInTabCommand diff --git a/docs/api/modules/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.html b/docs/api/modules/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.html index de0087db0..7bd2ff683 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.html +++ b/docs/api/modules/ckeditor5_coremedia_link.contentlink.ContentLinkViewUtils.html @@ -1,3 +1,3 @@ -ContentLinkViewUtils | CoreMedia CKEditor 5 Plugins

              Index

              Functions

              closeContextualBalloon +ContentLinkViewUtils | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.ContentLinkData.html b/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.ContentLinkData.html index 220da13ac..9bf81a48d 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.ContentLinkData.html +++ b/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.ContentLinkData.html @@ -1,2 +1,2 @@ -ContentLinkData | CoreMedia CKEditor 5 Plugins

              Index

              Classes

              ContentLinkData +ContentLinkData | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.DropCondition.html b/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.DropCondition.html index 719211c01..6f8b1fbbd 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.DropCondition.html +++ b/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.DropCondition.html @@ -1,2 +1,2 @@ -DropCondition | CoreMedia CKEditor 5 Plugins

              Index

              Classes

              DropCondition +DropCondition | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.html b/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.html index d437ed762..54bdd5ff5 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.html +++ b/docs/api/modules/ckeditor5_coremedia_link.contentlink.clipboard.html @@ -1,5 +1,5 @@ clipboard | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.contentlink.html b/docs/api/modules/ckeditor5_coremedia_link.contentlink.html index d7aad74d6..187218116 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.contentlink.html +++ b/docs/api/modules/ckeditor5_coremedia_link.contentlink.html @@ -1,5 +1,5 @@ contentlink | CoreMedia CKEditor 5 Plugins

              Adds support for links to CoreMedia Contents within CoreMedia CMS.

              -

              Index

              Other

              Index

              Other

              ContentLinkViewUtils ContentLinkClipboardPlugin ContentLinkCommandHook ContentLinks diff --git a/docs/api/modules/ckeditor5_coremedia_link.contentlink.ui.html b/docs/api/modules/ckeditor5_coremedia_link.contentlink.ui.html index a179d6a5c..d0c32822c 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.contentlink.ui.html +++ b/docs/api/modules/ckeditor5_coremedia_link.contentlink.ui.html @@ -1,6 +1,6 @@ ui | CoreMedia CKEditor 5 Plugins

              UI components to represent CoreMedia Contents within CKEditor's Link Dialog.

              -

              Index

              Classes

              Index

              Classes

              CancelButtonView ContentLinkActionsViewExtension ContentLinkFormViewExtension ContentLinkView diff --git a/docs/api/modules/ckeditor5_coremedia_link.lang.contentlink.html b/docs/api/modules/ckeditor5_coremedia_link.lang.contentlink.html index fa94e6d35..24dfc053f 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.lang.contentlink.html +++ b/docs/api/modules/ckeditor5_coremedia_link.lang.contentlink.html @@ -1,2 +1,2 @@ contentlink | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.lang.html b/docs/api/modules/ckeditor5_coremedia_link.lang.html index 98a56374a..17df0673c 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.lang.html +++ b/docs/api/modules/ckeditor5_coremedia_link.lang.html @@ -1,4 +1,4 @@ lang | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.lang.linktarget.html b/docs/api/modules/ckeditor5_coremedia_link.lang.linktarget.html index a1a945850..a0461972c 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.lang.linktarget.html +++ b/docs/api/modules/ckeditor5_coremedia_link.lang.linktarget.html @@ -1,2 +1,2 @@ linktarget | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.linktarget.Constants.html b/docs/api/modules/ckeditor5_coremedia_link.linktarget.Constants.html index e387b050a..32ff4ba08 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.linktarget.Constants.html +++ b/docs/api/modules/ckeditor5_coremedia_link.linktarget.Constants.html @@ -1,3 +1,3 @@ -Constants | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              LINK_TARGET_MODEL +Constants | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.linktarget.command.html b/docs/api/modules/ckeditor5_coremedia_link.linktarget.command.html index 7bfc8804d..33c448acc 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.linktarget.command.html +++ b/docs/api/modules/ckeditor5_coremedia_link.linktarget.command.html @@ -1,4 +1,4 @@ -command | CoreMedia CKEditor 5 Plugins

              Index

              Classes

              LinkTargetCommand +command | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.linktarget.config.html b/docs/api/modules/ckeditor5_coremedia_link.linktarget.config.html index 7e3317636..f44337f9e 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.linktarget.config.html +++ b/docs/api/modules/ckeditor5_coremedia_link.linktarget.config.html @@ -1,4 +1,4 @@ -config | CoreMedia CKEditor 5 Plugins

              Index

              Interfaces

              LinkTargetConfig +config | CoreMedia CKEditor 5 Plugins

              Index

              Interfaces

              LinkTargetConfig LinkTargetOptionDefinition TargetDefaultRuleDefinitionWithFilter TargetDefaultRuleDefinitionWithType diff --git a/docs/api/modules/ckeditor5_coremedia_link.linktarget.html b/docs/api/modules/ckeditor5_coremedia_link.linktarget.html index e115133b2..004c000ba 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.linktarget.html +++ b/docs/api/modules/ckeditor5_coremedia_link.linktarget.html @@ -1,7 +1,7 @@ linktarget | CoreMedia CKEditor 5 Plugins

              The Link-Target Plugin extends CKEditor's Link Feature by selection of a target attribute for an existing link. It is stored in model as linkTarget attribute.

              -

              Index

              Other

              Index

              Other

              Constants LinkTarget LinkTargetActionsViewExtension LinkTargetModelView diff --git a/docs/api/modules/ckeditor5_coremedia_link.linktarget.ui.html b/docs/api/modules/ckeditor5_coremedia_link.linktarget.ui.html index cc50a8cca..155f487ab 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.linktarget.ui.html +++ b/docs/api/modules/ckeditor5_coremedia_link.linktarget.ui.html @@ -1,3 +1,3 @@ -ui | CoreMedia CKEditor 5 Plugins

              Index

              Classes

              CustomLinkTargetInputFormView +ui | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_link.utils.html b/docs/api/modules/ckeditor5_coremedia_link.utils.html index 48686e722..c4d83cc52 100644 --- a/docs/api/modules/ckeditor5_coremedia_link.utils.html +++ b/docs/api/modules/ckeditor5_coremedia_link.utils.html @@ -1,4 +1,4 @@ -utils | CoreMedia CKEditor 5 Plugins

              Index

              Functions

              addClass +utils | CoreMedia CKEditor 5 Plugins

              Index

              Functions

              addClass addClassToTemplate createDecoratorHook removeClass diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.html index 7bef5eb9d..8794a1d9d 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.html @@ -1,4 +1,4 @@ compatibility | CoreMedia CKEditor 5 Plugins

              These files represent a legacy states, that deprecated with corresponding versions..

              -

              Index

              Virtual

              v10 +

              Index

              Virtual

              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.html index 5ae2c47e5..015084dd9 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.html @@ -1,6 +1,6 @@ v10 | CoreMedia CKEditor 5 Plugins

              These classes represent a legacy state, that deprecated with version 11 in 2023.

              -

              Index

              Other

              Index

              Other

              RichTextSchema V10RichTextDataProcessor ParsedConfig V10Strictness diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Anchor.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Anchor.html index 5985628aa..6fae56606 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Anchor.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Anchor.html @@ -1,2 +1,2 @@ -Anchor | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              handleAnchor +Anchor | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.html index d2fd82889..faf3e6c91 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.html @@ -1,4 +1,4 @@ -Heading | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              headingRules +Heading | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.IdHelper.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.IdHelper.html index 1240fa7f0..28b54258f 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.IdHelper.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.IdHelper.html @@ -1,2 +1,2 @@ -IdHelper | CoreMedia CKEditor 5 Plugins

              Index

              Functions

              formatLink +IdHelper | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Image.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Image.html index 7d61a30d3..a8aeb2945 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Image.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Image.html @@ -1,2 +1,2 @@ -Image | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              handleImage +Image | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.html index 0c1bc7992..f19f1d82b 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.html @@ -1,4 +1,4 @@ -Lang | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              langMapper +Lang | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              Functions

              langDataFilterRule langViewFilterRule diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.List.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.List.html index 8dee00141..0e92401b1 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.List.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.List.html @@ -1,2 +1,2 @@ -List | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              listRules +List | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.html index 952f6cdbd..e8591e728 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.ReplaceBy.html @@ -1,4 +1,4 @@ -ReplaceBy | CoreMedia CKEditor 5 Plugins

              Index

              Functions

              replaceBy +ReplaceBy | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.html index f68bd8d19..63499a3eb 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.html @@ -1,4 +1,4 @@ -Schema | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              defaultSchema +Schema | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Table.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Table.html index 17d2af20d..86e525ebf 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Table.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.Table.html @@ -1,2 +1,2 @@ -Table | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              tableRules +Table | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.html index e94455937..0c05a875b 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.html @@ -1,4 +1,4 @@ -XLink | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              xLinkActuateMapper +XLink | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              xLinkActuateMapper xLinkHrefMapper xLinkRoleMapper xLinkShowMapper diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.html b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.html index 8740ec4fe..8ae7a3338 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.compatibility.v10.rules.html @@ -1,5 +1,5 @@ rules | CoreMedia CKEditor 5 Plugins

              Rules to be used in data-processing.

              -

              Index

              Namespaces

              Index

              Namespaces

              Anchor Heading IdHelper Image diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.integrations.html b/docs/api/modules/ckeditor5_coremedia_richtext.integrations.html index 3356d8a09..3a147d00a 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.integrations.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.integrations.html @@ -1,3 +1,3 @@ integrations | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.rules.html b/docs/api/modules/ckeditor5_coremedia_richtext.rules.html index a8b8c1458..e18a0d317 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.rules.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.rules.html @@ -1,6 +1,6 @@ rules | CoreMedia CKEditor 5 Plugins

              Rules for mapping CoreMedia Rich Text 1.0 to CKEditor 5 data view (HTML) and vice versa.

              -

              References

              References

              Interfaces

              HTMLAnchorElementPreprocessor diff --git a/docs/api/modules/ckeditor5_coremedia_richtext.sanitation.html b/docs/api/modules/ckeditor5_coremedia_richtext.sanitation.html index ca575c58e..dc6437f43 100644 --- a/docs/api/modules/ckeditor5_coremedia_richtext.sanitation.html +++ b/docs/api/modules/ckeditor5_coremedia_richtext.sanitation.html @@ -1,7 +1,7 @@ sanitation | CoreMedia CKEditor 5 Plugins

              Provides sanitation for CoreMedia Rich Text 1.0 to guarantee, that contents can be stored on server at best effort, even if data-processing did not apply all required mappings for elements found in data view.

              -

              Index

              Classes

              Index

              Classes

              ElementConfig RichTextSanitizer SanitationListener TrackingSanitationListener diff --git a/docs/api/modules/ckeditor5_coremedia_studio_integration_mock.content.html b/docs/api/modules/ckeditor5_coremedia_studio_integration_mock.content.html index 33d3ce71c..954619038 100644 --- a/docs/api/modules/ckeditor5_coremedia_studio_integration_mock.content.html +++ b/docs/api/modules/ckeditor5_coremedia_studio_integration_mock.content.html @@ -1,4 +1,4 @@ -content | CoreMedia CKEditor 5 Plugins

              Index

              Classes

              MockBlobDisplayService +content | CoreMedia CKEditor 5 Plugins

              Index

              Classes

              MockBlobDisplayService MockClipboardService MockContentDisplayService MockContentPlugin diff --git a/docs/api/modules/ckeditor5_dataprocessor_support.Attributes.html b/docs/api/modules/ckeditor5_dataprocessor_support.Attributes.html index fb0fd9914..8e1fb2dd2 100644 --- a/docs/api/modules/ckeditor5_dataprocessor_support.Attributes.html +++ b/docs/api/modules/ckeditor5_dataprocessor_support.Attributes.html @@ -1,4 +1,4 @@ -Attributes | CoreMedia CKEditor 5 Plugins

              Index

              Interfaces

              AttributeMapper +Attributes | CoreMedia CKEditor 5 Plugins

              Index

              Interfaces

              Functions

              allAttributeMappers asDataFilterRule asViewFilterRule diff --git a/docs/api/modules/ckeditor5_dataprocessor_support.RulesLogger.html b/docs/api/modules/ckeditor5_dataprocessor_support.RulesLogger.html index f70ef18a4..1913beeec 100644 --- a/docs/api/modules/ckeditor5_dataprocessor_support.RulesLogger.html +++ b/docs/api/modules/ckeditor5_dataprocessor_support.RulesLogger.html @@ -1,4 +1,4 @@ -RulesLogger | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              DATA_PROCESSOR_ISSUE_PREFIX +RulesLogger | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              DATA_PROCESSOR_ISSUE_PREFIX DP_AMBIGUOUS_ATTRIBUTE_STATE DP_AMBIGUOUS_ELEMENT_STATE DP_GENERAL diff --git a/docs/api/modules/ckeditor5_link_common.Constants.html b/docs/api/modules/ckeditor5_link_common.Constants.html index 71dd4e759..7d373d62a 100644 --- a/docs/api/modules/ckeditor5_link_common.Constants.html +++ b/docs/api/modules/ckeditor5_link_common.Constants.html @@ -1,4 +1,4 @@ -Constants | CoreMedia CKEditor 5 Plugins

              Index

              Variables

              LINK_COMMAND_NAME +Constants | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_link_common.FocusUtils.html b/docs/api/modules/ckeditor5_link_common.FocusUtils.html index 56d6665d3..5f22a5264 100644 --- a/docs/api/modules/ckeditor5_link_common.FocusUtils.html +++ b/docs/api/modules/ckeditor5_link_common.FocusUtils.html @@ -1,2 +1,2 @@ -FocusUtils | CoreMedia CKEditor 5 Plugins

              Index

              Functions

              handleFocusManagement +FocusUtils | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/modules/ckeditor5_logging.logging.html b/docs/api/modules/ckeditor5_logging.logging.html index 3f9b17634..47ef4c306 100644 --- a/docs/api/modules/ckeditor5_logging.logging.html +++ b/docs/api/modules/ckeditor5_logging.logging.html @@ -1,6 +1,6 @@ logging | CoreMedia CKEditor 5 Plugins

              Provides a logging facilities, which can be triggered by hash-parameters. See Module documentation for details.

              -

              Index

              Enumerations

              Index

              Enumerations

              Classes

              Interfaces

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_bbcode.ColorMapper.html b/docs/api/types/ckeditor5_bbcode.ColorMapper.html index 11d5904fd..b8e80b3e8 100644 --- a/docs/api/types/ckeditor5_bbcode.ColorMapper.html +++ b/docs/api/types/ckeditor5_bbcode.ColorMapper.html @@ -4,4 +4,4 @@ created.

              One possible example for such a color mapper is mapping hex color codes to color names or even vice versa.

              -

              Type declaration

                • (color): string | undefined
                • Parameters

                  Returns string | undefined

              \ No newline at end of file +

              Type declaration

                • (color): string | undefined
                • Parameters

                  Returns string | undefined

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_bbcode.IsBoldFontWeight.html b/docs/api/types/ckeditor5_bbcode.IsBoldFontWeight.html index e5e419f4c..e6556343b 100644 --- a/docs/api/types/ckeditor5_bbcode.IsBoldFontWeight.html +++ b/docs/api/types/ckeditor5_bbcode.IsBoldFontWeight.html @@ -1,4 +1,4 @@ IsBoldFontWeight | CoreMedia CKEditor 5 Plugins
              IsBoldFontWeight: ((assumedBold, fontWeight) => boolean)

              Trigger final decision on bold state.

              May veto the current assumption.

              Type declaration

                • (assumedBold, fontWeight): boolean
                • Parameters

                  Returns boolean

              \ No newline at end of file +

              Returns boolean

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_bbcode.IsUnset.html b/docs/api/types/ckeditor5_bbcode.IsUnset.html index c6dc8c991..b366ce3e3 100644 --- a/docs/api/types/ckeditor5_bbcode.IsUnset.html +++ b/docs/api/types/ckeditor5_bbcode.IsUnset.html @@ -1,3 +1,3 @@ IsUnset | CoreMedia CKEditor 5 Plugins
              IsUnset: ((languageToken) => boolean)

              Signals, if a given non-empty token extracted via LanguageByClass should be considered as unset when generating the resulting BBCode.

              -

              Type declaration

                • (languageToken): boolean
                • Parameters

                  • languageToken: string

                  Returns boolean

              \ No newline at end of file +

              Type declaration

                • (languageToken): boolean
                • Parameters

                  • languageToken: string

                  Returns boolean

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_bbcode.LanguageByClass.html b/docs/api/types/ckeditor5_bbcode.LanguageByClass.html index ab960e9d3..89e752d10 100644 --- a/docs/api/types/ckeditor5_bbcode.LanguageByClass.html +++ b/docs/api/types/ckeditor5_bbcode.LanguageByClass.html @@ -4,4 +4,4 @@

              A falsy return value will skip any further language processing and especially will not add any language identifier to the resulting BBCode.

              -

              Type declaration

                • (classListEntry): string | undefined
                • Parameters

                  • classListEntry: string

                  Returns string | undefined

              \ No newline at end of file +

              Type declaration

                • (classListEntry): string | undefined
                • Parameters

                  • classListEntry: string

                  Returns string | undefined

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_common.Raw.html b/docs/api/types/ckeditor5_common.Raw.html index 0bc3f91db..b62c404bb 100644 --- a/docs/api/types/ckeditor5_common.Raw.html +++ b/docs/api/types/ckeditor5_common.Raw.html @@ -1,3 +1,3 @@ Raw | CoreMedia CKEditor 5 Plugins
              Raw<T>: {
                  [P in keyof T]: unknown
              }

              Intermediate raw type for type check.

              Type Parameters

              • T

                type to get keys from

                -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_common.RequireSelected.html b/docs/api/types/ckeditor5_common.RequireSelected.html index 6455c6683..b38881c9a 100644 --- a/docs/api/types/ckeditor5_common.RequireSelected.html +++ b/docs/api/types/ckeditor5_common.RequireSelected.html @@ -1,2 +1,2 @@ RequireSelected | CoreMedia CKEditor 5 Plugins
              RequireSelected<T, K>: T & {
                  [P in K]-?: T[P]
              }

              Utility type to mark selected properties as required.

              -

              Type Parameters

              • T
              • K extends keyof T = keyof T
              \ No newline at end of file +

              Type Parameters

              • T
              • K extends keyof T = keyof T
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_common.RequiredNonNull.html b/docs/api/types/ckeditor5_common.RequiredNonNull.html index bc644b645..681806cd7 100644 --- a/docs/api/types/ckeditor5_common.RequiredNonNull.html +++ b/docs/api/types/ckeditor5_common.RequiredNonNull.html @@ -1,3 +1,3 @@ RequiredNonNull | CoreMedia CKEditor 5 Plugins
              RequiredNonNull<T, K>: Omit<T, K> & {
                  [P in K]-?: NonNullable<T[P]>
              }

              Utility type, that maps all given properties to required non-null properties. Defaults to all properties of the given type.

              -

              Type Parameters

              • T
              • K extends keyof T = keyof T
              \ No newline at end of file +

              Type Parameters

              • T
              • K extends keyof T = keyof T
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_core_common.CommandHandler.html b/docs/api/types/ckeditor5_core_common.CommandHandler.html index 68efde17c..989666b65 100644 --- a/docs/api/types/ckeditor5_core_common.CommandHandler.html +++ b/docs/api/types/ckeditor5_core_common.CommandHandler.html @@ -1,2 +1,2 @@ CommandHandler | CoreMedia CKEditor 5 Plugins
              CommandHandler: ((command) => void)

              Handler for resolved commands.

              -

              Type declaration

                • (command): void
                • Parameters

                  • command: Command

                  Returns void

              \ No newline at end of file +

              Type declaration

                • (command): void
                • Parameters

                  • command: Command

                  Returns void

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_core_common.CommandNotFoundErrorHandler.html b/docs/api/types/ckeditor5_core_common.CommandNotFoundErrorHandler.html index 077c2b766..6836c34c0 100644 --- a/docs/api/types/ckeditor5_core_common.CommandNotFoundErrorHandler.html +++ b/docs/api/types/ckeditor5_core_common.CommandNotFoundErrorHandler.html @@ -1,2 +1,2 @@ CommandNotFoundErrorHandler | CoreMedia CKEditor 5 Plugins
              CommandNotFoundErrorHandler: ((e) => void)

              Error handler, if command could not be found.

              -

              Type declaration

              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_core_common.OnMissingPlugin.html b/docs/api/types/ckeditor5_core_common.OnMissingPlugin.html index 5ec6e0c40..e28bf9c9b 100644 --- a/docs/api/types/ckeditor5_core_common.OnMissingPlugin.html +++ b/docs/api/types/ckeditor5_core_common.OnMissingPlugin.html @@ -2,4 +2,4 @@ to file a warning or info on possible effects, for example.

              The callback will get the plugin name as a parameter that you may use for reporting.

              -

              Type declaration

                • (pluginName): void
                • Parameters

                  • pluginName: string

                  Returns void

              \ No newline at end of file +

              Type declaration

                • (pluginName): void
                • Parameters

                  • pluginName: string

                  Returns void

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_content_clipboard.CreateModelFunction.html b/docs/api/types/ckeditor5_coremedia_content_clipboard.CreateModelFunction.html index 371612818..10b6f5a0a 100644 --- a/docs/api/types/ckeditor5_coremedia_content_clipboard.CreateModelFunction.html +++ b/docs/api/types/ckeditor5_coremedia_content_clipboard.CreateModelFunction.html @@ -1 +1 @@ -CreateModelFunction | CoreMedia CKEditor 5 Plugins
              CreateModelFunction: ((writer) => Node)

              Type declaration

                • (writer): Node
                • Parameters

                  • writer: Writer

                  Returns Node

              \ No newline at end of file +CreateModelFunction | CoreMedia CKEditor 5 Plugins
              CreateModelFunction: ((writer) => Node)

              Type declaration

                • (writer): Node
                • Parameters

                  • writer: Writer

                  Returns Node

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_content_clipboard.CreateModelFunctionCreator.html b/docs/api/types/ckeditor5_coremedia_content_clipboard.CreateModelFunctionCreator.html index e60a3c99f..eca41cb8b 100644 --- a/docs/api/types/ckeditor5_coremedia_content_clipboard.CreateModelFunctionCreator.html +++ b/docs/api/types/ckeditor5_coremedia_content_clipboard.CreateModelFunctionCreator.html @@ -1 +1 @@ -CreateModelFunctionCreator | CoreMedia CKEditor 5 Plugins
              CreateModelFunctionCreator: ((contentUri) => Promise<CreateModelFunction>)

              Type declaration

              \ No newline at end of file +CreateModelFunctionCreator | CoreMedia CKEditor 5 Plugins
              CreateModelFunctionCreator: ((contentUri) => Promise<CreateModelFunction>)

              Type declaration

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_images.DowncastConversionHelperFunction.html b/docs/api/types/ckeditor5_coremedia_images.DowncastConversionHelperFunction.html index e7d91c6a2..ac6333c1a 100644 --- a/docs/api/types/ckeditor5_coremedia_images.DowncastConversionHelperFunction.html +++ b/docs/api/types/ckeditor5_coremedia_images.DowncastConversionHelperFunction.html @@ -1 +1 @@ -DowncastConversionHelperFunction | CoreMedia CKEditor 5 Plugins
              DowncastConversionHelperFunction: ((dispatcher) => void)

              Type declaration

                • (dispatcher): void
                • Parameters

                  • dispatcher: DowncastDispatcher

                  Returns void

              \ No newline at end of file +DowncastConversionHelperFunction | CoreMedia CKEditor 5 Plugins
              DowncastConversionHelperFunction: ((dispatcher) => void)

              Type declaration

                • (dispatcher): void
                • Parameters

                  • dispatcher: DowncastDispatcher

                  Returns void

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkActionsView.html b/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkActionsView.html index f2095fee7..1315934bd 100644 --- a/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkActionsView.html +++ b/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkActionsView.html @@ -1,2 +1,2 @@ AugmentedLinkActionsView | CoreMedia CKEditor 5 Plugins
              AugmentedLinkActionsView: LinkActionsView & LinkActionsViewAugmentation

              Combined type for augmented LinkActionsView.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkFormView.html b/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkFormView.html index 720eccdb3..ca2fe105b 100644 --- a/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkFormView.html +++ b/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkFormView.html @@ -1,2 +1,2 @@ AugmentedLinkFormView | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkUI.html b/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkUI.html index 44ecc1f49..9c3694a05 100644 --- a/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkUI.html +++ b/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.AugmentedLinkUI.html @@ -1,2 +1,2 @@ AugmentedLinkUI | CoreMedia CKEditor 5 Plugins
              AugmentedLinkUI: Omit<LinkUI, "actionsView" | "formView"> & LinkUIAugmentation

              Combined type for augmented LinkUI.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.HasContentUriPathAndName.html b/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.HasContentUriPathAndName.html index 3781c6d67..791ad9309 100644 --- a/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.HasContentUriPathAndName.html +++ b/docs/api/types/ckeditor5_coremedia_link.contentlink.ui.HasContentUriPathAndName.html @@ -1,2 +1,2 @@ HasContentUriPathAndName | CoreMedia CKEditor 5 Plugins
              HasContentUriPathAndName: HasContentUriPath & HasContentName

              Combined interface for providing the content's UriPath and name.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.linktarget.command.DeletedTarget.html b/docs/api/types/ckeditor5_coremedia_link.linktarget.command.DeletedTarget.html index daff4cdb9..443358221 100644 --- a/docs/api/types/ckeditor5_coremedia_link.linktarget.command.DeletedTarget.html +++ b/docs/api/types/ckeditor5_coremedia_link.linktarget.command.DeletedTarget.html @@ -1,2 +1,2 @@ DeletedTarget | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.linktarget.command.Target.html b/docs/api/types/ckeditor5_coremedia_link.linktarget.command.Target.html index 2eb9790c8..140ba441b 100644 --- a/docs/api/types/ckeditor5_coremedia_link.linktarget.command.Target.html +++ b/docs/api/types/ckeditor5_coremedia_link.linktarget.command.Target.html @@ -1,4 +1,4 @@ Target | CoreMedia CKEditor 5 Plugins
              Target: string | DeletedTarget

              Possible types a target could take, where falsy values signal to remove the target. In contrast to linkHref we do not keep an empty string as linkTarget.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultLinkType.html b/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultLinkType.html index f69b5a011..a3ca9c608 100644 --- a/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultLinkType.html +++ b/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultLinkType.html @@ -1 +1 @@ -DefaultLinkType | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +DefaultLinkType | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultTarget.html b/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultTarget.html index 51805b0bd..92a587dcc 100644 --- a/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultTarget.html +++ b/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultTarget.html @@ -1,2 +1,2 @@ DefaultTarget | CoreMedia CKEditor 5 Plugins
              DefaultTarget: "_self" | "_blank" | "_embed" | typeof OTHER_TARGET_NAME

              Values the default target option may take.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultTargetOptions.html b/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultTargetOptions.html index 89ee77a3e..313981c46 100644 --- a/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultTargetOptions.html +++ b/docs/api/types/ckeditor5_coremedia_link.linktarget.config.DefaultTargetOptions.html @@ -1 +1 @@ -DefaultTargetOptions | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +DefaultTargetOptions | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinition.html b/docs/api/types/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinition.html index 5f77b581f..e638d4c82 100644 --- a/docs/api/types/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinition.html +++ b/docs/api/types/ckeditor5_coremedia_link.linktarget.config.TargetDefaultRuleDefinition.html @@ -1 +1 @@ -TargetDefaultRuleDefinition | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +TargetDefaultRuleDefinition | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.ActiveStrictness.html b/docs/api/types/ckeditor5_coremedia_richtext.ActiveStrictness.html index 383c217b8..1bfc9c7ae 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.ActiveStrictness.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.ActiveStrictness.html @@ -1,4 +1,4 @@ ActiveStrictness | CoreMedia CKEditor 5 Plugins
              ActiveStrictness: Exclude<Strictness, NONE>

              Strictness levels for active sanitation. These strictness levels may occur at runtime during sanitation, while Strictness.NONE should not trigger any sanitation.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.ActiveStrictnessKey.html b/docs/api/types/ckeditor5_coremedia_richtext.ActiveStrictnessKey.html index 7772ca6c7..10677236e 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.ActiveStrictnessKey.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.ActiveStrictnessKey.html @@ -1,2 +1,2 @@ ActiveStrictnessKey | CoreMedia CKEditor 5 Plugins
              ActiveStrictnessKey: Exclude<StrictnessKey, "NONE">

              Valid active strictness keys.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.CompatibilityKey.html b/docs/api/types/ckeditor5_coremedia_richtext.CompatibilityKey.html index 5b803774f..fc588c9ea 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.CompatibilityKey.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.CompatibilityKey.html @@ -1,2 +1,2 @@ CompatibilityKey | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.CoreMediaRichTextConfig.html b/docs/api/types/ckeditor5_coremedia_richtext.CoreMediaRichTextConfig.html index 109d1a1e7..3f1de3896 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.CoreMediaRichTextConfig.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.CoreMediaRichTextConfig.html @@ -1,2 +1,2 @@ CoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.DefaultCoreMediaRichTextConfig.html b/docs/api/types/ckeditor5_coremedia_richtext.DefaultCoreMediaRichTextConfig.html index 08c1c36e7..6969e9029 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.DefaultCoreMediaRichTextConfig.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.DefaultCoreMediaRichTextConfig.html @@ -1 +1 @@ -DefaultCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
              DefaultCoreMediaRichTextConfig: Required<Pick<CommonCoreMediaRichTextConfig, "strictness" | "compatibility">>
              \ No newline at end of file +DefaultCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
              DefaultCoreMediaRichTextConfig: Required<Pick<CommonCoreMediaRichTextConfig, "strictness" | "compatibility">>
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.KnownNamespacePrefix.html b/docs/api/types/ckeditor5_coremedia_richtext.KnownNamespacePrefix.html index d434f2866..cf4f5c812 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.KnownNamespacePrefix.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.KnownNamespacePrefix.html @@ -1,2 +1,2 @@ KnownNamespacePrefix | CoreMedia CKEditor 5 Plugins
              KnownNamespacePrefix: typeof knownNamespacePrefixes[number]

              The type of well-known namespace prefixes.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.StrictnessKey.html b/docs/api/types/ckeditor5_coremedia_richtext.StrictnessKey.html index d5eabe4fc..d3e8ea1ca 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.StrictnessKey.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.StrictnessKey.html @@ -1,2 +1,2 @@ StrictnessKey | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.compatibility.v10.V10Strictness.html b/docs/api/types/ckeditor5_coremedia_richtext.compatibility.v10.V10Strictness.html index 6e4023a8d..3afcdf344 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.compatibility.v10.V10Strictness.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.compatibility.v10.V10Strictness.html @@ -2,4 +2,4 @@ provide some best-effort compatible mapping of strictness levels. For example, in v11 Strictness.NONE had been introduced, which will be transformed to the less strict level Strictness.LEGACY.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.DataContentLink.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.DataContentLink.html index 242c394c9..8edcb05ea 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.DataContentLink.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.DataContentLink.html @@ -1,2 +1,2 @@ DataContentLink | CoreMedia CKEditor 5 Plugins
              DataContentLink: `${typeof contentUriPathPrefix}/${number}`

              Template literal string for Content Links as represented in general in data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.Direction.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.Direction.html index 384f3ec86..cf1d61b26 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.Direction.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.Direction.html @@ -4,4 +4,4 @@
            • toView: the transformation is only applied from data to data view
            • bijective: the transformation is applied from data view to data and vice versa
            • -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.RuleSectionConfigSupplier.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.RuleSectionConfigSupplier.html index 5e02f02f6..7aa921aa8 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.RuleSectionConfigSupplier.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.RuleSectionConfigSupplier.html @@ -1 +1 @@ -RuleSectionConfigSupplier | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +RuleSectionConfigSupplier | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.UapiContentLink.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.UapiContentLink.html index 58220357e..7d557ddaf 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.UapiContentLink.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.UapiContentLink.html @@ -1,2 +1,2 @@ UapiContentLink | CoreMedia CKEditor 5 Plugins
              UapiContentLink: `coremedia:///cap/content/${number}`

              Template literal string for UAPI Content Links.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.ViewContentLink.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.ViewContentLink.html index 04c0dd259..2bf3bf0c5 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.ViewContentLink.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.ViewContentLink.html @@ -1,2 +1,2 @@ ViewContentLink | CoreMedia CKEditor 5 Plugins
              ViewContentLink: `${typeof contentUriPathPrefix}:${number}`

              Template literal string for Content Links as represented in data view.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeDataSetKey.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeDataSetKey.html index 189a05c58..9056f3502 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeDataSetKey.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeDataSetKey.html @@ -1,4 +1,4 @@ XLinkAttributeDataSetKey | CoreMedia CKEditor 5 Plugins
              XLinkAttributeDataSetKey: `${typeof xLinkPrefix}${Capitalize<XLinkAttributeKey>}`

              Valid dataset attribute keys are, for example, xlinkType, xlinkHref. Due to naming conventions, these are accessible as plain attributes as data-xlink-type and data-xlink-href.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeKey.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeKey.html index 1a9fd5e29..e23b05d54 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeKey.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeKey.html @@ -1 +1 @@ -XLinkAttributeKey | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +XLinkAttributeKey | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeQualifiedName.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeQualifiedName.html index 05615b8d5..e10dae556 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeQualifiedName.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributeQualifiedName.html @@ -1 +1 @@ -XLinkAttributeQualifiedName | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +XLinkAttributeQualifiedName | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributes.html b/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributes.html index e203853af..6cfcf0bd9 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributes.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.rules.XLinkAttributes.html @@ -1 +1 @@ -XLinkAttributes | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +XLinkAttributes | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.ElementContent.html b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.ElementContent.html index 2a865fba7..7b945b698 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.ElementContent.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.ElementContent.html @@ -1,4 +1,4 @@ ElementContent | CoreMedia CKEditor 5 Plugins
              ElementContent: string | typeof pcdata | typeof allowEmpty

              Specifies allowed element contents, closely related to example in DTD such as (#PCDATA | p)* which would be represented as [pcdata, allowEmpty, "p"].

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.ParsedAttributeDefinitionConfig.html b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.ParsedAttributeDefinitionConfig.html index 268b18b38..fbc5375bd 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.ParsedAttributeDefinitionConfig.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.ParsedAttributeDefinitionConfig.html @@ -1,2 +1,2 @@ ParsedAttributeDefinitionConfig | CoreMedia CKEditor 5 Plugins
              ParsedAttributeDefinitionConfig: Required<AttributeDefinitionConfig>

              Parsed attribute definition with all fields set.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.RichTextElementName.html b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.RichTextElementName.html index 62fd6a7e0..25efd8bed 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.RichTextElementName.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.RichTextElementName.html @@ -1,2 +1,2 @@ RichTextElementName | CoreMedia CKEditor 5 Plugins
              RichTextElementName: typeof richTextElementNames[number]

              A well-known CoreMedia Rich Text 1.0 element name.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.SupportedRichTextElements.html b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.SupportedRichTextElements.html index ab6a53814..08f55e907 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.SupportedRichTextElements.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.SupportedRichTextElements.html @@ -1,3 +1,3 @@ SupportedRichTextElements | CoreMedia CKEditor 5 Plugins
              SupportedRichTextElements: Record<RichTextElementName, ElementConfig>

              Type for supported rich text elements and their configurations according to the CoreMedia RichText 1.0 DTD.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.TrackingSanitationListenerConsole.html b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.TrackingSanitationListenerConsole.html index f3a827156..0bad4010e 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext.sanitation.TrackingSanitationListenerConsole.html +++ b/docs/api/types/ckeditor5_coremedia_richtext.sanitation.TrackingSanitationListenerConsole.html @@ -1,3 +1,3 @@ TrackingSanitationListenerConsole | CoreMedia CKEditor 5 Plugins
              TrackingSanitationListenerConsole: Pick<Console, "debug" | "info" | "warn" | "error">

              Explicitly declares the expected API for logging. Thus, alternative implementations may be handed over.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext_support.AttributesType.html b/docs/api/types/ckeditor5_coremedia_richtext_support.AttributesType.html index 52475c616..3d055e636 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext_support.AttributesType.html +++ b/docs/api/types/ckeditor5_coremedia_richtext_support.AttributesType.html @@ -3,4 +3,4 @@ an attribute and to possibly restrict its value to a set of values defined by the DTD. Such as the dir attribute may only hold values ltr and rtl.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_richtext_support.MatcherPatternLookup.html b/docs/api/types/ckeditor5_coremedia_richtext_support.MatcherPatternLookup.html index c6ea4036d..92070c709 100644 --- a/docs/api/types/ckeditor5_coremedia_richtext_support.MatcherPatternLookup.html +++ b/docs/api/types/ckeditor5_coremedia_richtext_support.MatcherPatternLookup.html @@ -1,3 +1,3 @@ MatcherPatternLookup | CoreMedia CKEditor 5 Plugins
              MatcherPatternLookup: ((name) => ReducedMatcherPattern | undefined)

              Strategy to lookup existing matcher patterns. Returns undefined if no matcher pattern has been found.

              -

              Type declaration

              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration.UriPath.html b/docs/api/types/ckeditor5_coremedia_studio_integration.UriPath.html index 3e463fc6d..fff47488d 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration.UriPath.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration.UriPath.html @@ -1,3 +1,3 @@ UriPath | CoreMedia CKEditor 5 Plugins
              UriPath: string

              Representation of content objects and similar in CoreMedia Studio. Contents are for example represented as: content/120.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.AtomicOrArray.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.AtomicOrArray.html index 10d6c417c..480d802eb 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.AtomicOrArray.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.AtomicOrArray.html @@ -1,2 +1,2 @@ AtomicOrArray | CoreMedia CKEditor 5 Plugins
              AtomicOrArray<T>: T | T[]

              Utility type to map a given type to an atomic or array type.

              -

              Type Parameters

              • T
              \ No newline at end of file +

              Type Parameters

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.BlobType.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.BlobType.html index f6ee792f9..7f5b7997e 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.BlobType.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.BlobType.html @@ -1,2 +1,2 @@ BlobType | CoreMedia CKEditor 5 Plugins
              BlobType: BlobData | null

              Type to represent blob properties.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.BlobTypeConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.BlobTypeConfig.html index 4d441e7d7..a6009094d 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.BlobTypeConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.BlobTypeConfig.html @@ -1,3 +1,3 @@ BlobTypeConfig | CoreMedia CKEditor 5 Plugins
              BlobTypeConfig: BlobData | string | null

              Represents the BLOB at configuration time. A string will be transformed to BlobData with corresponding value and default MIME-type image/png.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.DelayedConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.DelayedConfig.html index a0342f1d7..e8294067e 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.DelayedConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.DelayedConfig.html @@ -1,2 +1,2 @@ DelayedConfig | CoreMedia CKEditor 5 Plugins
              DelayedConfig: Partial<Delayed>

              Delay behavior for configuration.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.EditingHintConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.EditingHintConfig.html index b26ca41c6..7cb0821d7 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.EditingHintConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.EditingHintConfig.html @@ -1,2 +1,2 @@ EditingHintConfig | CoreMedia CKEditor 5 Plugins
              EditingHintConfig: Delayed & Pick<MockContent, "editing" | "readable">

              Configuration for editing hint subscription.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.EditingType.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.EditingType.html index a0e3b6fff..d4281276b 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.EditingType.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.EditingType.html @@ -1,2 +1,2 @@ EditingType | CoreMedia CKEditor 5 Plugins
              EditingType: boolean

              Type to represent editing state.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MigrateTo.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MigrateTo.html index a9c3b9fb7..a2d7f73e0 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MigrateTo.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MigrateTo.html @@ -2,4 +2,4 @@ to properties of same type as given by R.

              Type Parameters

              Example

              interface Source {
              id: number;
              name?: string | string[];
              }

              interface Target {
              name?: string | string[];
              }

              type Migrated = MigrateTo<Source, Target>;

              const process = (input: Migrated): void => {
              const id: number = input.id;
              const names: string[] = input.name;
              // ...
              }
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MigrationTarget.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MigrationTarget.html index 5d48e3bb7..d12bc82af 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MigrationTarget.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MigrationTarget.html @@ -1,2 +1,2 @@ MigrationTarget | CoreMedia CKEditor 5 Plugins
              MigrationTarget<T>: Partial<Record<keyof T, unknown>>

              Defines the migration target for MigrateTo.

              -

              Type Parameters

              • T
              \ No newline at end of file +

              Type Parameters

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentConfig.html index 494cb695e..fcd29b7e4 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentConfig.html @@ -1 +1 @@ -MockContentConfig | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +MockContentConfig | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentProvider.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentProvider.html index 8f7d08819..384a35e06 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentProvider.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentProvider.html @@ -1,2 +1,2 @@ MockContentProvider | CoreMedia CKEditor 5 Plugins
              MockContentProvider: ((idOrUriPath) => MockContent)

              Function to resolve an ID or URI Path to a MockContent.

              -

              Type declaration

              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentType.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentType.html index 3295a2dba..8b1151a1d 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentType.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentType.html @@ -1,4 +1,4 @@ MockContentType | CoreMedia CKEditor 5 Plugins
              MockContentType: "folder" | "document" | string

              Content types may be anything. But for example folder and document may trigger different behavior. Any custom type should be regarded as subtype of document.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentTypeSpecificPropertiesConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentTypeSpecificPropertiesConfig.html index 24511e988..2a937d092 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentTypeSpecificPropertiesConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.MockContentTypeSpecificPropertiesConfig.html @@ -1,2 +1,2 @@ MockContentTypeSpecificPropertiesConfig | CoreMedia CKEditor 5 Plugins
              MockContentTypeSpecificPropertiesConfig: RequireOnly<MockContentTypeSpecificProperties, "id">

              Content Type properties for configuration purpose.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.NameHintConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.NameHintConfig.html index 283fbaae2..999e01c2b 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.NameHintConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.NameHintConfig.html @@ -1,2 +1,2 @@ NameHintConfig | CoreMedia CKEditor 5 Plugins

              Configuration for name hint subscription.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.NameType.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.NameType.html index b44bf09c6..db67f7651 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.NameType.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.NameType.html @@ -1,2 +1,2 @@ NameType | CoreMedia CKEditor 5 Plugins
              NameType: string

              Type to represent the content name.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.PredefinedMockContentConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.PredefinedMockContentConfig.html index 1c671fdc1..0d6cb1c31 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.PredefinedMockContentConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.PredefinedMockContentConfig.html @@ -1 +1 @@ -PredefinedMockContentConfig | CoreMedia CKEditor 5 Plugins
              PredefinedMockContentConfig: {
                  comment?: string;
              } & MockContentConfig

              Type declaration

              • Optional comment?: string
              \ No newline at end of file +PredefinedMockContentConfig | CoreMedia CKEditor 5 Plugins
              PredefinedMockContentConfig: {
                  comment?: string;
              } & MockContentConfig

              Type declaration

              • Optional comment?: string
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.ReadableNameHintConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.ReadableNameHintConfig.html index 7e48d412e..f360e87b8 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.ReadableNameHintConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.ReadableNameHintConfig.html @@ -1,2 +1,2 @@ ReadableNameHintConfig | CoreMedia CKEditor 5 Plugins
              ReadableNameHintConfig: Pick<MockContent, "name" | "readable">

              Configuration required to generate name hints for readable state.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.ReadableType.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.ReadableType.html index 39406ec32..896e94b3f 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.ReadableType.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.ReadableType.html @@ -1,2 +1,2 @@ ReadableType | CoreMedia CKEditor 5 Plugins
              ReadableType: boolean

              Type to represent the readable state.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.RequireOnly.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.RequireOnly.html index 3a2ce9da1..f14e9478e 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.RequireOnly.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.RequireOnly.html @@ -1,4 +1,4 @@ RequireOnly | CoreMedia CKEditor 5 Plugins
              RequireOnly<T, K>: Partial<Omit<T, K>> & Required<Pick<T, K>>

              Only require the given property and make all other optional.

              Type Parameters

              • T
              • K extends keyof T

              Example

              const example: RequireOnly<MyType, "required"> = { required: true };
              const example: RequireOnly<MyType, "required" | "other"> = { required: true, other: false };
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.RequiredFrom.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.RequiredFrom.html index ba668407e..494a1f070 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.RequiredFrom.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.RequiredFrom.html @@ -2,4 +2,4 @@ of R.

              Type Parameters

              Example

              const obj: RequiredFrom<SubType, SuperType> = { required: true };
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.Subscription.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.Subscription.html index 75c3d389c..1ad814200 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.Subscription.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.Subscription.html @@ -1,2 +1,2 @@ Subscription | CoreMedia CKEditor 5 Plugins
              Subscription<T>: ((subscriber) => TeardownLogic)

              Interface for an RxJS subscription method.

              -

              Type Parameters

              • T

              Type declaration

                • (subscriber): TeardownLogic
                • Parameters

                  • subscriber: Subscriber<T>

                  Returns TeardownLogic

              \ No newline at end of file +

              Type Parameters

              Type declaration

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.TypeHintConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.TypeHintConfig.html index 3a9928b94..31bc68543 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.TypeHintConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.TypeHintConfig.html @@ -1,2 +1,2 @@ TypeHintConfig | CoreMedia CKEditor 5 Plugins
              TypeHintConfig: Delayed & Pick<MockContent, "type" | "readable">

              Configuration for type hint subscription.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.UnreadableNameHintConfig.html b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.UnreadableNameHintConfig.html index c2d6942ec..a1d7791ec 100644 --- a/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.UnreadableNameHintConfig.html +++ b/docs/api/types/ckeditor5_coremedia_studio_integration_mock.content.UnreadableNameHintConfig.html @@ -1,2 +1,2 @@ UnreadableNameHintConfig | CoreMedia CKEditor 5 Plugins
              UnreadableNameHintConfig: Partial<Pick<MockContent, "id" | "type">>

              Configuration required to generate name hints for unreadable state.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.DataControllerInstance.html b/docs/api/types/ckeditor5_data_facade.DataControllerInstance.html index f250e05f7..06f885ab7 100644 --- a/docs/api/types/ckeditor5_data_facade.DataControllerInstance.html +++ b/docs/api/types/ckeditor5_data_facade.DataControllerInstance.html @@ -1,2 +1,2 @@ DataControllerInstance | CoreMedia CKEditor 5 Plugins
              DataControllerInstance: InstanceType<typeof DataController>

              Instance type of the DataController.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.GetDataApi.html b/docs/api/types/ckeditor5_data_facade.GetDataApi.html index bec92a77f..2d7dc9ab4 100644 --- a/docs/api/types/ckeditor5_data_facade.GetDataApi.html +++ b/docs/api/types/ckeditor5_data_facade.GetDataApi.html @@ -1,2 +1,2 @@ GetDataApi | CoreMedia CKEditor 5 Plugins
              GetDataApi: Pick<DataApi, "getData">

              API for getting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.GetDataOptions.html b/docs/api/types/ckeditor5_data_facade.GetDataOptions.html index 49459df6e..3c952a0b4 100644 --- a/docs/api/types/ckeditor5_data_facade.GetDataOptions.html +++ b/docs/api/types/ckeditor5_data_facade.GetDataOptions.html @@ -1,2 +1,2 @@ GetDataOptions | CoreMedia CKEditor 5 Plugins
              GetDataOptions: GetDataParameters[0]

              Type for options when getting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.GetDataParameters.html b/docs/api/types/ckeditor5_data_facade.GetDataParameters.html index 1ddd3ca4a..4fe90b4d1 100644 --- a/docs/api/types/ckeditor5_data_facade.GetDataParameters.html +++ b/docs/api/types/ckeditor5_data_facade.GetDataParameters.html @@ -1,2 +1,2 @@ GetDataParameters | CoreMedia CKEditor 5 Plugins
              GetDataParameters: Parameters<GetDataType>

              Parameters for getting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.GetDataType.html b/docs/api/types/ckeditor5_data_facade.GetDataType.html index 61316bf96..ff0c3ee88 100644 --- a/docs/api/types/ckeditor5_data_facade.GetDataType.html +++ b/docs/api/types/ckeditor5_data_facade.GetDataType.html @@ -1,2 +1,2 @@ GetDataType | CoreMedia CKEditor 5 Plugins
              GetDataType: DataControllerInstance["get"]

              Method for getting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.Save.html b/docs/api/types/ckeditor5_data_facade.Save.html index d12ac1ede..ae990beec 100644 --- a/docs/api/types/ckeditor5_data_facade.Save.html +++ b/docs/api/types/ckeditor5_data_facade.Save.html @@ -1,2 +1,2 @@ Save | CoreMedia CKEditor 5 Plugins
              Save: ((dataApi) => Promise<void>)

              Save method type.

              -

              Type declaration

                • (dataApi): Promise<void>
                • Parameters

                  Returns Promise<void>

              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.SetDataApi.html b/docs/api/types/ckeditor5_data_facade.SetDataApi.html index 389ac5c92..5bf73bc24 100644 --- a/docs/api/types/ckeditor5_data_facade.SetDataApi.html +++ b/docs/api/types/ckeditor5_data_facade.SetDataApi.html @@ -1,2 +1,2 @@ SetDataApi | CoreMedia CKEditor 5 Plugins
              SetDataApi: Pick<DataApi, "setData">

              API for setting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.SetDataData.html b/docs/api/types/ckeditor5_data_facade.SetDataData.html index 47a6fc5cc..91d89e479 100644 --- a/docs/api/types/ckeditor5_data_facade.SetDataData.html +++ b/docs/api/types/ckeditor5_data_facade.SetDataData.html @@ -1,2 +1,2 @@ SetDataData | CoreMedia CKEditor 5 Plugins
              SetDataData: SetDataParameters[0]

              Type for data when setting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.SetDataOptions.html b/docs/api/types/ckeditor5_data_facade.SetDataOptions.html index bc42036e3..50a815b26 100644 --- a/docs/api/types/ckeditor5_data_facade.SetDataOptions.html +++ b/docs/api/types/ckeditor5_data_facade.SetDataOptions.html @@ -1,2 +1,2 @@ SetDataOptions | CoreMedia CKEditor 5 Plugins
              SetDataOptions: SetDataParameters[1]

              Type for options when setting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.SetDataParameters.html b/docs/api/types/ckeditor5_data_facade.SetDataParameters.html index 24fd16a83..1cd01ff4f 100644 --- a/docs/api/types/ckeditor5_data_facade.SetDataParameters.html +++ b/docs/api/types/ckeditor5_data_facade.SetDataParameters.html @@ -1,2 +1,2 @@ SetDataParameters | CoreMedia CKEditor 5 Plugins
              SetDataParameters: Parameters<SetDataType>

              Parameters for setting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_data_facade.SetDataType.html b/docs/api/types/ckeditor5_data_facade.SetDataType.html index 11221ed0e..9716554e8 100644 --- a/docs/api/types/ckeditor5_data_facade.SetDataType.html +++ b/docs/api/types/ckeditor5_data_facade.SetDataType.html @@ -1,2 +1,2 @@ SetDataType | CoreMedia CKEditor 5 Plugins
              SetDataType: DataControllerInstance["set"]

              Method for setting data.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.AttributeMap.html b/docs/api/types/ckeditor5_dataprocessor_support.AttributeMap.html index d2382d8fb..6889e3b43 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.AttributeMap.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.AttributeMap.html @@ -1,2 +1,2 @@ AttributeMap | CoreMedia CKEditor 5 Plugins
              AttributeMap: Record<string, AttributeValue>

              The attributes of an element.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.AttributeValue.html b/docs/api/types/ckeditor5_dataprocessor_support.AttributeValue.html index 5b1e73d1d..9f6f8e924 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.AttributeValue.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.AttributeValue.html @@ -1,2 +1,2 @@ AttributeValue | CoreMedia CKEditor 5 Plugins
              AttributeValue: string | null

              Possible attribute values to assign. null represents a deleted property.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.ChildPredicate.html b/docs/api/types/ckeditor5_dataprocessor_support.ChildPredicate.html index b2b512829..b7be1756b 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.ChildPredicate.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.ChildPredicate.html @@ -6,4 +6,4 @@

              Type declaration

              \ No newline at end of file +

              Returns boolean

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.ElementFilterRule.html b/docs/api/types/ckeditor5_dataprocessor_support.ElementFilterRule.html index e5e32dab5..0e6929e8e 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.ElementFilterRule.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.ElementFilterRule.html @@ -1,2 +1,2 @@ ElementFilterRule | CoreMedia CKEditor 5 Plugins
              ElementFilterRule: ((params) => void)

              Function interface: (params: ElementFilterParams) => void.

              -

              Type declaration

              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.ElementFilterRulesByName.html b/docs/api/types/ckeditor5_dataprocessor_support.ElementFilterRulesByName.html index 2be741bc3..cf6ea903a 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.ElementFilterRulesByName.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.ElementFilterRulesByName.html @@ -1 +1 @@ -ElementFilterRulesByName | CoreMedia CKEditor 5 Plugins
              ElementFilterRulesByName: Record<string, ElementFilterRule>
              \ No newline at end of file +ElementFilterRulesByName | CoreMedia CKEditor 5 Plugins
              ElementFilterRulesByName: Record<string, ElementFilterRule>
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.ElementsFilterRuleSetConfiguration.html b/docs/api/types/ckeditor5_dataprocessor_support.ElementsFilterRuleSetConfiguration.html index ae3d7f538..90a33a853 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.ElementsFilterRuleSetConfiguration.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.ElementsFilterRuleSetConfiguration.html @@ -1,2 +1,2 @@ ElementsFilterRuleSetConfiguration | CoreMedia CKEditor 5 Plugins
              ElementsFilterRuleSetConfiguration: Record<string, ElementsFilterRuleSetConfigurationValueType>

              Type for elements configuration.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.ElementsFilterRuleSetConfigurationValueType.html b/docs/api/types/ckeditor5_dataprocessor_support.ElementsFilterRuleSetConfigurationValueType.html index 70d62a4a1..bdfd639a8 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.ElementsFilterRuleSetConfigurationValueType.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.ElementsFilterRuleSetConfigurationValueType.html @@ -1,4 +1,4 @@ ElementsFilterRuleSetConfigurationValueType | CoreMedia CKEditor 5 Plugins
              ElementsFilterRuleSetConfigurationValueType: ElementFilterRule | ToDataAndViewElementConfiguration

              The configuration value for an element of given name may either be an ElementFilterRule which will be taken as one-way toData transformation or a two-way configuration of type ToDataAndViewConfiguration.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.FilterRuleSet.html b/docs/api/types/ckeditor5_dataprocessor_support.FilterRuleSet.html index f7fb4e103..d823f15f9 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.FilterRuleSet.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.FilterRuleSet.html @@ -1 +1 @@ -FilterRuleSet | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +FilterRuleSet | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.Namespaces.html b/docs/api/types/ckeditor5_dataprocessor_support.Namespaces.html index 9b57ec8c0..a8fe088eb 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.Namespaces.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.Namespaces.html @@ -1 +1 @@ -Namespaces | CoreMedia CKEditor 5 Plugins
              Namespaces: Record<string, Namespace>
              \ No newline at end of file +Namespaces | CoreMedia CKEditor 5 Plugins
              Namespaces: Record<string, Namespace>
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.PreParsedElementSection.html b/docs/api/types/ckeditor5_dataprocessor_support.PreParsedElementSection.html index 720a358d7..bc1a76f7e 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.PreParsedElementSection.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.PreParsedElementSection.html @@ -1 +1 @@ -PreParsedElementSection | CoreMedia CKEditor 5 Plugins
              PreParsedElementSection: Record<string, ElementFilterRulesByName>
              \ No newline at end of file +PreParsedElementSection | CoreMedia CKEditor 5 Plugins
              PreParsedElementSection: Record<string, ElementFilterRulesByName>
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.TextFilterRule.html b/docs/api/types/ckeditor5_dataprocessor_support.TextFilterRule.html index 7ec64ef97..6535614a0 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.TextFilterRule.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.TextFilterRule.html @@ -1,2 +1,2 @@ TextFilterRule | CoreMedia CKEditor 5 Plugins
              TextFilterRule: ((params) => void)

              Function interface: (params: TextFilterParams) => void.

              -

              Type declaration

              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dataprocessor_support.TextFilterRuleSetConfigurationValueType.html b/docs/api/types/ckeditor5_dataprocessor_support.TextFilterRuleSetConfigurationValueType.html index b72cfb9dc..460a7e4da 100644 --- a/docs/api/types/ckeditor5_dataprocessor_support.TextFilterRuleSetConfigurationValueType.html +++ b/docs/api/types/ckeditor5_dataprocessor_support.TextFilterRuleSetConfigurationValueType.html @@ -1 +1 @@ -TextFilterRuleSetConfigurationValueType | CoreMedia CKEditor 5 Plugins
              TextFilterRuleSetConfigurationValueType: TextFilterRule | ToDataAndViewTextConfiguration
              \ No newline at end of file +TextFilterRuleSetConfigurationValueType | CoreMedia CKEditor 5 Plugins
              TextFilterRuleSetConfigurationValueType: TextFilterRule | ToDataAndViewTextConfiguration
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.AppendedFunction.html b/docs/api/types/ckeditor5_dom_converter.AppendedFunction.html index 9d47aa3d1..9ccac440e 100644 --- a/docs/api/types/ckeditor5_dom_converter.AppendedFunction.html +++ b/docs/api/types/ckeditor5_dom_converter.AppendedFunction.html @@ -2,4 +2,4 @@

              Note on context: The source node references the related representation of parentNode in the original document.

              Type declaration

              \ No newline at end of file +

              Returns void

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.ImportedFunction.html b/docs/api/types/ckeditor5_dom_converter.ImportedFunction.html index 5a7c2b795..eb3150bb0 100644 --- a/docs/api/types/ckeditor5_dom_converter.ImportedFunction.html +++ b/docs/api/types/ckeditor5_dom_converter.ImportedFunction.html @@ -44,4 +44,4 @@

              Type declaration

              Returns

              the node to continue with in further processing or a signal what to do instead

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.ImportedWithChildrenFunction.html b/docs/api/types/ckeditor5_dom_converter.ImportedWithChildrenFunction.html index 3c2b689e6..19296c178 100644 --- a/docs/api/types/ckeditor5_dom_converter.ImportedWithChildrenFunction.html +++ b/docs/api/types/ckeditor5_dom_converter.ImportedWithChildrenFunction.html @@ -15,4 +15,4 @@

              Param: context

              current conversion context

              Returns

              the node to attach to the DOM eventually; or a corresponding signal what to do instead

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.PrepareFunction.html b/docs/api/types/ckeditor5_dom_converter.PrepareFunction.html index 94404036d..6ee0e7003 100644 --- a/docs/api/types/ckeditor5_dom_converter.PrepareFunction.html +++ b/docs/api/types/ckeditor5_dom_converter.PrepareFunction.html @@ -9,4 +9,4 @@ providing access to dataset.

              This function must not detach the original node from DOM or relocate it.

              Type declaration

              \ No newline at end of file +

              Returns void

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.Rule.html b/docs/api/types/ckeditor5_dom_converter.Rule.html index 273957961..ad6ea3e31 100644 --- a/docs/api/types/ckeditor5_dom_converter.Rule.html +++ b/docs/api/types/ckeditor5_dom_converter.Rule.html @@ -1,2 +1,2 @@ Rule | CoreMedia CKEditor 5 Plugins
              Rule: TransformPropertyType<RuleConfig, "toData" | "toView", RuleSection | undefined> & Required<Pick<RuleConfig, "id">>

              Parsed rule.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.RuleConfig.html b/docs/api/types/ckeditor5_dom_converter.RuleConfig.html index 6ef7d8e7e..3200c412f 100644 --- a/docs/api/types/ckeditor5_dom_converter.RuleConfig.html +++ b/docs/api/types/ckeditor5_dom_converter.RuleConfig.html @@ -2,4 +2,4 @@ configuration to provide bijective mapping from data such as CoreMedia Rich Text 1.0 to HTML representation in CKEditor's data view and vice versa.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.RuleSection.html b/docs/api/types/ckeditor5_dom_converter.RuleSection.html index 74a08cf58..a292dddc3 100644 --- a/docs/api/types/ckeditor5_dom_converter.RuleSection.html +++ b/docs/api/types/ckeditor5_dom_converter.RuleSection.html @@ -1,2 +1,2 @@ RuleSection | CoreMedia CKEditor 5 Plugins
              RuleSection: TransformPropertyType<RuleSectionConfig, "priority", number> & Required<Pick<RuleSectionConfig, "id">>

              Parsed Rule Section.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.RuleSectionConfig.html b/docs/api/types/ckeditor5_dom_converter.RuleSectionConfig.html index cca8d35f9..270393623 100644 --- a/docs/api/types/ckeditor5_dom_converter.RuleSectionConfig.html +++ b/docs/api/types/ckeditor5_dom_converter.RuleSectionConfig.html @@ -1,2 +1,2 @@ RuleSectionConfig | CoreMedia CKEditor 5 Plugins

              A configuration for either toData or toView transformation.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.Skip.html b/docs/api/types/ckeditor5_dom_converter.Skip.html index 412981c4b..3ac295a60 100644 --- a/docs/api/types/ckeditor5_dom_converter.Skip.html +++ b/docs/api/types/ckeditor5_dom_converter.Skip.html @@ -1,2 +1,2 @@ Skip | CoreMedia CKEditor 5 Plugins
              Skip: typeof skip

              The type of skip.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.SortedRuleSection.html b/docs/api/types/ckeditor5_dom_converter.SortedRuleSection.html index a2a5d4f85..0b0dae2b6 100644 --- a/docs/api/types/ckeditor5_dom_converter.SortedRuleSection.html +++ b/docs/api/types/ckeditor5_dom_converter.SortedRuleSection.html @@ -1,4 +1,4 @@ SortedRuleSection | CoreMedia CKEditor 5 Plugins
              SortedRuleSection: Omit<RuleSection, "priority">

              Represents a rule section, that does not know about its priority anymore. Typically used as an input type, to express that incoming lists of rule sections are already sorted.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_converter.TransformPropertyType.html b/docs/api/types/ckeditor5_dom_converter.TransformPropertyType.html index 63f7db80f..873ca4c05 100644 --- a/docs/api/types/ckeditor5_dom_converter.TransformPropertyType.html +++ b/docs/api/types/ckeditor5_dom_converter.TransformPropertyType.html @@ -1,2 +1,2 @@ TransformPropertyType | CoreMedia CKEditor 5 Plugins

              Type alias TransformPropertyType<Type, Key, ValueType>

              TransformPropertyType<Type, Key, ValueType>: Pick<Type, keyof Omit<Type, Key>> & {
                  [P in Key]: ValueType
              }

              Utility type to transform a type of given properties to another.

              -

              Type Parameters

              • Type extends object
              • Key extends keyof Type
              • ValueType
              \ No newline at end of file +

              Type Parameters

              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_support.ElementDefinitionType.html b/docs/api/types/ckeditor5_dom_support.ElementDefinitionType.html index 9966a1a51..e4e3d7c56 100644 --- a/docs/api/types/ckeditor5_dom_support.ElementDefinitionType.html +++ b/docs/api/types/ckeditor5_dom_support.ElementDefinitionType.html @@ -1,4 +1,4 @@ ElementDefinitionType | CoreMedia CKEditor 5 Plugins
              ElementDefinitionType: string | ElementDefinition

              Possible representations of an element to create. It is either only the qualified name (string) or a definition along with the corresponding namespace URI (ElementDefinition).

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_support.HasChildren.html b/docs/api/types/ckeditor5_dom_support.HasChildren.html index 34136e403..cef34a53d 100644 --- a/docs/api/types/ckeditor5_dom_support.HasChildren.html +++ b/docs/api/types/ckeditor5_dom_support.HasChildren.html @@ -1,4 +1,4 @@ HasChildren | CoreMedia CKEditor 5 Plugins
              HasChildren: ParentNode & (Document | DocumentFragment | Element)

              Artificial type for ParentNode enriched by explicit types for classes Document, DocumentFragment and Element, which may help in type narrowing.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_dom_support.HasNamespaceUri.html b/docs/api/types/ckeditor5_dom_support.HasNamespaceUri.html index aee5e948b..2f1b32c1a 100644 --- a/docs/api/types/ckeditor5_dom_support.HasNamespaceUri.html +++ b/docs/api/types/ckeditor5_dom_support.HasNamespaceUri.html @@ -1,2 +1,2 @@ HasNamespaceUri | CoreMedia CKEditor 5 Plugins
              HasNamespaceUri: Pick<Attr | Element, "namespaceURI"> & (Attr | Element)

              Artificial type for nodes providing a namespaceURI.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_font_mapper.CharCode.html b/docs/api/types/ckeditor5_font_mapper.CharCode.html index 303cb8300..9354805d9 100644 --- a/docs/api/types/ckeditor5_font_mapper.CharCode.html +++ b/docs/api/types/ckeditor5_font_mapper.CharCode.html @@ -1,2 +1,2 @@ CharCode | CoreMedia CKEditor 5 Plugins
              CharCode: number

              UTF8 Character Code.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_font_mapper.FontMap.html b/docs/api/types/ckeditor5_font_mapper.FontMap.html index 5310e72ec..64f6dc32d 100644 --- a/docs/api/types/ckeditor5_font_mapper.FontMap.html +++ b/docs/api/types/ckeditor5_font_mapper.FontMap.html @@ -1,3 +1,3 @@ FontMap | CoreMedia CKEditor 5 Plugins
              FontMap: Map<number, string>

              A mapping table for a certain font. This table maps a decimal code point value to a replacement string.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_font_mapper.FontMapConfig.html b/docs/api/types/ckeditor5_font_mapper.FontMapConfig.html index f33fd4f51..ea7d92356 100644 --- a/docs/api/types/ckeditor5_font_mapper.FontMapConfig.html +++ b/docs/api/types/ckeditor5_font_mapper.FontMapConfig.html @@ -1,2 +1,2 @@ FontMapConfig | CoreMedia CKEditor 5 Plugins
              FontMapConfig: Record<CharCode, HtmlString>

              FontMap as represented in CKEditor configuration.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_font_mapper.FontMapperConfig.html b/docs/api/types/ckeditor5_font_mapper.FontMapperConfig.html index dbba75fda..aeb7eee97 100644 --- a/docs/api/types/ckeditor5_font_mapper.FontMapperConfig.html +++ b/docs/api/types/ckeditor5_font_mapper.FontMapperConfig.html @@ -1 +1 @@ -FontMapperConfig | CoreMedia CKEditor 5 Plugins
              FontMapperConfig: FontMapperConfigEntry[]
              \ No newline at end of file +FontMapperConfig | CoreMedia CKEditor 5 Plugins
              FontMapperConfig: FontMapperConfigEntry[]
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_font_mapper.HtmlString.html b/docs/api/types/ckeditor5_font_mapper.HtmlString.html index 70c2ed129..486bd5bd8 100644 --- a/docs/api/types/ckeditor5_font_mapper.HtmlString.html +++ b/docs/api/types/ckeditor5_font_mapper.HtmlString.html @@ -1,2 +1,2 @@ HtmlString | CoreMedia CKEditor 5 Plugins
              HtmlString: string

              HTML string. Typically, encoded characters, such as &pi;.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_font_mapper.Mode.html b/docs/api/types/ckeditor5_font_mapper.Mode.html index ddcf6e5ab..f39e1bf64 100644 --- a/docs/api/types/ckeditor5_font_mapper.Mode.html +++ b/docs/api/types/ckeditor5_font_mapper.Mode.html @@ -2,4 +2,4 @@ New mappings will always be created with htmlEncodingMap as a base. Existing mappings can be overridden by using the "replace" mode. "append" is the default if no other mode is set.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_font_mapper.ParsedFontMap.html b/docs/api/types/ckeditor5_font_mapper.ParsedFontMap.html index 46b210d65..6187ba3e3 100644 --- a/docs/api/types/ckeditor5_font_mapper.ParsedFontMap.html +++ b/docs/api/types/ckeditor5_font_mapper.ParsedFontMap.html @@ -1,2 +1,2 @@ ParsedFontMap | CoreMedia CKEditor 5 Plugins
              ParsedFontMap: Map<CharCode, HtmlString>

              Maps UTF8 character codes to their HTML representation after being mapped.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/types/ckeditor5_link_common.LinkAttributeName.html b/docs/api/types/ckeditor5_link_common.LinkAttributeName.html index 492026ee5..a310525b9 100644 --- a/docs/api/types/ckeditor5_link_common.LinkAttributeName.html +++ b/docs/api/types/ckeditor5_link_common.LinkAttributeName.html @@ -2,4 +2,4 @@ handling of cursor position, all model names of related link attributes should start with link. This type helps to apply to the recommended name pattern.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeBold-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeBold-1.html index 3002eb0a3..2b9c844ac 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeBold-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeBold-1.html @@ -1,3 +1,3 @@ bbCodeBold | CoreMedia CKEditor 5 Plugins
              bbCodeBold: BBCodeBold = ...

              Processing rule instance for transforming a bold style represented in HTML (either by tag or font-weight) to [b]Text[/b] in BBCode.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeCode-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeCode-1.html index 36da53875..96417c8e3 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeCode-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeCode-1.html @@ -1,3 +1,3 @@ bbCodeCode | CoreMedia CKEditor 5 Plugins
              bbCodeCode: BBCodeCode = ...

              Processing rule instance for transforming a code blocks represented in HTML to [code]Text[/code] in BBCode.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeColor-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeColor-1.html index 4bbdaeea4..7198a0164 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeColor-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeColor-1.html @@ -3,4 +3,4 @@

              Due to the behavior of CSSStyleDeclaration color formats such as rgb(), rgba() or hsl() are supported as well and will all be transformed to hex or hex-alpha representation.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeDefaultRules.html b/docs/api/variables/ckeditor5_bbcode.bbCodeDefaultRules.html index 294f18c13..e58800431 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeDefaultRules.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeDefaultRules.html @@ -1 +1 @@ -bbCodeDefaultRules | CoreMedia CKEditor 5 Plugins
              bbCodeDefaultRules: BBCodeProcessingRule[] = ...
              \ No newline at end of file +bbCodeDefaultRules | CoreMedia CKEditor 5 Plugins
              bbCodeDefaultRules: BBCodeProcessingRule[] = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeHeading-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeHeading-1.html index 23f15b59b..cbdbe2888 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeHeading-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeHeading-1.html @@ -1,4 +1,4 @@ bbCodeHeading | CoreMedia CKEditor 5 Plugins
              bbCodeHeading: BBCodeHeading = ...

              General rule instance for any headings to map. Thus, supports BBCode tags [h1] to [h6]. While not supported by all vendors, it integrates nicely with the Heading Feature by CKEditor 5.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeImg-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeImg-1.html index 04709f1d1..218f11525 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeImg-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeImg-1.html @@ -1,2 +1,2 @@ bbCodeImg | CoreMedia CKEditor 5 Plugins
              bbCodeImg: BBCodeImg = ...

              Rule instance that maps images to [img] tag.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeItalic-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeItalic-1.html index 6e186310b..d3e034170 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeItalic-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeItalic-1.html @@ -1,3 +1,3 @@ bbCodeItalic | CoreMedia CKEditor 5 Plugins
              bbCodeItalic: BBCodeItalic = ...

              Processing rule instance for transforming an italic style represented in HTML (either by tag or font-style) to [i]Text[/i] in BBCode.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeList-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeList-1.html index 7fe12a6f5..dd407ec50 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeList-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeList-1.html @@ -1,3 +1,3 @@ bbCodeList | CoreMedia CKEditor 5 Plugins
              bbCodeList: BBCodeList = ...

              Maps <ol>/<ul> to [list]. Respects the type` attribute for ordered lists.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeListItem-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeListItem-1.html index 9556d7246..005dada3a 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeListItem-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeListItem-1.html @@ -1,2 +1,2 @@ bbCodeListItem | CoreMedia CKEditor 5 Plugins
              bbCodeListItem: BBCodeListItem = ...

              Rule instance that maps <li> to [*].

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeParagraph-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeParagraph-1.html index 65c2c530f..0a4603b53 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeParagraph-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeParagraph-1.html @@ -1,3 +1,3 @@ bbCodeParagraph | CoreMedia CKEditor 5 Plugins
              bbCodeParagraph: BBCodeParagraph = ...

              Rule instance that transforms a paragraph element to its content followed by two newlines.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeQuote-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeQuote-1.html index fafb34ffd..deff5e25f 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeQuote-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeQuote-1.html @@ -1,2 +1,2 @@ bbCodeQuote | CoreMedia CKEditor 5 Plugins
              bbCodeQuote: BBCodeQuote = ...

              Maps <blockquote> to [quote].

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeSize-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeSize-1.html index ebe4a4a3c..939b772e7 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeSize-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeSize-1.html @@ -1,3 +1,3 @@ bbCodeSize | CoreMedia CKEditor 5 Plugins
              bbCodeSize: BBCodeSize = ...

              Processing rule instance for transforming a font-size style represented in HTML to [size=24]Text[/size] in BBCode.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeStrikethrough-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeStrikethrough-1.html index 392d00eef..fceaf2162 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeStrikethrough-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeStrikethrough-1.html @@ -1,2 +1,2 @@ bbCodeStrikethrough | CoreMedia CKEditor 5 Plugins
              bbCodeStrikethrough: BBCodeStrikethrough = ...

              Rule instance that maps <s> to [s].

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeUnderline-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeUnderline-1.html index 5938a22bf..49871cec8 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeUnderline-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeUnderline-1.html @@ -1,2 +1,2 @@ bbCodeUnderline | CoreMedia CKEditor 5 Plugins
              bbCodeUnderline: BBCodeUnderline = ...

              Rule instance that maps <u> to [u].

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.bbCodeUrl-1.html b/docs/api/variables/ckeditor5_bbcode.bbCodeUrl-1.html index f486210a6..b2e8ef86b 100644 --- a/docs/api/variables/ckeditor5_bbcode.bbCodeUrl-1.html +++ b/docs/api/variables/ckeditor5_bbcode.bbCodeUrl-1.html @@ -1,2 +1,2 @@ bbCodeUrl | CoreMedia CKEditor 5 Plugins
              bbCodeUrl: BBCodeUrl = ...

              Rule instance that maps anchors with href to [url] tag.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_bbcode.defaultPlainTextToken.html b/docs/api/variables/ckeditor5_bbcode.defaultPlainTextToken.html index 1ea5be7f8..c68a07e2b 100644 --- a/docs/api/variables/ckeditor5_bbcode.defaultPlainTextToken.html +++ b/docs/api/variables/ckeditor5_bbcode.defaultPlainTextToken.html @@ -1,3 +1,3 @@ defaultPlainTextToken | CoreMedia CKEditor 5 Plugins
              defaultPlainTextToken: "plaintext" = "plaintext"

              The default extracted language by HTMLElement.classList that is considered plain text, which, in return, will not show up as language token.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_blocklist.BLOCKLIST_COMMAND_NAME.html b/docs/api/variables/ckeditor5_coremedia_blocklist.BLOCKLIST_COMMAND_NAME.html index 35cd16959..9030228f1 100644 --- a/docs/api/variables/ckeditor5_coremedia_blocklist.BLOCKLIST_COMMAND_NAME.html +++ b/docs/api/variables/ckeditor5_coremedia_blocklist.BLOCKLIST_COMMAND_NAME.html @@ -1 +1 @@ -BLOCKLIST_COMMAND_NAME | CoreMedia CKEditor 5 Plugins
              BLOCKLIST_COMMAND_NAME: "Blocklist" = "Blocklist"
              \ No newline at end of file +BLOCKLIST_COMMAND_NAME | CoreMedia CKEditor 5 Plugins
              BLOCKLIST_COMMAND_NAME: "Blocklist" = "Blocklist"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_content.emptyOpenEntitiesInTabsResult.html b/docs/api/variables/ckeditor5_coremedia_content.emptyOpenEntitiesInTabsResult.html index 666a51bf8..f4136b16f 100644 --- a/docs/api/variables/ckeditor5_coremedia_content.emptyOpenEntitiesInTabsResult.html +++ b/docs/api/variables/ckeditor5_coremedia_content.emptyOpenEntitiesInTabsResult.html @@ -1,2 +1,2 @@ emptyOpenEntitiesInTabsResult | CoreMedia CKEditor 5 Plugins
              emptyOpenEntitiesInTabsResult: OpenEntitiesInTabsResult = ...

              Empty response from WorkAreaService.openEntitiesInTabs.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_images.IMAGE_PLUGIN_NAME.html b/docs/api/variables/ckeditor5_coremedia_images.IMAGE_PLUGIN_NAME.html index 17e6fc35c..6a5064d2d 100644 --- a/docs/api/variables/ckeditor5_coremedia_images.IMAGE_PLUGIN_NAME.html +++ b/docs/api/variables/ckeditor5_coremedia_images.IMAGE_PLUGIN_NAME.html @@ -1,2 +1,2 @@ IMAGE_PLUGIN_NAME | CoreMedia CKEditor 5 Plugins
              IMAGE_PLUGIN_NAME: "ContentImagePlugin" = "ContentImagePlugin"

              Name of the ImagePlugin

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_images.IMAGE_SPINNER_CSS_CLASS.html b/docs/api/variables/ckeditor5_coremedia_images.IMAGE_SPINNER_CSS_CLASS.html index 99e9d4e3b..ed1299e7b 100644 --- a/docs/api/variables/ckeditor5_coremedia_images.IMAGE_SPINNER_CSS_CLASS.html +++ b/docs/api/variables/ckeditor5_coremedia_images.IMAGE_SPINNER_CSS_CLASS.html @@ -1,2 +1,2 @@ IMAGE_SPINNER_CSS_CLASS | CoreMedia CKEditor 5 Plugins
              IMAGE_SPINNER_CSS_CLASS: "cm-load-mask" = "cm-load-mask"

              The class responsible for modify the displayed spinner SVG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_images.IMAGE_SPINNER_SVG.html b/docs/api/variables/ckeditor5_coremedia_images.IMAGE_SPINNER_SVG.html index d76bda004..f74fb8a8d 100644 --- a/docs/api/variables/ckeditor5_coremedia_images.IMAGE_SPINNER_SVG.html +++ b/docs/api/variables/ckeditor5_coremedia_images.IMAGE_SPINNER_SVG.html @@ -1,2 +1,2 @@ IMAGE_SPINNER_SVG | CoreMedia CKEditor 5 Plugins
              IMAGE_SPINNER_SVG: "data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'><style type='text/css'>.st0{fill:%233D4242;}</style><g><path class='st0' d='M4.08,7.22c0.1-0.52,0.31-1.01,0.59-1.43l-2.5-1.66c-0.5,0.75-0.86,1.6-1.04,2.51L4.08,7.22z'/><path class='st0' d='M5.78,4.67c0.43-0.29,0.91-0.49,1.43-0.59L6.63,1.14C5.71,1.32,4.87,1.68,4.12,2.18L5.78,4.67z'/><path class='st0' d='M9.37,1.14L8.78,4.08c0.52,0.1,1.01,0.31,1.43,0.59l1.66-2.5C11.13,1.68,10.29,1.32,9.37,1.14z'/><path class='st0' d='M4.67,10.22C4.39,9.79,4.18,9.31,4.08,8.78L1.14,9.37c0.18,0.91,0.54,1.76,1.04,2.51L4.67,10.22z'/><path class='st0' d='M11.92,8.78c-0.1,0.52-0.31,1.01-0.59,1.43l2.5,1.66c0.5-0.75,0.86-1.6,1.04-2.51L11.92,8.78z'/><path class='st0' d='M7.22,11.92c-0.52-0.1-1.01-0.31-1.43-0.59l-1.66,2.5c0.75,0.5,1.6,0.86,2.51,1.04L7.22,11.92z'/><path class='st0' d='M11.33,5.78c0.29,0.43,0.49,0.91,0.59,1.43l2.94-0.59c-0.18-0.91-0.54-1.76-1.04-2.51L11.33,5.78z'/><path class='st0' d='M10.22,11.33c-0.43,0.29-0.91,0.49-1.43,0.59l0.59,2.94c0.91-0.18,1.76-0.54,2.51-1.04L10.22,11.33z'/></g></svg>" = "data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'><style type='text/css'>.st0{fill:%233D4242;}</style><g><path class='st0' d='M4.08,7.22c0.1-0.52,0.31-1.01,0.59-1.43l-2.5-1.66c-0.5,0.75-0.86,1.6-1.04,2.51L4.08,7.22z'/><path class='st0' d='M5.78,4.67c0.43-0.29,0.91-0.49,1.43-0.59L6.63,1.14C5.71,1.32,4.87,1.68,4.12,2.18L5.78,4.67z'/><path class='st0' d='M9.37,1.14L8.78,4.08c0.52,0.1,1.01,0.31,1.43,0.59l1.66-2.5C11.13,1.68,10.29,1.32,9.37,1.14z'/><path class='st0' d='M4.67,10.22C4.39,9.79,4.18,9.31,4.08,8.78L1.14,9.37c0.18,0.91,0.54,1.76,1.04,2.51L4.67,10.22z'/><path class='st0' d='M11.92,8.78c-0.1,0.52-0.31,1.01-0.59,1.43l2.5,1.66c0.5-0.75,0.86-1.6,1.04-2.51L11.92,8.78z'/><path class='st0' d='M7.22,11.92c-0.52-0.1-1.01-0.31-1.43-0.59l-1.66,2.5c0.75,0.5,1.6,0.86,2.51,1.04L7.22,11.92z'/><path class='st0' d='M11.33,5.78c0.29,0.43,0.49,0.91,0.59,1.43l2.94-0.59c-0.18-0.91-0.54-1.76-1.04-2.51L11.33,5.78z'/><path class='st0' d='M10.22,11.33c-0.43,0.29-0.91,0.49-1.43,0.59l0.59,2.94c0.91-0.18,1.76-0.54,2.51-1.04L10.22,11.33z'/></g></svg>"

              The SVG to display for a loading spinner.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_images.ckeditor5_coremedia_images.openImageInTabCommandName.html b/docs/api/variables/ckeditor5_coremedia_images.ckeditor5_coremedia_images.openImageInTabCommandName.html index ba77b9c0a..bdaae8f80 100644 --- a/docs/api/variables/ckeditor5_coremedia_images.ckeditor5_coremedia_images.openImageInTabCommandName.html +++ b/docs/api/variables/ckeditor5_coremedia_images.ckeditor5_coremedia_images.openImageInTabCommandName.html @@ -1,2 +1,2 @@ openImageInTabCommandName | CoreMedia CKEditor 5 Plugins
              openImageInTabCommandName: "openImageInTab" = "openImageInTab"

              Default command name used to register at editor instance.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_link.contentlink.COREMEDIA_LINK_CONFIG_KEY.html b/docs/api/variables/ckeditor5_coremedia_link.contentlink.COREMEDIA_LINK_CONFIG_KEY.html index 8134c8b7c..dfe21c8bf 100644 --- a/docs/api/variables/ckeditor5_coremedia_link.contentlink.COREMEDIA_LINK_CONFIG_KEY.html +++ b/docs/api/variables/ckeditor5_coremedia_link.contentlink.COREMEDIA_LINK_CONFIG_KEY.html @@ -1 +1 @@ -COREMEDIA_LINK_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_LINK_CONFIG_KEY: "coremedia:link" = "coremedia:link"
              \ No newline at end of file +COREMEDIA_LINK_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_LINK_CONFIG_KEY: "coremedia:link" = "coremedia:link"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_link.contentlink.openContentInTabCommandName.html b/docs/api/variables/ckeditor5_coremedia_link.contentlink.openContentInTabCommandName.html index d2dee8972..02fdd4534 100644 --- a/docs/api/variables/ckeditor5_coremedia_link.contentlink.openContentInTabCommandName.html +++ b/docs/api/variables/ckeditor5_coremedia_link.contentlink.openContentInTabCommandName.html @@ -1,2 +1,2 @@ openContentInTabCommandName | CoreMedia CKEditor 5 Plugins
              openContentInTabCommandName: "openContentInTab" = "openContentInTab"

              Default command name used to register at editor instance.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_link.linktarget.Constants.LINK_TARGET_MODEL.html b/docs/api/variables/ckeditor5_coremedia_link.linktarget.Constants.LINK_TARGET_MODEL.html index aa0e92c2f..f9671483e 100644 --- a/docs/api/variables/ckeditor5_coremedia_link.linktarget.Constants.LINK_TARGET_MODEL.html +++ b/docs/api/variables/ckeditor5_coremedia_link.linktarget.Constants.LINK_TARGET_MODEL.html @@ -1,2 +1,2 @@ LINK_TARGET_MODEL | CoreMedia CKEditor 5 Plugins
              LINK_TARGET_MODEL: "linkTarget" = "linkTarget"

              Name of model property, which holds the selected link behavior.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_link.linktarget.Constants.LINK_TARGET_VIEW.html b/docs/api/variables/ckeditor5_coremedia_link.linktarget.Constants.LINK_TARGET_VIEW.html index a893588a6..87d2af3f9 100644 --- a/docs/api/variables/ckeditor5_coremedia_link.linktarget.Constants.LINK_TARGET_VIEW.html +++ b/docs/api/variables/ckeditor5_coremedia_link.linktarget.Constants.LINK_TARGET_VIEW.html @@ -1,3 +1,3 @@ LINK_TARGET_VIEW | CoreMedia CKEditor 5 Plugins
              LINK_TARGET_VIEW: "target" = "target"

              Name of the representation of linkTarget in view. Uses HTML target attribute, so that we can easily deal with copy & paste.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS.html b/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS.html index 0111196bd..858e2f421 100644 --- a/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS.html +++ b/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS.html @@ -28,4 +28,4 @@ attributes in the model, which cannot be represented in the UI.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS_ARRAY.html b/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS_ARRAY.html index d9c2f8b49..2086eecb1 100644 --- a/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS_ARRAY.html +++ b/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS_ARRAY.html @@ -1 +1 @@ -DEFAULT_TARGETS_ARRAY | CoreMedia CKEditor 5 Plugins
              DEFAULT_TARGETS_ARRAY: Required<LinkTargetOptionDefinition>[] = ...
              \ No newline at end of file +DEFAULT_TARGETS_ARRAY | CoreMedia CKEditor 5 Plugins
              DEFAULT_TARGETS_ARRAY: Required<LinkTargetOptionDefinition>[] = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS_MAP.html b/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS_MAP.html index 5df90da68..5136b0ad0 100644 --- a/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS_MAP.html +++ b/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.DEFAULT_TARGETS_MAP.html @@ -1 +1 @@ -DEFAULT_TARGETS_MAP | CoreMedia CKEditor 5 Plugins
              DEFAULT_TARGETS_MAP: Map<string, Required<LinkTargetOptionDefinition>> = ...
              \ No newline at end of file +DEFAULT_TARGETS_MAP | CoreMedia CKEditor 5 Plugins
              DEFAULT_TARGETS_MAP: Map<string, Required<LinkTargetOptionDefinition>> = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.OTHER_TARGET_NAME.html b/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.OTHER_TARGET_NAME.html index d7e0af253..6ee240eaf 100644 --- a/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.OTHER_TARGET_NAME.html +++ b/docs/api/variables/ckeditor5_coremedia_link.linktarget.config.OTHER_TARGET_NAME.html @@ -1,3 +1,3 @@ OTHER_TARGET_NAME | CoreMedia CKEditor 5 Plugins
              OTHER_TARGET_NAME: "_other" = "_other"

              Artificial target name for the recommended minimal target configuration to add.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_1_0_DTD.html b/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_1_0_DTD.html index 4bda8c247..be1d713ac 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_1_0_DTD.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_1_0_DTD.html @@ -1 +1 @@ -COREMEDIA_RICHTEXT_1_0_DTD | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_1_0_DTD: "\n <!ENTITY nbsp \"&#160;\">\n <!ENTITY iexcl \"&#161;\">\n <!ENTITY cent \"&#162;\">\n <!ENTITY pound \"&#163;\">\n <!ENTITY curren \"&#164;\">\n <!ENTITY yen \"&#165;\">\n <!ENTITY brvbar \"&#166;\">\n <!ENTITY sect \"&#167;\">\n <!ENTITY uml \"&#168;\">\n <!ENTITY copy \"&#169;\">\n <!ENTITY ordf \"&#170;\">\n <!ENTITY laquo \"&#171;\">\n <!ENTITY not \"&#172;\">\n <!ENTITY shy \"&#173;\">\n <!ENTITY reg \"&#174;\">\n <!ENTITY macr \"&#175;\">\n <!ENTITY deg \"&#176;\">\n <!ENTITY plusmn \"&#177;\">\n <!ENTITY sup2 \"&#178;\">\n <!ENTITY sup3 \"&#179;\">\n <!ENTITY acute \"&#180;\">\n <!ENTITY micro \"&#181;\">\n <!ENTITY para \"&#182;\">\n <!ENTITY middot \"&#183;\">\n <!ENTITY cedil \"&#184;\">\n <!ENTITY sup1 \"&#185;\">\n <!ENTITY ordm \"&#186;\">\n <!ENTITY raquo \"&#187;\">\n <!ENTITY frac14 \"&#188;\">\n <!ENTITY frac12 \"&#189;\">\n <!ENTITY frac34 \"&#190;\">\n <!ENTITY iquest \"&#191;\">\n <!ENTITY Agrave \"&#192;\">\n <!ENTITY Aacute \"&#193;\">\n <!ENTITY Acirc \"&#194;\">\n <!ENTITY Atilde \"&#195;\">\n <!ENTITY Auml \"&#196;\">\n <!ENTITY Aring \"&#197;\">\n <!ENTITY AElig \"&#198;\">\n <!ENTITY Ccedil \"&#199;\">\n <!ENTITY Egrave \"&#200;\">\n <!ENTITY Eacute \"&#201;\">\n <!ENTITY Ecirc \"&#202;\">\n <!ENTITY Euml \"&#203;\">\n <!ENTITY Igrave \"&#204;\">\n <!ENTITY Iacute \"&#205;\">\n <!ENTITY Icirc \"&#206;\">\n <!ENTITY Iuml \"&#207;\">\n <!ENTITY ETH \"&#208;\">\n <!ENTITY Ntilde \"&#209;\">\n <!ENTITY Ograve \"&#210;\">\n <!ENTITY Oacute \"&#211;\">\n <!ENTITY Ocirc \"&#212;\">\n <!ENTITY Otilde \"&#213;\">\n <!ENTITY Ouml \"&#214;\">\n <!ENTITY times \"&#215;\">\n <!ENTITY Oslash \"&#216;\">\n <!ENTITY Ugrave \"&#217;\">\n <!ENTITY Uacute \"&#218;\">\n <!ENTITY Ucirc \"&#219;\">\n <!ENTITY Uuml \"&#220;\">\n <!ENTITY Yacute \"&#221;\">\n <!ENTITY THORN \"&#222;\">\n <!ENTITY szlig \"&#223;\">\n <!ENTITY agrave \"&#224;\">\n <!ENTITY aacute \"&#225;\">\n <!ENTITY acirc \"&#226;\">\n <!ENTITY atilde \"&#227;\">\n <!ENTITY auml \"&#228;\">\n <!ENTITY aring \"&#229;\">\n <!ENTITY aelig \"&#230;\">\n <!ENTITY ccedil \"&#231;\">\n <!ENTITY egrave \"&#232;\">\n <!ENTITY eacute \"&#233;\">\n <!ENTITY ecirc \"&#234;\">\n <!ENTITY euml \"&#235;\">\n <!ENTITY igrave \"&#236;\">\n <!ENTITY iacute \"&#237;\">\n <!ENTITY icirc \"&#238;\">\n <!ENTITY iuml \"&#239;\">\n <!ENTITY eth \"&#240;\">\n <!ENTITY ntilde \"&#241;\">\n <!ENTITY ograve \"&#242;\">\n <!ENTITY oacute \"&#243;\">\n <!ENTITY ocirc \"&#244;\">\n <!ENTITY otilde \"&#245;\">\n <!ENTITY ouml \"&#246;\">\n <!ENTITY divide \"&#247;\">\n <!ENTITY oslash \"&#248;\">\n <!ENTITY ugrave \"&#249;\">\n <!ENTITY uacute \"&#250;\">\n <!ENTITY ucirc \"&#251;\">\n <!ENTITY uuml \"&#252;\">\n <!ENTITY yacute \"&#253;\">\n <!ENTITY thorn \"&#254;\">\n <!ENTITY yuml \"&#255;\">\n\n <!ENTITY fnof \"&#402;\">\n\n <!ENTITY Alpha \"&#913;\">\n <!ENTITY Beta \"&#914;\">\n <!ENTITY Gamma \"&#915;\">\n <!ENTITY Delta \"&#916;\">\n <!ENTITY Epsilon \"&#917;\">\n <!ENTITY Zeta \"&#918;\">\n <!ENTITY Eta \"&#919;\">\n <!ENTITY Theta \"&#920;\">\n <!ENTITY Iota \"&#921;\">\n <!ENTITY Kappa \"&#922;\">\n <!ENTITY Lambda \"&#923;\">\n <!ENTITY Mu \"&#924;\">\n <!ENTITY Nu \"&#925;\">\n <!ENTITY Xi \"&#926;\">\n <!ENTITY Omicron \"&#927;\">\n <!ENTITY Pi \"&#928;\">\n <!ENTITY Rho \"&#929;\">\n <!ENTITY Sigma \"&#931;\">\n <!ENTITY Tau \"&#932;\">\n <!ENTITY Upsilon \"&#933;\">\n <!ENTITY Phi \"&#934;\">\n <!ENTITY Chi \"&#935;\">\n <!ENTITY Psi \"&#936;\">\n <!ENTITY Omega \"&#937;\">\n\n <!ENTITY alpha \"&#945;\">\n <!ENTITY beta \"&#946;\">\n <!ENTITY gamma \"&#947;\">\n <!ENTITY delta \"&#948;\">\n <!ENTITY epsilon \"&#949;\">\n <!ENTITY zeta \"&#950;\">\n <!ENTITY eta \"&#951;\">\n <!ENTITY theta \"&#952;\">\n <!ENTITY iota \"&#953;\">\n <!ENTITY kappa \"&#954;\">\n <!ENTITY lambda \"&#955;\">\n <!ENTITY mu \"&#956;\">\n <!ENTITY nu \"&#957;\">\n <!ENTITY xi \"&#958;\">\n <!ENTITY omicron \"&#959;\">\n <!ENTITY pi \"&#960;\">\n <!ENTITY rho \"&#961;\">\n <!ENTITY sigmaf \"&#962;\">\n <!ENTITY sigma \"&#963;\">\n <!ENTITY tau \"&#964;\">\n <!ENTITY upsilon \"&#965;\">\n <!ENTITY phi \"&#966;\">\n <!ENTITY chi \"&#967;\">\n <!ENTITY psi \"&#968;\">\n <!ENTITY omega \"&#969;\">\n <!ENTITY thetasym \"&#977;\">\n <!ENTITY upsih \"&#978;\">\n <!ENTITY piv \"&#982;\">\n\n <!ENTITY bull \"&#8226;\">\n <!ENTITY hellip \"&#8230;\">\n <!ENTITY prime \"&#8242;\">\n <!ENTITY Prime \"&#8243;\">\n <!ENTITY oline \"&#8254;\">\n <!ENTITY frasl \"&#8260;\">\n\n <!ENTITY weierp \"&#8472;\">\n <!ENTITY image \"&#8465;\">\n <!ENTITY real \"&#8476;\">\n <!ENTITY trade \"&#8482;\">\n <!ENTITY alefsym \"&#8501;\">\n\n <!ENTITY larr \"&#8592;\">\n <!ENTITY uarr \"&#8593;\">\n <!ENTITY rarr \"&#8594;\">\n <!ENTITY darr \"&#8595;\">\n <!ENTITY harr \"&#8596;\">\n <!ENTITY crarr \"&#8629;\">\n <!ENTITY lArr \"&#8656;\">\n <!ENTITY uArr \"&#8657;\">\n <!ENTITY rArr \"&#8658;\">\n <!ENTITY dArr \"&#8659;\">\n <!ENTITY hArr \"&#8660;\">\n\n <!ENTITY forall \"&#8704;\">\n <!ENTITY part \"&#8706;\">\n <!ENTITY exist \"&#8707;\">\n <!ENTITY empty \"&#8709;\">\n <!ENTITY nabla \"&#8711;\">\n <!ENTITY isin \"&#8712;\">\n <!ENTITY notin \"&#8713;\">\n <!ENTITY ni \"&#8715;\">\n <!ENTITY prod \"&#8719;\">\n <!ENTITY sum \"&#8721;\">\n <!ENTITY minus \"&#8722;\">\n <!ENTITY lowast \"&#8727;\">\n <!ENTITY radic \"&#8730;\">\n <!ENTITY prop \"&#8733;\">\n <!ENTITY infin \"&#8734;\">\n <!ENTITY ang \"&#8736;\">\n <!ENTITY and \"&#8743;\">\n <!ENTITY or \"&#8744;\">\n <!ENTITY cap \"&#8745;\">\n <!ENTITY cup \"&#8746;\">\n <!ENTITY int \"&#8747;\">\n <!ENTITY there4 \"&#8756;\">\n <!ENTITY sim \"&#8764;\">\n <!ENTITY cong \"&#8773;\">\n <!ENTITY asymp \"&#8776;\">\n <!ENTITY ne \"&#8800;\">\n <!ENTITY equiv \"&#8801;\">\n <!ENTITY le \"&#8804;\">\n <!ENTITY ge \"&#8805;\">\n <!ENTITY sub \"&#8834;\">\n <!ENTITY sup \"&#8835;\">\n <!ENTITY nsub \"&#8836;\">\n <!ENTITY sube \"&#8838;\">\n <!ENTITY supe \"&#8839;\">\n <!ENTITY oplus \"&#8853;\">\n <!ENTITY otimes \"&#8855;\">\n <!ENTITY perp \"&#8869;\">\n <!ENTITY sdot \"&#8901;\">\n\n <!ENTITY lceil \"&#8968;\">\n <!ENTITY rceil \"&#8969;\">\n <!ENTITY lfloor \"&#8970;\">\n <!ENTITY rfloor \"&#8971;\">\n <!ENTITY lang \"&#9001;\">\n <!ENTITY rang \"&#9002;\">\n\n <!ENTITY loz \"&#9674;\">\n\n <!ENTITY spades \"&#9824;\">\n <!ENTITY clubs \"&#9827;\">\n <!ENTITY hearts \"&#9829;\">\n <!ENTITY diams \"&#9830;\">\n\n <!ENTITY quot \"&#34;\">\n <!ENTITY amp \"&#38;#38;\">\n <!ENTITY lt \"&#38;#60;\">\n <!ENTITY gt \"&#62;\">\n <!ENTITY apos \"&#39;\">\n\n <!ENTITY OElig \"&#338;\">\n <!ENTITY oelig \"&#339;\">\n <!ENTITY Scaron \"&#352;\">\n <!ENTITY scaron \"&#353;\">\n <!ENTITY Yuml \"&#376;\">\n\n <!ENTITY circ \"&#710;\">\n <!ENTITY tilde \"&#732;\">\n\n <!ENTITY ensp \"&#8194;\">\n <!ENTITY emsp \"&#8195;\">\n <!ENTITY thinsp \"&#8201;\">\n <!ENTITY zwnj \"&#8204;\">\n <!ENTITY zwj \"&#8205;\">\n <!ENTITY lrm \"&#8206;\">\n <!ENTITY rlm \"&#8207;\">\n <!ENTITY ndash \"&#8211;\">\n <!ENTITY mdash \"&#8212;\">\n <!ENTITY lsquo \"&#8216;\">\n <!ENTITY rsquo \"&#8217;\">\n <!ENTITY sbquo \"&#8218;\">\n <!ENTITY ldquo \"&#8220;\">\n <!ENTITY rdquo \"&#8221;\">\n <!ENTITY bdquo \"&#8222;\">\n <!ENTITY dagger \"&#8224;\">\n <!ENTITY Dagger \"&#8225;\">\n <!ENTITY permil \"&#8240;\">\n <!ENTITY lsaquo \"&#8249;\">\n <!ENTITY rsaquo \"&#8250;\">\n <!ENTITY euro \"&#8364;\">\n" = ...
              \ No newline at end of file +COREMEDIA_RICHTEXT_1_0_DTD | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_1_0_DTD: "\n <!ENTITY nbsp \"&#160;\">\n <!ENTITY iexcl \"&#161;\">\n <!ENTITY cent \"&#162;\">\n <!ENTITY pound \"&#163;\">\n <!ENTITY curren \"&#164;\">\n <!ENTITY yen \"&#165;\">\n <!ENTITY brvbar \"&#166;\">\n <!ENTITY sect \"&#167;\">\n <!ENTITY uml \"&#168;\">\n <!ENTITY copy \"&#169;\">\n <!ENTITY ordf \"&#170;\">\n <!ENTITY laquo \"&#171;\">\n <!ENTITY not \"&#172;\">\n <!ENTITY shy \"&#173;\">\n <!ENTITY reg \"&#174;\">\n <!ENTITY macr \"&#175;\">\n <!ENTITY deg \"&#176;\">\n <!ENTITY plusmn \"&#177;\">\n <!ENTITY sup2 \"&#178;\">\n <!ENTITY sup3 \"&#179;\">\n <!ENTITY acute \"&#180;\">\n <!ENTITY micro \"&#181;\">\n <!ENTITY para \"&#182;\">\n <!ENTITY middot \"&#183;\">\n <!ENTITY cedil \"&#184;\">\n <!ENTITY sup1 \"&#185;\">\n <!ENTITY ordm \"&#186;\">\n <!ENTITY raquo \"&#187;\">\n <!ENTITY frac14 \"&#188;\">\n <!ENTITY frac12 \"&#189;\">\n <!ENTITY frac34 \"&#190;\">\n <!ENTITY iquest \"&#191;\">\n <!ENTITY Agrave \"&#192;\">\n <!ENTITY Aacute \"&#193;\">\n <!ENTITY Acirc \"&#194;\">\n <!ENTITY Atilde \"&#195;\">\n <!ENTITY Auml \"&#196;\">\n <!ENTITY Aring \"&#197;\">\n <!ENTITY AElig \"&#198;\">\n <!ENTITY Ccedil \"&#199;\">\n <!ENTITY Egrave \"&#200;\">\n <!ENTITY Eacute \"&#201;\">\n <!ENTITY Ecirc \"&#202;\">\n <!ENTITY Euml \"&#203;\">\n <!ENTITY Igrave \"&#204;\">\n <!ENTITY Iacute \"&#205;\">\n <!ENTITY Icirc \"&#206;\">\n <!ENTITY Iuml \"&#207;\">\n <!ENTITY ETH \"&#208;\">\n <!ENTITY Ntilde \"&#209;\">\n <!ENTITY Ograve \"&#210;\">\n <!ENTITY Oacute \"&#211;\">\n <!ENTITY Ocirc \"&#212;\">\n <!ENTITY Otilde \"&#213;\">\n <!ENTITY Ouml \"&#214;\">\n <!ENTITY times \"&#215;\">\n <!ENTITY Oslash \"&#216;\">\n <!ENTITY Ugrave \"&#217;\">\n <!ENTITY Uacute \"&#218;\">\n <!ENTITY Ucirc \"&#219;\">\n <!ENTITY Uuml \"&#220;\">\n <!ENTITY Yacute \"&#221;\">\n <!ENTITY THORN \"&#222;\">\n <!ENTITY szlig \"&#223;\">\n <!ENTITY agrave \"&#224;\">\n <!ENTITY aacute \"&#225;\">\n <!ENTITY acirc \"&#226;\">\n <!ENTITY atilde \"&#227;\">\n <!ENTITY auml \"&#228;\">\n <!ENTITY aring \"&#229;\">\n <!ENTITY aelig \"&#230;\">\n <!ENTITY ccedil \"&#231;\">\n <!ENTITY egrave \"&#232;\">\n <!ENTITY eacute \"&#233;\">\n <!ENTITY ecirc \"&#234;\">\n <!ENTITY euml \"&#235;\">\n <!ENTITY igrave \"&#236;\">\n <!ENTITY iacute \"&#237;\">\n <!ENTITY icirc \"&#238;\">\n <!ENTITY iuml \"&#239;\">\n <!ENTITY eth \"&#240;\">\n <!ENTITY ntilde \"&#241;\">\n <!ENTITY ograve \"&#242;\">\n <!ENTITY oacute \"&#243;\">\n <!ENTITY ocirc \"&#244;\">\n <!ENTITY otilde \"&#245;\">\n <!ENTITY ouml \"&#246;\">\n <!ENTITY divide \"&#247;\">\n <!ENTITY oslash \"&#248;\">\n <!ENTITY ugrave \"&#249;\">\n <!ENTITY uacute \"&#250;\">\n <!ENTITY ucirc \"&#251;\">\n <!ENTITY uuml \"&#252;\">\n <!ENTITY yacute \"&#253;\">\n <!ENTITY thorn \"&#254;\">\n <!ENTITY yuml \"&#255;\">\n\n <!ENTITY fnof \"&#402;\">\n\n <!ENTITY Alpha \"&#913;\">\n <!ENTITY Beta \"&#914;\">\n <!ENTITY Gamma \"&#915;\">\n <!ENTITY Delta \"&#916;\">\n <!ENTITY Epsilon \"&#917;\">\n <!ENTITY Zeta \"&#918;\">\n <!ENTITY Eta \"&#919;\">\n <!ENTITY Theta \"&#920;\">\n <!ENTITY Iota \"&#921;\">\n <!ENTITY Kappa \"&#922;\">\n <!ENTITY Lambda \"&#923;\">\n <!ENTITY Mu \"&#924;\">\n <!ENTITY Nu \"&#925;\">\n <!ENTITY Xi \"&#926;\">\n <!ENTITY Omicron \"&#927;\">\n <!ENTITY Pi \"&#928;\">\n <!ENTITY Rho \"&#929;\">\n <!ENTITY Sigma \"&#931;\">\n <!ENTITY Tau \"&#932;\">\n <!ENTITY Upsilon \"&#933;\">\n <!ENTITY Phi \"&#934;\">\n <!ENTITY Chi \"&#935;\">\n <!ENTITY Psi \"&#936;\">\n <!ENTITY Omega \"&#937;\">\n\n <!ENTITY alpha \"&#945;\">\n <!ENTITY beta \"&#946;\">\n <!ENTITY gamma \"&#947;\">\n <!ENTITY delta \"&#948;\">\n <!ENTITY epsilon \"&#949;\">\n <!ENTITY zeta \"&#950;\">\n <!ENTITY eta \"&#951;\">\n <!ENTITY theta \"&#952;\">\n <!ENTITY iota \"&#953;\">\n <!ENTITY kappa \"&#954;\">\n <!ENTITY lambda \"&#955;\">\n <!ENTITY mu \"&#956;\">\n <!ENTITY nu \"&#957;\">\n <!ENTITY xi \"&#958;\">\n <!ENTITY omicron \"&#959;\">\n <!ENTITY pi \"&#960;\">\n <!ENTITY rho \"&#961;\">\n <!ENTITY sigmaf \"&#962;\">\n <!ENTITY sigma \"&#963;\">\n <!ENTITY tau \"&#964;\">\n <!ENTITY upsilon \"&#965;\">\n <!ENTITY phi \"&#966;\">\n <!ENTITY chi \"&#967;\">\n <!ENTITY psi \"&#968;\">\n <!ENTITY omega \"&#969;\">\n <!ENTITY thetasym \"&#977;\">\n <!ENTITY upsih \"&#978;\">\n <!ENTITY piv \"&#982;\">\n\n <!ENTITY bull \"&#8226;\">\n <!ENTITY hellip \"&#8230;\">\n <!ENTITY prime \"&#8242;\">\n <!ENTITY Prime \"&#8243;\">\n <!ENTITY oline \"&#8254;\">\n <!ENTITY frasl \"&#8260;\">\n\n <!ENTITY weierp \"&#8472;\">\n <!ENTITY image \"&#8465;\">\n <!ENTITY real \"&#8476;\">\n <!ENTITY trade \"&#8482;\">\n <!ENTITY alefsym \"&#8501;\">\n\n <!ENTITY larr \"&#8592;\">\n <!ENTITY uarr \"&#8593;\">\n <!ENTITY rarr \"&#8594;\">\n <!ENTITY darr \"&#8595;\">\n <!ENTITY harr \"&#8596;\">\n <!ENTITY crarr \"&#8629;\">\n <!ENTITY lArr \"&#8656;\">\n <!ENTITY uArr \"&#8657;\">\n <!ENTITY rArr \"&#8658;\">\n <!ENTITY dArr \"&#8659;\">\n <!ENTITY hArr \"&#8660;\">\n\n <!ENTITY forall \"&#8704;\">\n <!ENTITY part \"&#8706;\">\n <!ENTITY exist \"&#8707;\">\n <!ENTITY empty \"&#8709;\">\n <!ENTITY nabla \"&#8711;\">\n <!ENTITY isin \"&#8712;\">\n <!ENTITY notin \"&#8713;\">\n <!ENTITY ni \"&#8715;\">\n <!ENTITY prod \"&#8719;\">\n <!ENTITY sum \"&#8721;\">\n <!ENTITY minus \"&#8722;\">\n <!ENTITY lowast \"&#8727;\">\n <!ENTITY radic \"&#8730;\">\n <!ENTITY prop \"&#8733;\">\n <!ENTITY infin \"&#8734;\">\n <!ENTITY ang \"&#8736;\">\n <!ENTITY and \"&#8743;\">\n <!ENTITY or \"&#8744;\">\n <!ENTITY cap \"&#8745;\">\n <!ENTITY cup \"&#8746;\">\n <!ENTITY int \"&#8747;\">\n <!ENTITY there4 \"&#8756;\">\n <!ENTITY sim \"&#8764;\">\n <!ENTITY cong \"&#8773;\">\n <!ENTITY asymp \"&#8776;\">\n <!ENTITY ne \"&#8800;\">\n <!ENTITY equiv \"&#8801;\">\n <!ENTITY le \"&#8804;\">\n <!ENTITY ge \"&#8805;\">\n <!ENTITY sub \"&#8834;\">\n <!ENTITY sup \"&#8835;\">\n <!ENTITY nsub \"&#8836;\">\n <!ENTITY sube \"&#8838;\">\n <!ENTITY supe \"&#8839;\">\n <!ENTITY oplus \"&#8853;\">\n <!ENTITY otimes \"&#8855;\">\n <!ENTITY perp \"&#8869;\">\n <!ENTITY sdot \"&#8901;\">\n\n <!ENTITY lceil \"&#8968;\">\n <!ENTITY rceil \"&#8969;\">\n <!ENTITY lfloor \"&#8970;\">\n <!ENTITY rfloor \"&#8971;\">\n <!ENTITY lang \"&#9001;\">\n <!ENTITY rang \"&#9002;\">\n\n <!ENTITY loz \"&#9674;\">\n\n <!ENTITY spades \"&#9824;\">\n <!ENTITY clubs \"&#9827;\">\n <!ENTITY hearts \"&#9829;\">\n <!ENTITY diams \"&#9830;\">\n\n <!ENTITY quot \"&#34;\">\n <!ENTITY amp \"&#38;#38;\">\n <!ENTITY lt \"&#38;#60;\">\n <!ENTITY gt \"&#62;\">\n <!ENTITY apos \"&#39;\">\n\n <!ENTITY OElig \"&#338;\">\n <!ENTITY oelig \"&#339;\">\n <!ENTITY Scaron \"&#352;\">\n <!ENTITY scaron \"&#353;\">\n <!ENTITY Yuml \"&#376;\">\n\n <!ENTITY circ \"&#710;\">\n <!ENTITY tilde \"&#732;\">\n\n <!ENTITY ensp \"&#8194;\">\n <!ENTITY emsp \"&#8195;\">\n <!ENTITY thinsp \"&#8201;\">\n <!ENTITY zwnj \"&#8204;\">\n <!ENTITY zwj \"&#8205;\">\n <!ENTITY lrm \"&#8206;\">\n <!ENTITY rlm \"&#8207;\">\n <!ENTITY ndash \"&#8211;\">\n <!ENTITY mdash \"&#8212;\">\n <!ENTITY lsquo \"&#8216;\">\n <!ENTITY rsquo \"&#8217;\">\n <!ENTITY sbquo \"&#8218;\">\n <!ENTITY ldquo \"&#8220;\">\n <!ENTITY rdquo \"&#8221;\">\n <!ENTITY bdquo \"&#8222;\">\n <!ENTITY dagger \"&#8224;\">\n <!ENTITY Dagger \"&#8225;\">\n <!ENTITY permil \"&#8240;\">\n <!ENTITY lsaquo \"&#8249;\">\n <!ENTITY rsaquo \"&#8250;\">\n <!ENTITY euro \"&#8364;\">\n" = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_CONFIG_KEY.html b/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_CONFIG_KEY.html index 2e1ff080f..d3f3b0609 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_CONFIG_KEY.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_CONFIG_KEY.html @@ -1 +1 @@ -COREMEDIA_RICHTEXT_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_CONFIG_KEY: "coremedia:richtext" = "coremedia:richtext"
              \ No newline at end of file +COREMEDIA_RICHTEXT_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_CONFIG_KEY: "coremedia:richtext" = "coremedia:richtext"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_NAMESPACE_URI.html b/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_NAMESPACE_URI.html index df5966599..4cc75e19d 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_NAMESPACE_URI.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_NAMESPACE_URI.html @@ -1 +1 @@ -COREMEDIA_RICHTEXT_NAMESPACE_URI | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_NAMESPACE_URI: string = namespaces.default
              \ No newline at end of file +COREMEDIA_RICHTEXT_NAMESPACE_URI | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_NAMESPACE_URI: string = namespaces.default
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_PLUGIN_NAME.html b/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_PLUGIN_NAME.html index 9f63a0b48..ff2a187e1 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_PLUGIN_NAME.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.COREMEDIA_RICHTEXT_PLUGIN_NAME.html @@ -1 +1 @@ -COREMEDIA_RICHTEXT_PLUGIN_NAME | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_PLUGIN_NAME: "CoreMediaRichText" = "CoreMediaRichText"
              \ No newline at end of file +COREMEDIA_RICHTEXT_PLUGIN_NAME | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_PLUGIN_NAME: "CoreMediaRichText" = "CoreMediaRichText"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.XLINK_NAMESPACE_PREFIX.html b/docs/api/variables/ckeditor5_coremedia_richtext.XLINK_NAMESPACE_PREFIX.html index 116bf45ea..537d1cd5b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.XLINK_NAMESPACE_PREFIX.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.XLINK_NAMESPACE_PREFIX.html @@ -1 +1 @@ -XLINK_NAMESPACE_PREFIX | CoreMedia CKEditor 5 Plugins
              XLINK_NAMESPACE_PREFIX: KnownNamespacePrefix = "xlink"
              \ No newline at end of file +XLINK_NAMESPACE_PREFIX | CoreMedia CKEditor 5 Plugins
              XLINK_NAMESPACE_PREFIX: KnownNamespacePrefix = "xlink"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.XML_NAMESPACE_PREFIX.html b/docs/api/variables/ckeditor5_coremedia_richtext.XML_NAMESPACE_PREFIX.html index 522b59250..4ab85d9a6 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.XML_NAMESPACE_PREFIX.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.XML_NAMESPACE_PREFIX.html @@ -1 +1 @@ -XML_NAMESPACE_PREFIX | CoreMedia CKEditor 5 Plugins
              XML_NAMESPACE_PREFIX: KnownNamespacePrefix = "xml"
              \ No newline at end of file +XML_NAMESPACE_PREFIX | CoreMedia CKEditor 5 Plugins
              XML_NAMESPACE_PREFIX: KnownNamespacePrefix = "xml"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.XML_NAMESPACE_URI.html b/docs/api/variables/ckeditor5_coremedia_richtext.XML_NAMESPACE_URI.html index fc2055bdc..3bfaf5bf0 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.XML_NAMESPACE_URI.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.XML_NAMESPACE_URI.html @@ -1 +1 @@ -XML_NAMESPACE_URI | CoreMedia CKEditor 5 Plugins
              XML_NAMESPACE_URI: string = namespaces.xml
              \ No newline at end of file +XML_NAMESPACE_URI | CoreMedia CKEditor 5 Plugins
              XML_NAMESPACE_URI: string = namespaces.xml
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Anchor.handleAnchor.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Anchor.handleAnchor.html index a59474643..7f06dc252 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Anchor.handleAnchor.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Anchor.handleAnchor.html @@ -1 +1 @@ -handleAnchor | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +handleAnchor | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.headingRules.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.headingRules.html index 839b128e3..0c5c5736d 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.headingRules.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Heading.headingRules.html @@ -1 +1 @@ -headingRules | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +headingRules | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Image.handleImage.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Image.handleImage.html index 4ccbc4dd6..797e320f6 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Image.handleImage.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Image.handleImage.html @@ -1 +1 @@ -handleImage | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +handleImage | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langMapper.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langMapper.html index 7273fa109..4832c84e3 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langMapper.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langMapper.html @@ -3,4 +3,4 @@ xml:lang is preferred over lang when both are set in CoreMedia RichText.

              Note that on transformation to data, the language will always be stored in xml:lang.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langMapperConfiguration.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langMapperConfiguration.html index 62860327e..aab86cc01 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langMapperConfiguration.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Lang.langMapperConfiguration.html @@ -1 +1 @@ -langMapperConfiguration | CoreMedia CKEditor 5 Plugins
              langMapperConfiguration: ToDataAndViewElementConfiguration = ...
              \ No newline at end of file +langMapperConfiguration | CoreMedia CKEditor 5 Plugins
              langMapperConfiguration: ToDataAndViewElementConfiguration = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.List.listRules.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.List.listRules.html index 857532abc..e9e418941 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.List.listRules.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.List.listRules.html @@ -1 +1 @@ -listRules | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +listRules | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.defaultSchema.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.defaultSchema.html index b72b325bb..4827b6c39 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.defaultSchema.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.defaultSchema.html @@ -1 +1 @@ -defaultSchema | CoreMedia CKEditor 5 Plugins
              defaultSchema: RichTextSchema = ...
              \ No newline at end of file +defaultSchema | CoreMedia CKEditor 5 Plugins
              defaultSchema: RichTextSchema = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.schemaRules.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.schemaRules.html index 1cc1b067a..8bf1873bf 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.schemaRules.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Schema.schemaRules.html @@ -1,3 +1,3 @@ schemaRules | CoreMedia CKEditor 5 Plugins

              Rules meant as final check for schema validity. The task is to prevent any data that cannot be stored on the CoreMedia CMS Server.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Table.tableRules.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Table.tableRules.html index 8169b2f38..6be410d80 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Table.tableRules.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.Table.tableRules.html @@ -1 +1 @@ -tableRules | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +tableRules | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkActuateMapper.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkActuateMapper.html index 05723a866..1d7023153 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkActuateMapper.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkActuateMapper.html @@ -1,3 +1,3 @@ xLinkActuateMapper | CoreMedia CKEditor 5 Plugins
              xLinkActuateMapper: AttributeMapper = ...

              Transforms xlink:actuate to Data View representation data-xlink-actuate and vice versa.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkHrefMapper.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkHrefMapper.html index e962ea772..7e84dca31 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkHrefMapper.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkHrefMapper.html @@ -10,4 +10,4 @@ the value of xlink:href to the href attribute in data view. There is no need to store and maintain the original reference at some other place. Thus, we would not use this mapper in this case.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkRoleMapper.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkRoleMapper.html index 3bb298861..80d4057d8 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkRoleMapper.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkRoleMapper.html @@ -11,4 +11,4 @@ to map the xlink:role along with the xlink:show attribute to some target. Thus, for anchor elements, there is no need for using this mapper, as the information is stored elsewhere.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkShowMapper.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkShowMapper.html index 2b8c706f4..16cfd3f4e 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkShowMapper.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkShowMapper.html @@ -9,4 +9,4 @@ to map the xlink:show along with the xlink:role attribute to some target. Thus, for anchor elements, there is no need for using this mapper, as the information is stored elsewhere.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkTitleMapper.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkTitleMapper.html index b46e04510..ba17e68c4 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkTitleMapper.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkTitleMapper.html @@ -1,4 +1,4 @@ xLinkTitleMapper | CoreMedia CKEditor 5 Plugins
              xLinkTitleMapper: AttributeMapper = ...

              Transforms xlink:title to Data View representation title and vice versa. Expects that the relevant elements have a valid HTML attribute title (such as <a> and <img>).

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkTypeMapper.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkTypeMapper.html index bbab29ac7..25f15cf79 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkTypeMapper.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibility.v10.rules.XLink.xLinkTypeMapper.html @@ -1,3 +1,3 @@ xLinkTypeMapper | CoreMedia CKEditor 5 Plugins
              xLinkTypeMapper: AttributeMapper = ...

              Transforms xlink:type to Data View representation data-xlink-type and vice versa.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.compatibilityKeys.html b/docs/api/variables/ckeditor5_coremedia_richtext.compatibilityKeys.html index 2651194e1..9b71d0941 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.compatibilityKeys.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.compatibilityKeys.html @@ -12,4 +12,4 @@ more complex scenarios such as mapping data-set attributes.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.defaultCoreMediaRichTextConfig-1.html b/docs/api/variables/ckeditor5_coremedia_richtext.defaultCoreMediaRichTextConfig-1.html index 1ab763a92..522de4f0c 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.defaultCoreMediaRichTextConfig-1.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.defaultCoreMediaRichTextConfig-1.html @@ -1 +1 @@ -defaultCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
              defaultCoreMediaRichTextConfig: DefaultCoreMediaRichTextConfig = ...
              \ No newline at end of file +defaultCoreMediaRichTextConfig | CoreMedia CKEditor 5 Plugins
              defaultCoreMediaRichTextConfig: DefaultCoreMediaRichTextConfig = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.defaultStrictness.html b/docs/api/variables/ckeditor5_coremedia_richtext.defaultStrictness.html index 72202b40d..1263fe580 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.defaultStrictness.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.defaultStrictness.html @@ -1,4 +1,4 @@ defaultStrictness | CoreMedia CKEditor 5 Plugins
              defaultStrictness: LOOSE = Strictness.LOOSE

              Default strictness is loose, which is the minimum strictness to ensure, that data represent valid CoreMedia Rich Text 1.0.

              Default changed from Strictness.STRICT to Strictness.LOOSE in v11.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.knownNamespacePrefixes.html b/docs/api/variables/ckeditor5_coremedia_richtext.knownNamespacePrefixes.html index b054ebdb3..7f3c5e215 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.knownNamespacePrefixes.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.knownNamespacePrefixes.html @@ -1,2 +1,2 @@ knownNamespacePrefixes | CoreMedia CKEditor 5 Plugins
              knownNamespacePrefixes: string[] = ...

              List of well-known namespace prefixes used along with CoreMedia Rich Text 1.0.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.namespaces.html b/docs/api/variables/ckeditor5_coremedia_richtext.namespaces.html index b229263fd..80869179a 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.namespaces.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.namespaces.html @@ -1,2 +1,2 @@ namespaces | CoreMedia CKEditor 5 Plugins
              namespaces: Record<KnownNamespacePrefix | "default", string> = ...

              Maps namespace prefixes to expected namespace URIs.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.INLINE_IMG.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.INLINE_IMG.html index b5633d491..3a0a033b3 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.INLINE_IMG.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.INLINE_IMG.html @@ -1,3 +1,3 @@ INLINE_IMG | CoreMedia CKEditor 5 Plugins
              INLINE_IMG: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO0AAABoCAMAAAAq7ofWAAAA5FBMVEXl5eXg4ODJycnQ0NCKioqCgoKfn5+AgICDg4Otra3j4+O9vb3ExMSFhYWdnZ3f39+5ubmOjo6JiYmBgYGenp7GxsaGhoa+vr6RkZG1tbWoqKjDw8O7u7uPj4+4uLiUlJSpqamZmZnPz8+ampra2tre3t7V1dWXl5e3t7fi4uKhoaHc3NysrKyzs7O/v7/k5OSTk5PIyMiEhITLy8vMzMzAwMDd3d2lpaWcnJyMjIyNjY3S0tKxsbHY2NiIiIirq6u6urqkpKS0tLTZ2dmurq68vLzb29uWlpbCwsKLi4u2trbT09NF2z01AAABsUlEQVR4nO3WW1fTQBSG4V3p+LWVtpQeCFKgVLFKgNKKnDTWAyLq//8/zmRQ72ldWSvrfW5mJsnF/lYyk20GAAAAAAAAAAAAAAAAAAAeq/JkrVJ0DatTdWZPVYuLuhSGhtOzeGG9Ka/VNttQ1Cmq0JXY7Jr1pH6+GMS0W1KSr7flnu8Md9Vp2J72R8FGcaWuwEPagzAfK6ZN3Au99ONht/YqrCfa8WlfF1jlqsS0+903fn6kJKRN1err2E9GOsmfGW/WS5X2VEOzqTubhLR1zaau6SeJ/h1QZUqbzv1GXddWnnZQC5femjX9CWbndW/o00bvii54KTHtxaVSm3QbIe25rtL0VC2zeTiqj0PGa5/2phWMiy54KQ9p3+tDpXtlIW0vvkS/kzvyu7mdZZm7LtWXfGEfq3uahbQNN194iT7ZZ33Jn/mqsqW9VXMe/jX2LT+Obc33EXfxDzT9Xrq0d9JlnjZRlt8Y+PFEbnS//SPu27O8u/hZcL3LCZ1jT4dmu/oV0qZ/esOFFmb90Dm6+6Obv51jtdhy/7P2LCu6BAAAAAAAAAAAAAAAAAAAAAB4pN9v+SLwroRK9gAAAABJRU5ErkJggg==" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO0AAABoCAMAAAAq7ofWAAAA5FBMVEXl5eXg4ODJycnQ0NCKioqCgoKfn5+AgICDg4Otra3j4+O9vb3ExMSFhYWdnZ3f39+5ubmOjo6JiYmBgYGenp7GxsaGhoa+vr6RkZG1tbWoqKjDw8O7u7uPj4+4uLiUlJSpqamZmZnPz8+ampra2tre3t7V1dWXl5e3t7fi4uKhoaHc3NysrKyzs7O/v7/k5OSTk5PIyMiEhITLy8vMzMzAwMDd3d2lpaWcnJyMjIyNjY3S0tKxsbHY2NiIiIirq6u6urqkpKS0tLTZ2dmurq68vLzb29uWlpbCwsKLi4u2trbT09NF2z01AAABsUlEQVR4nO3WW1fTQBSG4V3p+LWVtpQeCFKgVLFKgNKKnDTWAyLq//8/zmRQ72ldWSvrfW5mJsnF/lYyk20GAAAAAAAAAAAAAAAAAAAeq/JkrVJ0DatTdWZPVYuLuhSGhtOzeGG9Ka/VNttQ1Cmq0JXY7Jr1pH6+GMS0W1KSr7flnu8Md9Vp2J72R8FGcaWuwEPagzAfK6ZN3Au99ONht/YqrCfa8WlfF1jlqsS0+903fn6kJKRN1err2E9GOsmfGW/WS5X2VEOzqTubhLR1zaau6SeJ/h1QZUqbzv1GXddWnnZQC5femjX9CWbndW/o00bvii54KTHtxaVSm3QbIe25rtL0VC2zeTiqj0PGa5/2phWMiy54KQ9p3+tDpXtlIW0vvkS/kzvyu7mdZZm7LtWXfGEfq3uahbQNN194iT7ZZ33Jn/mqsqW9VXMe/jX2LT+Obc33EXfxDzT9Xrq0d9JlnjZRlt8Y+PFEbnS//SPu27O8u/hZcL3LCZ1jT4dmu/oV0qZ/esOFFmb90Dm6+6Obv51jtdhy/7P2LCu6BAAAAAAAAAAAAAAAAAAAAAB4pN9v+SLwroRK9gAAAABJRU5ErkJggg=="

              Placeholder for images when CoreMedia ContentImagePlugin is not enabled. The placeholder is a grey PNG image.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.anchorElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.anchorElements.html index 7d544fae8..14e76111b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.anchorElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.anchorElements.html @@ -1 +1 @@ -anchorElements | CoreMedia CKEditor 5 Plugins
              anchorElements: RuleConfig = ...
              \ No newline at end of file +anchorElements | CoreMedia CKEditor 5 Plugins
              anchorElements: RuleConfig = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.basicInlineElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.basicInlineElements.html index a3683d280..29e8fe46a 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.basicInlineElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.basicInlineElements.html @@ -4,4 +4,4 @@
            • <b> (<strong> preferred in data view)
            • <s> (also with legacy support for <del> and <strike>).
            • -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.codeElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.codeElements.html index e6d346b3d..5a32d3b7f 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.codeElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.codeElements.html @@ -1 +1 @@ -codeElements | CoreMedia CKEditor 5 Plugins
              codeElements: RuleConfig = ...
              \ No newline at end of file +codeElements | CoreMedia CKEditor 5 Plugins
              codeElements: RuleConfig = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.contentUriPathPrefix.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.contentUriPathPrefix.html index 6fb9035bf..9cefe7ad5 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.contentUriPathPrefix.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.contentUriPathPrefix.html @@ -1 +1 @@ -contentUriPathPrefix | CoreMedia CKEditor 5 Plugins
              contentUriPathPrefix: "content" = "content"
              \ No newline at end of file +contentUriPathPrefix | CoreMedia CKEditor 5 Plugins
              contentUriPathPrefix: "content" = "content"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultMergeTableSectionsToTableBodyConfig.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultMergeTableSectionsToTableBodyConfig.html index 028be895d..57da4a780 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultMergeTableSectionsToTableBodyConfig.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultMergeTableSectionsToTableBodyConfig.html @@ -1 +1 @@ -defaultMergeTableSectionsToTableBodyConfig | CoreMedia CKEditor 5 Plugins
              defaultMergeTableSectionsToTableBodyConfig: Required<MergeTableSectionsToTableBodyConfig> = ...
              \ No newline at end of file +defaultMergeTableSectionsToTableBodyConfig | CoreMedia CKEditor 5 Plugins
              defaultMergeTableSectionsToTableBodyConfig: Required<MergeTableSectionsToTableBodyConfig> = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultPreferLangAttributeConfig.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultPreferLangAttributeConfig.html index cce33c138..d1887365b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultPreferLangAttributeConfig.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultPreferLangAttributeConfig.html @@ -1,2 +1,2 @@ defaultPreferLangAttributeConfig | CoreMedia CKEditor 5 Plugins
              defaultPreferLangAttributeConfig: Required<PreferLangAttributeConfig> = ...

              Default configuration to apply.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceByChildrenConfig.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceByChildrenConfig.html index dd80b148a..894aa4f0f 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceByChildrenConfig.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceByChildrenConfig.html @@ -1 +1 @@ -defaultReplaceByChildrenConfig | CoreMedia CKEditor 5 Plugins
              defaultReplaceByChildrenConfig: Required<Omit<ReplaceByChildrenConfig, "localName">> = ...
              \ No newline at end of file +defaultReplaceByChildrenConfig | CoreMedia CKEditor 5 Plugins
              defaultReplaceByChildrenConfig: Required<Omit<ReplaceByChildrenConfig, "localName">> = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceElementByElementConfig.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceElementByElementConfig.html index 215b99675..bc23b9a41 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceElementByElementConfig.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceElementByElementConfig.html @@ -1 +1 @@ -defaultReplaceElementByElementConfig | CoreMedia CKEditor 5 Plugins
              defaultReplaceElementByElementConfig: Required<Omit<ReplaceElementByElementConfig, "viewLocalName" | "dataLocalName">> = ...
              \ No newline at end of file +defaultReplaceElementByElementConfig | CoreMedia CKEditor 5 Plugins
              defaultReplaceElementByElementConfig: Required<Omit<ReplaceElementByElementConfig, "viewLocalName" | "dataLocalName">> = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceHeadingsByElementAndClassConfig.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceHeadingsByElementAndClassConfig.html index 3aae078b2..823a57568 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceHeadingsByElementAndClassConfig.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultReplaceHeadingsByElementAndClassConfig.html @@ -1,2 +1,2 @@ defaultReplaceHeadingsByElementAndClassConfig | CoreMedia CKEditor 5 Plugins
              defaultReplaceHeadingsByElementAndClassConfig: Required<ReplaceHeadingsByElementAndClassConfig> = ...

              Default configuration to apply.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultResolveDirectionToConfigConfig.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultResolveDirectionToConfigConfig.html index 41956fbd0..ebf6fc89f 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultResolveDirectionToConfigConfig.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultResolveDirectionToConfigConfig.html @@ -1 +1 @@ -defaultResolveDirectionToConfigConfig | CoreMedia CKEditor 5 Plugins
              defaultResolveDirectionToConfigConfig: Required<Omit<ResolveDirectionToConfigConfig, "direction" | "toData" | "toView">> = ...
              \ No newline at end of file +defaultResolveDirectionToConfigConfig | CoreMedia CKEditor 5 Plugins
              defaultResolveDirectionToConfigConfig: Required<Omit<ResolveDirectionToConfigConfig, "direction" | "toData" | "toView">> = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultRules.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultRules.html index b89229d6a..03ee83118 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultRules.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.defaultRules.html @@ -10,4 +10,4 @@
            • tableElements
            • xLinkAttributesFallback
            • -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.divElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.divElements.html index 2f391a156..b143a18f1 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.divElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.divElements.html @@ -17,4 +17,4 @@
            • Data View: `
            • Data: <p class="p--div">
            • -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.headingElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.headingElements.html index eb5d67e21..b9c98b6a4 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.headingElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.headingElements.html @@ -8,4 +8,4 @@ -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.imageElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.imageElements.html index 682de010c..8f25e8d6b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.imageElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.imageElements.html @@ -1 +1 @@ -imageElements | CoreMedia CKEditor 5 Plugins
              imageElements: RuleConfig = ...
              \ No newline at end of file +imageElements | CoreMedia CKEditor 5 Plugins
              imageElements: RuleConfig = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.italicElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.italicElements.html index 3237faa1d..28228b419 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.italicElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.italicElements.html @@ -5,4 +5,4 @@
              <i>Lorem</i>
               

              and vice versa.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.languageAttributes.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.languageAttributes.html index 0531a6fca..f52e7d0ad 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.languageAttributes.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.languageAttributes.html @@ -1 +1 @@ -languageAttributes | CoreMedia CKEditor 5 Plugins
              languageAttributes: RuleConfig = ...
              \ No newline at end of file +languageAttributes | CoreMedia CKEditor 5 Plugins
              languageAttributes: RuleConfig = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.legacyBoldElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.legacyBoldElements.html index e32630384..7cf2c3d5d 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.legacyBoldElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.legacyBoldElements.html @@ -1,3 +1,3 @@ legacyBoldElements | CoreMedia CKEditor 5 Plugins
              legacyBoldElements: RuleConfig = ...

              Failsafe approach. CKEditor 5 uses by default, thus no need to remap. Nevertheless, plugins may add <b> as valid element again.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.strikethroughElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.strikethroughElements.html index e098687d7..dd965234c 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.strikethroughElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.strikethroughElements.html @@ -6,4 +6,4 @@
              <s>Lorem</s>
               

              and vice versa.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.suppressedElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.suppressedElements.html index 3b96db649..032010e93 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.suppressedElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.suppressedElements.html @@ -2,4 +2,4 @@ also done as part of sanitation for unknown CoreMedia Rich Text 1.0 elements, these extra rules are meant to prevent possible warnings triggered during the sanitation process.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.suppressedFigure.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.suppressedFigure.html index 3e5fee891..dbe284171 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.suppressedFigure.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.suppressedFigure.html @@ -5,4 +5,4 @@ or remove this rule.

              Example: For table from data view

              <figure class="table"><table><tbody><tr><td>&nbsp;</td></tr></tbody></table></figure>
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableElements.html index 392544c60..dc9e148b9 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableElements.html @@ -1,2 +1,2 @@ tableElements | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableHeaderElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableHeaderElements.html index fe44f6739..87d6e5baf 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableHeaderElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableHeaderElements.html @@ -5,4 +5,4 @@
              <th>Lorem</th>
               

              and vice versa.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableSectionsSupport.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableSectionsSupport.html index 21587e497..c3bd38276 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableSectionsSupport.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.tableSectionsSupport.html @@ -37,4 +37,4 @@ tr--body-2 similar to the solution provided for <thead> and <tfoot>.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.underlineElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.underlineElements.html index be1dd6354..fb81fb211 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.underlineElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.underlineElements.html @@ -5,4 +5,4 @@
              <u>Lorem</u>
               

              and vice versa.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkAttributes-1.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkAttributes-1.html index 0b499ac03..7ec99621f 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkAttributes-1.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkAttributes-1.html @@ -1 +1 @@ -xLinkAttributes | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +xLinkAttributes | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkNamespaceUri.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkNamespaceUri.html index cedbce320..a4ecd6761 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkNamespaceUri.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkNamespaceUri.html @@ -1 +1 @@ -xLinkNamespaceUri | CoreMedia CKEditor 5 Plugins
              xLinkNamespaceUri: "http://www.w3.org/1999/xlink" = "http://www.w3.org/1999/xlink"
              \ No newline at end of file +xLinkNamespaceUri | CoreMedia CKEditor 5 Plugins
              xLinkNamespaceUri: "http://www.w3.org/1999/xlink" = "http://www.w3.org/1999/xlink"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkPrefix.html b/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkPrefix.html index 505d125b0..5b72220a6 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkPrefix.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.rules.xLinkPrefix.html @@ -1 +1 @@ -xLinkPrefix | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +xLinkPrefix | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Block.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Block.html index 7de33e4b0..b5a62adef 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Block.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Block.html @@ -1,3 +1,3 @@ Block | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Flow.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Flow.html index 57ce84f48..1487018ec 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Flow.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Flow.html @@ -1,3 +1,3 @@ Flow | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Inline.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Inline.html index 17a9f3ecf..cb5850baf 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Inline.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.Inline.html @@ -1,3 +1,3 @@ Inline | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aContent.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aContent.html index f5a3dbeb6..917de4c89 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aContent.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aContent.html @@ -1,3 +1,3 @@ aContent | CoreMedia CKEditor 5 Plugins
              aContent: ElementContent[] = ...
              <!ENTITY % a.content "(#PCDATA | %special; | %phrase;)*">
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aElement.html index 153e34892..b93f531fa 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aElement.html @@ -13,4 +13,4 @@ onLoad) #IMPLIED > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aSpecialAttrs.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aSpecialAttrs.html index 76298d95f..77a21e8cd 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aSpecialAttrs.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aSpecialAttrs.html @@ -1 +1 @@ -aSpecialAttrs | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +aSpecialAttrs | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkActuateAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkActuateAttr.html index 1401fd869..d5ced8ef6 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkActuateAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkActuateAttr.html @@ -1 +1 @@ -aXLinkActuateAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +aXLinkActuateAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkHrefAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkHrefAttr.html index d2c4ad3ee..036194e28 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkHrefAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkHrefAttr.html @@ -1 +1 @@ -aXLinkHrefAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +aXLinkHrefAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkRoleAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkRoleAttr.html index c294b3b78..36bb4c11e 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkRoleAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkRoleAttr.html @@ -1 +1 @@ -aXLinkRoleAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +aXLinkRoleAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkShowAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkShowAttr.html index 5f5b1585b..b5ce459f0 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkShowAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkShowAttr.html @@ -1 +1 @@ -aXLinkShowAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +aXLinkShowAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkTitleAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkTitleAttr.html index 2aabd00ee..85f6ff0b0 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkTitleAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkTitleAttr.html @@ -1 +1 @@ -aXLinkTitleAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +aXLinkTitleAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkTypeAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkTypeAttr.html index 931422cab..663fe2801 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkTypeAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.aXLinkTypeAttr.html @@ -1 +1 @@ -aXLinkTypeAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +aXLinkTypeAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acAny.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acAny.html index 753245d56..254f0a85e 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acAny.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acAny.html @@ -1,3 +1,3 @@ acAny | CoreMedia CKEditor 5 Plugins
              acAny: AttributeContent = ...

              Represents an attribute, that is valid always, no matter of strictness level. Typically used for attributes with CDATA content.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acCData.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acCData.html index f0427089f..e4a784cca 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acCData.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acCData.html @@ -1,2 +1,2 @@ acCData | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acLanguageCode.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acLanguageCode.html index a1348c013..d5a23d93d 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acLanguageCode.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acLanguageCode.html @@ -1,3 +1,3 @@ acLanguageCode | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acLength.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acLength.html index 74beeba5c..f5aedc271 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acLength.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acLength.html @@ -1,3 +1,3 @@ acLength | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acNmToken.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acNmToken.html index 2fdebbfab..fa62dab47 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acNmToken.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acNmToken.html @@ -1,2 +1,2 @@ acNmToken | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acNumber.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acNumber.html index 00e5b4581..23b604f7c 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acNumber.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acNumber.html @@ -1,3 +1,3 @@ acNumber | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acText.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acText.html index 18cc435f0..b73f74d8a 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acText.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acText.html @@ -1,3 +1,3 @@ acText | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acUri.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acUri.html index 2afaffa2b..b12b4e936 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acUri.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.acUri.html @@ -1,3 +1,3 @@ acUri | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.allowEmpty.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.allowEmpty.html index cc5e838e3..9b370abc9 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.allowEmpty.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.allowEmpty.html @@ -1,4 +1,4 @@ allowEmpty | CoreMedia CKEditor 5 Plugins
              allowEmpty: typeof allowEmpty = ...

              Placeholder for an element, that may (or must) be empty. Matches element DTD configuration using an asterisk in contents definition such as (#PCDATA | p)*.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.block-1.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.block-1.html index c64a1da08..f6ee3dcab 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.block-1.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.block-1.html @@ -1,3 +1,3 @@ block | CoreMedia CKEditor 5 Plugins
              block: ElementContent[] = ...
              <!ENTITY % block "p | %lists; | %blocktext; | table">
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blockquoteCiteAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blockquoteCiteAttr.html index 407143584..81e150ba8 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blockquoteCiteAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blockquoteCiteAttr.html @@ -1 +1 @@ -blockquoteCiteAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +blockquoteCiteAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blockquoteElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blockquoteElement.html index d8c84d441..7635175ff 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blockquoteElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blockquoteElement.html @@ -4,4 +4,4 @@ cite %URI; #IMPLIED > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blocktext.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blocktext.html index e4faf9018..1950cf06f 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blocktext.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.blocktext.html @@ -1,3 +1,3 @@ blocktext | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.brElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.brElement.html index 28f1ce300..43c05ccec 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.brElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.brElement.html @@ -3,4 +3,4 @@ %coreattrs; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.cellHAlignAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.cellHAlignAttr.html index c0bf14bfe..5d0e89be3 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.cellHAlignAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.cellHAlignAttr.html @@ -1,3 +1,3 @@ cellHAlignAttr | CoreMedia CKEditor 5 Plugins
              cellHAlignAttr: Required<AttributeDefinitionConfig> = ...
              <!ENTITY % cellhalign "align (left|center|right) #IMPLIED">
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.cellVAlignAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.cellVAlignAttr.html index aa86ec77c..57521d16b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.cellVAlignAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.cellVAlignAttr.html @@ -1,3 +1,3 @@ cellVAlignAttr | CoreMedia CKEditor 5 Plugins
              cellVAlignAttr: Required<AttributeDefinitionConfig> = ...
              <!ENTITY % cellvalign "valign (top|middle|bottom|baseline) #IMPLIED">
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.commonAttrs.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.commonAttrs.html index bb468f7fd..f07fed75a 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.commonAttrs.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.commonAttrs.html @@ -1,3 +1,3 @@ commonAttrs | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.coreAttrs.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.coreAttrs.html index d69debea4..3002d0018 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.coreAttrs.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.coreAttrs.html @@ -2,4 +2,4 @@ "class CDATA #IMPLIED" > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.divElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.divElement.html index a9e4800ec..dcc02b97b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.divElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.divElement.html @@ -4,4 +4,4 @@ xmlns:xlink %URI; #FIXED 'http://www.w3.org/1999/xlink' > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.emElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.emElement.html index 73de8324e..10f8c79bd 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.emElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.emElement.html @@ -1,4 +1,4 @@ emElement | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nAttrs.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nAttrs.html index e3b57530b..d873f7de7 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nAttrs.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nAttrs.html @@ -4,4 +4,4 @@ dir (ltr|rtl) #IMPLIED" > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nDirAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nDirAttr.html index 843943dd5..1e7ec7bbe 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nDirAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nDirAttr.html @@ -1 +1 @@ -i18nDirAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +i18nDirAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nLangAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nLangAttr.html index a2ea13dac..495241adb 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nLangAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nLangAttr.html @@ -1 +1 @@ -i18nLangAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +i18nLangAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nXmlLangAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nXmlLangAttr.html index e6d4f1141..f315ef942 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nXmlLangAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.i18nXmlLangAttr.html @@ -1 +1 @@ -i18nXmlLangAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +i18nXmlLangAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgAltAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgAltAttr.html index f78ef21e6..cbd501eba 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgAltAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgAltAttr.html @@ -1 +1 @@ -imgAltAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgAltAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgElement.html index da9b150d5..6a96c0de5 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgElement.html @@ -14,4 +14,4 @@ > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgHeightAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgHeightAttr.html index 48250c936..219234e90 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgHeightAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgHeightAttr.html @@ -1 +1 @@ -imgHeightAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgHeightAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgSpecialAttrs.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgSpecialAttrs.html index 09d528830..c4c80dff0 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgSpecialAttrs.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgSpecialAttrs.html @@ -1 +1 @@ -imgSpecialAttrs | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgSpecialAttrs | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgWidthAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgWidthAttr.html index 34969202a..965ce325a 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgWidthAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgWidthAttr.html @@ -1 +1 @@ -imgWidthAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgWidthAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkActuateAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkActuateAttr.html index 69ed6b6cc..9e71c2f45 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkActuateAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkActuateAttr.html @@ -1 +1 @@ -imgXLinkActuateAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgXLinkActuateAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkHrefAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkHrefAttr.html index e4b25b1e7..02fbd0657 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkHrefAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkHrefAttr.html @@ -1 +1 @@ -imgXLinkHrefAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgXLinkHrefAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkRoleAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkRoleAttr.html index 812a06658..9ff80bdfc 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkRoleAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkRoleAttr.html @@ -1 +1 @@ -imgXLinkRoleAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgXLinkRoleAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkShowAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkShowAttr.html index bcc198f00..3742ed25b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkShowAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkShowAttr.html @@ -1 +1 @@ -imgXLinkShowAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgXLinkShowAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkTitleAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkTitleAttr.html index 924296d10..e5d2cc388 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkTitleAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkTitleAttr.html @@ -1 +1 @@ -imgXLinkTitleAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgXLinkTitleAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkTypeAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkTypeAttr.html index 686e7f8ac..f76f4642b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkTypeAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.imgXLinkTypeAttr.html @@ -1 +1 @@ -imgXLinkTypeAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +imgXLinkTypeAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.inline-1.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.inline-1.html index 391e79e41..7ebf25049 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.inline-1.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.inline-1.html @@ -1,3 +1,3 @@ inline | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.liElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.liElement.html index ec188c8e3..7f011013d 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.liElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.liElement.html @@ -3,4 +3,4 @@ %attrs; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.lists.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.lists.html index 86dd179df..e2686bf99 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.lists.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.lists.html @@ -1,3 +1,3 @@ lists | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.olElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.olElement.html index 763d1eb1c..56b59ef7e 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.olElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.olElement.html @@ -3,4 +3,4 @@ %attrs; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.pElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.pElement.html index 98b6b8b04..38cc2cdfc 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.pElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.pElement.html @@ -3,4 +3,4 @@ %attrs; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.pcdata.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.pcdata.html index 4400a91c9..0964d110c 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.pcdata.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.pcdata.html @@ -1,3 +1,3 @@ pcdata | CoreMedia CKEditor 5 Plugins
              pcdata: typeof pcdata = ...

              Placeholder for an element, that may hold character data. Matches #PCDATA in element DTD configuration.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.phrase.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.phrase.html index 977e26f19..96af7edfe 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.phrase.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.phrase.html @@ -1,3 +1,3 @@ phrase | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preContent.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preContent.html index 63e93586a..5acb31f0b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preContent.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preContent.html @@ -1,3 +1,3 @@ preContent | CoreMedia CKEditor 5 Plugins
              preContent: ElementContent[] = ...
              <!ENTITY % pre.content "(#PCDATA | a | br | span | %phrase;)*">
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preElement.html index daee20c94..9efed9b12 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preElement.html @@ -4,4 +4,4 @@ xml:space (preserve) #FIXED 'preserve' > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preXmlSpaceAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preXmlSpaceAttr.html index 38bc6b158..f8a7e369c 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preXmlSpaceAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.preXmlSpaceAttr.html @@ -1 +1 @@ -preXmlSpaceAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +preXmlSpaceAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.richTextElementNames.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.richTextElementNames.html index 58649066b..a45b4ceb9 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.richTextElementNames.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.richTextElementNames.html @@ -1,2 +1,2 @@ richTextElementNames | CoreMedia CKEditor 5 Plugins
              richTextElementNames: string[] = ...

              List of well-known CoreMedia Rich Text 1.0 element names.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.silentSanitationListener.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.silentSanitationListener.html index c4954ba43..d8483a84c 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.silentSanitationListener.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.silentSanitationListener.html @@ -1 +1 @@ -silentSanitationListener | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +silentSanitationListener | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.spanElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.spanElement.html index 532b735c4..da6dde73a 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.spanElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.spanElement.html @@ -3,4 +3,4 @@ %attrs; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.special.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.special.html index 3d83dae8e..7f28348de 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.special.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.special.html @@ -1,3 +1,3 @@ special | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.strongElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.strongElement.html index e96d7d313..a7c2c7668 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.strongElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.strongElement.html @@ -1,4 +1,4 @@ strongElement | CoreMedia CKEditor 5 Plugins
              strongElement: ElementConfig = ...
              <!ELEMENT strong %Inline;>
               <!ATTLIST strong %attrs;>
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.subElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.subElement.html index 76f4eb7df..1d251671b 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.subElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.subElement.html @@ -1,4 +1,4 @@ subElement | CoreMedia CKEditor 5 Plugins
              subElement: ElementConfig = ...
              <!ELEMENT sub %Inline;>
               <!ATTLIST sub %attrs;>
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.supElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.supElement.html index 49d39fe9d..52643ac86 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.supElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.supElement.html @@ -1,4 +1,4 @@ supElement | CoreMedia CKEditor 5 Plugins
              supElement: ElementConfig = ...
              <!ELEMENT sup %Inline;>
               <!ATTLIST sup %attrs;>
               
              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.supportedElements.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.supportedElements.html index 8c0d91063..a5dd46373 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.supportedElements.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.supportedElements.html @@ -1,3 +1,3 @@ supportedElements | CoreMedia CKEditor 5 Plugins
              supportedElements: SupportedRichTextElements = ...

              Supported CoreMedia Rich Text 1.0 elements. Note that it is expected that all elements are of the same namespace as the root element.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tableElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tableElement.html index f4ad1f051..1ef87fa36 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tableElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tableElement.html @@ -4,4 +4,4 @@ summary %Text; #IMPLIED > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tableSummaryAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tableSummaryAttr.html index 04357ec42..1eb060d66 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tableSummaryAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tableSummaryAttr.html @@ -1 +1 @@ -tableSummaryAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +tableSummaryAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tbodyElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tbodyElement.html index 6ece56fcb..855923ffa 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tbodyElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tbodyElement.html @@ -5,4 +5,4 @@ %cellvalign; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdAbbrAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdAbbrAttr.html index e418373c4..22ec15a1d 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdAbbrAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdAbbrAttr.html @@ -1 +1 @@ -tdAbbrAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +tdAbbrAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdColspanAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdColspanAttr.html index 332d9b952..3f6695964 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdColspanAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdColspanAttr.html @@ -1 +1 @@ -tdColspanAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +tdColspanAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdElement.html index 8ba7d2aae..763851126 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdElement.html @@ -8,4 +8,4 @@ %cellvalign; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdRowspanAttr.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdRowspanAttr.html index aa5316f8f..8375cc5fc 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdRowspanAttr.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.tdRowspanAttr.html @@ -1 +1 @@ -tdRowspanAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +tdRowspanAttr | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.trElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.trElement.html index 39510beb4..c330f11b6 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.trElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.trElement.html @@ -5,4 +5,4 @@ %cellvalign; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.ulElement.html b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.ulElement.html index 35beb9e37..c3ee53811 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.ulElement.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext.sanitation.ulElement.html @@ -3,4 +3,4 @@ %attrs; > -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext_support.COREMEDIA_RICHTEXT_1_0_CONFIG.html b/docs/api/variables/ckeditor5_coremedia_richtext_support.COREMEDIA_RICHTEXT_1_0_CONFIG.html index 420ee24fd..37df6f1bb 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext_support.COREMEDIA_RICHTEXT_1_0_CONFIG.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext_support.COREMEDIA_RICHTEXT_1_0_CONFIG.html @@ -1,3 +1,3 @@ COREMEDIA_RICHTEXT_1_0_CONFIG | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_1_0_CONFIG: ReducedMatcherPattern[] = ...

              Represents CoreMedia RichText 1.0 as the configuration suitable for configuring General HTML Support.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_richtext_support.COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY.html b/docs/api/variables/ckeditor5_coremedia_richtext_support.COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY.html index 621d98775..ff4865958 100644 --- a/docs/api/variables/ckeditor5_coremedia_richtext_support.COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY.html +++ b/docs/api/variables/ckeditor5_coremedia_richtext_support.COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY.html @@ -1 +1 @@ -COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY: "coremedia:richtextSupport" = "coremedia:richtextSupport"
              \ No newline at end of file +COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY: "coremedia:richtextSupport" = "coremedia:richtextSupport"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_essentials.COREMEDIA_RICHTEXT_CONFIG_KEY.html b/docs/api/variables/ckeditor5_coremedia_studio_essentials.COREMEDIA_RICHTEXT_CONFIG_KEY.html index b032cbf48..b1cc6b36c 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_essentials.COREMEDIA_RICHTEXT_CONFIG_KEY.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_essentials.COREMEDIA_RICHTEXT_CONFIG_KEY.html @@ -1 +1 @@ -COREMEDIA_RICHTEXT_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_CONFIG_KEY: "coremedia:richtext" = "coremedia:richtext"
              \ No newline at end of file +COREMEDIA_RICHTEXT_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_CONFIG_KEY: "coremedia:richtext" = "coremedia:richtext"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_essentials.COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY.html b/docs/api/variables/ckeditor5_coremedia_studio_essentials.COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY.html index 946bf27ff..4e25fa2ed 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_essentials.COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_essentials.COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY.html @@ -1 +1 @@ -COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY: "coremedia:richtextSupport" = "coremedia:richtextSupport"
              \ No newline at end of file +COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_RICHTEXT_SUPPORT_CONFIG_KEY: "coremedia:richtextSupport" = "coremedia:richtextSupport"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_CHARSETS.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_CHARSETS.html index bbe935765..46bba8ed9 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_CHARSETS.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_CHARSETS.html @@ -1,2 +1,2 @@ CONTENT_NAME_CHALLENGE_CHARSETS | CoreMedia CKEditor 5 Plugins
              CONTENT_NAME_CHALLENGE_CHARSETS: "年Ϩ" = "年Ϩ"

              A content name with various charsets.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_ENTITIES.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_ENTITIES.html index e21c73556..a3846b690 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_ENTITIES.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_ENTITIES.html @@ -1,2 +1,2 @@ CONTENT_NAME_CHALLENGE_ENTITIES | CoreMedia CKEditor 5 Plugins
              CONTENT_NAME_CHALLENGE_ENTITIES: "&lt;br&gt;&amp;&quot;&#412;" = "&lt;br&gt;&amp;&quot;&#412;"

              A content name containing several entities.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_LENGTH.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_LENGTH.html index 82b2a5420..8a25a2e9d 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_LENGTH.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_LENGTH.html @@ -1,3 +1,3 @@ CONTENT_NAME_CHALLENGE_LENGTH | CoreMedia CKEditor 5 Plugins
              CONTENT_NAME_CHALLENGE_LENGTH: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea tak" = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea tak"

              A long content name of 250 characters, which is slightly over the default name length allowed in CoreMedia CMS.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_RTL.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_RTL.html index 446eb87bc..ea72aa250 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_RTL.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_RTL.html @@ -1,2 +1,2 @@ CONTENT_NAME_CHALLENGE_RTL | CoreMedia CKEditor 5 Plugins
              CONTENT_NAME_CHALLENGE_RTL: "عامعام" = "عامعام"

              A content name with RTL characters.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_XSS.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_XSS.html index 3154153b5..d21ae64b0 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_XSS.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.CONTENT_NAME_CHALLENGE_XSS.html @@ -1,2 +1,2 @@ CONTENT_NAME_CHALLENGE_XSS | CoreMedia CKEditor 5 Plugins
              CONTENT_NAME_CHALLENGE_XSS: "<iframe src=\"javascript:alert('Boo 👻')\" width=\"1px\" height=\"1px\">" = ...

              A content name, which challenges possible Cross-Site-Scripting-Attacks.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.COREMEDIA_MOCK_CONTENT_PLUGIN.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.COREMEDIA_MOCK_CONTENT_PLUGIN.html index c0f2cca04..2e271a6c7 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.COREMEDIA_MOCK_CONTENT_PLUGIN.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.COREMEDIA_MOCK_CONTENT_PLUGIN.html @@ -1 +1 @@ -COREMEDIA_MOCK_CONTENT_PLUGIN | CoreMedia CKEditor 5 Plugins
              COREMEDIA_MOCK_CONTENT_PLUGIN: "coremedia:mock-content" = "coremedia:mock-content"
              \ No newline at end of file +COREMEDIA_MOCK_CONTENT_PLUGIN | CoreMedia CKEditor 5 Plugins
              COREMEDIA_MOCK_CONTENT_PLUGIN: "coremedia:mock-content" = "coremedia:mock-content"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.DelayedDefaults.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.DelayedDefaults.html index ae7e95502..32cd505e7 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.DelayedDefaults.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.DelayedDefaults.html @@ -1,2 +1,2 @@ DelayedDefaults | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesDefaultDefaultProviders.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesDefaultDefaultProviders.html index 1c92a2df0..f90bad756 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesDefaultDefaultProviders.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.MutablePropertiesDefaultDefaultProviders.html @@ -1,2 +1,2 @@ MutablePropertiesDefaultDefaultProviders | CoreMedia CKEditor 5 Plugins
              MutablePropertiesDefaultDefaultProviders: Required<MutablePropertiesDefaultProviders> = ...

              A default provider for property defaults.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_BLUE_10x10.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_BLUE_10x10.html index c803ba6c8..7631c1d6d 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_BLUE_10x10.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_BLUE_10x10.html @@ -1,2 +1,2 @@ PNG_BLUE_10x10 | CoreMedia CKEditor 5 Plugins
              PNG_BLUE_10x10: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAAA1BMVEUAAP+KeNJXAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQIHWPACwAAHgAB95hMXAAAAABJRU5ErkJggg==" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAAA1BMVEUAAP+KeNJXAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQIHWPACwAAHgAB95hMXAAAAABJRU5ErkJggg=="

              Example Blob Fixture for 10×10 Blue PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_BLUE_240x135.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_BLUE_240x135.html index 129c589b2..00574233f 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_BLUE_240x135.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_BLUE_240x135.html @@ -1,2 +1,2 @@ PNG_BLUE_240x135 | CoreMedia CKEditor 5 Plugins
              PNG_BLUE_240x135: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACHCAIAAACnEEO8AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAACF0RVh0VGl0bGUAQmx1ZSBJbWFnZSBGaXh0dXJlIDI0MMOXMTM1kw6skwAAARNJREFUeNrt0gEJAAAIBLHX/p01hiBbhOMqmcAXLQGGBkODocHQGBoMDYYGQ4OhMTQYGgwNhgZDY2gwNBgaDA2GxtBgaDA0GBoMjaHB0GBoMDQYGkODocHQYGgwNIYGQ4OhwdAYGgwNhgZDg6ExNBgaDA2GBkNjaDA0GBoMDYbG0GBoMDQYGgyNocHQYGgwNBgaQ4OhwdBgaDA0hgZDg6HB0GBoDA2GBkODoTE0GBoMDYYGQ2NoMDQYGgwNhsbQYGgwNBgaDI2hwdBgaDA0GBpDg6HB0GBoMDSGBkODocHQYGgMDYYGQ4OhMTQYGgwNhgZDY2gwNBgaDA2GxtBgaDA0GBoMjaHB0GBoMDQYGkODoeHMAtcAAg2/P7w5AAAAAElFTkSuQmCC" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACHCAIAAACnEEO8AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAACF0RVh0VGl0bGUAQmx1ZSBJbWFnZSBGaXh0dXJlIDI0MMOXMTM1kw6skwAAARNJREFUeNrt0gEJAAAIBLHX/p01hiBbhOMqmcAXLQGGBkODocHQGBoMDYYGQ4OhMTQYGgwNhgZDY2gwNBgaDA2GxtBgaDA0GBoMjaHB0GBoMDQYGkODocHQYGgwNIYGQ4OhwdAYGgwNhgZDg6ExNBgaDA2GBkNjaDA0GBoMDYbG0GBoMDQYGgyNocHQYGgwNBgaQ4OhwdBgaDA0hgZDg6HB0GBoDA2GBkODoTE0GBoMDYYGQ2NoMDQYGgwNhsbQYGgwNBgaDI2hwdBgaDA0GBpDg6HB0GBoMDSGBkODocHQYGgMDYYGQ4OhMTQYGgwNhgZDY2gwNBgaDA2GxtBgaDA0GBoMjaHB0GBoMDQYGkODoeHMAtcAAg2/P7w5AAAAAElFTkSuQmCC"

              Example Blob Fixture for 240×135 Blue PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_EMPTY_24x24.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_EMPTY_24x24.html index 725af60c6..81b5a7ef8 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_EMPTY_24x24.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_EMPTY_24x24.html @@ -1,2 +1,2 @@ PNG_EMPTY_24x24 | CoreMedia CKEditor 5 Plugins
              PNG_EMPTY_24x24: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAACB0RVh0VGl0bGUARW1wdHkgSW1hZ2UgRml4dHVyZSAyNMOXMjRSzyF5AAABjklEQVRIidWUsYrCQBRFz0osJIiViKCIFv5AwEZSpLRMo1jkEyyENGKjtWBj5Q+k9QOsRCSIWitioSgWgoKmd7dYtFkTE0mKvdUMb949M+/NzNd8Pv8mQIWCNAcQ7AKXywXTNJlOp+x2O06nE+fzmWg0Si6XQ1EUVFUlEok4Ar7sStTtdjEMwzE5nU7T6/VIpVLeT/CQJEkUi0UymQyCIHA8HhkMBqzXa/b7PfV6HcMwCIfD3k4wHo9JJBLk8/k/sfv9TrPZZDgcAtDpdFAU5SXAtsmyLL80BwiFQqiq+pyvVis7m89vUTwed7XuY8Bms3mOs9msvwDLsuj3+wDEYjFkWfYPcL1e0XWd7XYLgK7riKLoD8A0TarVKovFAkEQaDQalEolx5y37wDgdrvRbrcZjUYAJJNJWq0WkiS9zXUFOBwOT/NyuUytVnv7RTzkuQeVSsW1+UcAr3JVIlEUKRQKAJ52Dw5/kV8KvESuALPZDE3T0DSNyWTiCeCqB5ZlsVwugd+X7EWBl+j/N/kHBzKDUUt0TnMAAAAASUVORK5CYII=" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAACB0RVh0VGl0bGUARW1wdHkgSW1hZ2UgRml4dHVyZSAyNMOXMjRSzyF5AAABjklEQVRIidWUsYrCQBRFz0osJIiViKCIFv5AwEZSpLRMo1jkEyyENGKjtWBj5Q+k9QOsRCSIWitioSgWgoKmd7dYtFkTE0mKvdUMb949M+/NzNd8Pv8mQIWCNAcQ7AKXywXTNJlOp+x2O06nE+fzmWg0Si6XQ1EUVFUlEok4Ar7sStTtdjEMwzE5nU7T6/VIpVLeT/CQJEkUi0UymQyCIHA8HhkMBqzXa/b7PfV6HcMwCIfD3k4wHo9JJBLk8/k/sfv9TrPZZDgcAtDpdFAU5SXAtsmyLL80BwiFQqiq+pyvVis7m89vUTwed7XuY8Bms3mOs9msvwDLsuj3+wDEYjFkWfYPcL1e0XWd7XYLgK7riKLoD8A0TarVKovFAkEQaDQalEolx5y37wDgdrvRbrcZjUYAJJNJWq0WkiS9zXUFOBwOT/NyuUytVnv7RTzkuQeVSsW1+UcAr3JVIlEUKRQKAJ52Dw5/kV8KvESuALPZDE3T0DSNyWTiCeCqB5ZlsVwugd+X7EWBl+j/N/kHBzKDUUt0TnMAAAAASUVORK5CYII="

              Example Blob Fixture for empty state as 24×24 symbol PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GRAY_10x10.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GRAY_10x10.html index 07722b22d..00eeb906f 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GRAY_10x10.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GRAY_10x10.html @@ -1,2 +1,2 @@ PNG_GRAY_10x10 | CoreMedia CKEditor 5 Plugins
              PNG_GRAY_10x10: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAMFBMVEXIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMgyCeFrAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAC0lEQVQIHWOgAAAAADwAAZFvo9AAAAAASUVORK5CYII=" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAMFBMVEXIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMgyCeFrAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAC0lEQVQIHWOgAAAAADwAAZFvo9AAAAAASUVORK5CYII="

              Example Blob Fixture for 10×10 Gray PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GREEN_10x10.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GREEN_10x10.html index 87c73bc78..30dcd95bd 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GREEN_10x10.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GREEN_10x10.html @@ -1,2 +1,2 @@ PNG_GREEN_10x10 | CoreMedia CKEditor 5 Plugins
              PNG_GREEN_10x10: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAAA1BMVEUA/wA0XsCoAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQIHWPACwAAHgAB95hMXAAAAABJRU5ErkJggg==" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAAA1BMVEUA/wA0XsCoAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQIHWPACwAAHgAB95hMXAAAAABJRU5ErkJggg=="

              Example Blob Fixture for 10×10 Green PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GREEN_240x135.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GREEN_240x135.html index 3440424a8..bc9fb27bf 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GREEN_240x135.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_GREEN_240x135.html @@ -1,2 +1,2 @@ PNG_GREEN_240x135 | CoreMedia CKEditor 5 Plugins
              PNG_GREEN_240x135: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACHCAIAAACnEEO8AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAACJ0RVh0VGl0bGUAR3JlZW4gSW1hZ2UgRml4dHVyZSAyNDDDlzEzNeoCT9oAAAESSURBVHja7dIBCQAACASx1/6dNYYgW4TjKhN4oyXA0GBoMDQYGkODocHQYGgwNIYGQ4OhwdBgaAwNhgZDg6HB0BgaDA2GBkODoTE0GBoMDYYGQ2NoMDQYGgwNhsbQYGgwNBgaQ4OhwdBgaDA0hgZDg6HB0GBoDA2GBkODocHQGBoMDYYGQ4OhMTQYGgwNhgZDY2gwNBgaDA2GxtBgaDA0GBoMjaHB0GBoMDSGBkODocHQYGgMDYYGQ4OhwdAYGgwNhgZDg6ExNBgaDA2GBkNjaDA0GBoMDYbG0GBoMDQYGgyNocHQYGgwNIYGQ4OhwdBgaAwNhgZDg6HB0BgaDA2GBkODoTE0GBoMDYYGQ2NoMDScWdf/Ag1zS0U/AAAAAElFTkSuQmCC" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACHCAIAAACnEEO8AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAACJ0RVh0VGl0bGUAR3JlZW4gSW1hZ2UgRml4dHVyZSAyNDDDlzEzNeoCT9oAAAESSURBVHja7dIBCQAACASx1/6dNYYgW4TjKhN4oyXA0GBoMDQYGkODocHQYGgwNIYGQ4OhwdBgaAwNhgZDg6HB0BgaDA2GBkODoTE0GBoMDYYGQ2NoMDQYGgwNhsbQYGgwNBgaQ4OhwdBgaDA0hgZDg6HB0GBoDA2GBkODocHQGBoMDYYGQ4OhMTQYGgwNhgZDY2gwNBgaDA2GxtBgaDA0GBoMjaHB0GBoMDSGBkODocHQYGgMDYYGQ4OhwdAYGgwNhgZDg6ExNBgaDA2GBkNjaDA0GBoMDYbG0GBoMDQYGgyNocHQYGgwNIYGQ4OhwdBgaAwNhgZDg6HB0BgaDA2GBkODoTE0GBoMDYYGQ2NoMDScWdf/Ag1zS0U/AAAAAElFTkSuQmCC"

              Example Blob Fixture for 240×135 Green PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_LOCK_24x24.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_LOCK_24x24.html index f863d7959..c9a499801 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_LOCK_24x24.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_LOCK_24x24.html @@ -1,2 +1,2 @@ PNG_LOCK_24x24 | CoreMedia CKEditor 5 Plugins
              PNG_LOCK_24x24: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAB90RVh0VGl0bGUATG9jayBJbWFnZSBGaXh0dXJlIDI0w5cyND+RntEAAAFYSURBVEiJ7ZUxq4JQGIYfL2kRBUK0tDZY0C9pcmlMpCIa+ymtTUKr0OCU/6ExCIuoxYZAcLMMvHe6LabhJYcLvdPhnPO+D+f7PjjCer3+Jkd95RkOUHh1IQxDlsslq9WKw+EAQLPZpNvtoqoqkiSl+oW0El0uF6bTKbvdDlmW6XQ6AGw2G3zfR1EUZrMZ9Xo9O+B+v6PrOvv9nslkQr/fRxTFx9lisWA+n6MoCoZhUCg8L0ZiDyzLwnEcxuMxg8HgEQ4giiLD4ZDRaMR2u8WyrMQXJAJs26ZaraJpWqJZ13UqlQq2bWcHnE4n2u12ahMlSaLVanE8HrMDgiCgVColGn9VLpcJgiA74F3KHRAb0zAM6fV6nM9nisUitVotNcDzPG63G41GA9M0Yz2LDW8URbiuC8D1en2sX8l1XaIoiu3//x58AB9ADgBBEP4c9syb+mW+Q7mX6AcWeH9EMzKhnwAAAABJRU5ErkJggg==" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAB90RVh0VGl0bGUATG9jayBJbWFnZSBGaXh0dXJlIDI0w5cyND+RntEAAAFYSURBVEiJ7ZUxq4JQGIYfL2kRBUK0tDZY0C9pcmlMpCIa+ymtTUKr0OCU/6ExCIuoxYZAcLMMvHe6LabhJYcLvdPhnPO+D+f7PjjCer3+Jkd95RkOUHh1IQxDlsslq9WKw+EAQLPZpNvtoqoqkiSl+oW0El0uF6bTKbvdDlmW6XQ6AGw2G3zfR1EUZrMZ9Xo9O+B+v6PrOvv9nslkQr/fRxTFx9lisWA+n6MoCoZhUCg8L0ZiDyzLwnEcxuMxg8HgEQ4giiLD4ZDRaMR2u8WyrMQXJAJs26ZaraJpWqJZ13UqlQq2bWcHnE4n2u12ahMlSaLVanE8HrMDgiCgVColGn9VLpcJgiA74F3KHRAb0zAM6fV6nM9nisUitVotNcDzPG63G41GA9M0Yz2LDW8URbiuC8D1en2sX8l1XaIoiu3//x58AB9ADgBBEP4c9syb+mW+Q7mX6AcWeH9EMzKhnwAAAABJRU5ErkJggg=="

              Example Blob Fixture for unreadable state as 24×24 lock-symbol PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_RED_10x10.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_RED_10x10.html index fab636f72..df16e25e5 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_RED_10x10.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_RED_10x10.html @@ -1,2 +1,2 @@ PNG_RED_10x10 | CoreMedia CKEditor 5 Plugins
              PNG_RED_10x10: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAAA1BMVEX/AAAZ4gk3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQIHWPACwAAHgAB95hMXAAAAABJRU5ErkJggg==" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAAA1BMVEX/AAAZ4gk3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAACklEQVQIHWPACwAAHgAB95hMXAAAAABJRU5ErkJggg=="

              Example Blob Fixture for 10×10 Red PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_RED_240x135.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_RED_240x135.html index 19bf05a10..a780b913d 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_RED_240x135.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PNG_RED_240x135.html @@ -1,2 +1,2 @@ PNG_RED_240x135 | CoreMedia CKEditor 5 Plugins
              PNG_RED_240x135: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACHCAIAAACnEEO8AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAACB0RVh0VGl0bGUAUmVkIEltYWdlIEZpeHR1cmUgMjQww5cxMzV/6oVFAAABEklEQVR42u3SAQkAAAgEMbV/5zeGIFuE4zoFf4wEGBoMDYYGQ2NoMDQYGgwNhsbQYGgwNBgaDI2hwdBgaDA0GBpDg6HB0GBoMDSGBkODocHQYGgMDYYGQ4OhwdAYGgwNhgZDY2gwNBgaDA2GxtBgaDA0GBoMjaHB0GBoMDQYGkODocHQYGgwNIYGQ4OhwdBgaAwNhgZDg6HB0BgaDA2GBkODoTE0GBoMDYbG0GBoMDQYGgyNocHQYGgwNBgaQ4OhwdBgaDA0hgZDg6HB0GBoDA2GBkODocHQGBoMDYYGQ4OhMTQYGgwNhsbQYGgwNBgaDI2hwdBgaDA0GBpDg6HB0GBoMDSGBkODocHQYGgMDYaGMwvY/gIN7U7I3gAAAABJRU5ErkJggg==" = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACHCAIAAACnEEO8AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAACB0RVh0VGl0bGUAUmVkIEltYWdlIEZpeHR1cmUgMjQww5cxMzV/6oVFAAABEklEQVR42u3SAQkAAAgEMbV/5zeGIFuE4zoFf4wEGBoMDYYGQ2NoMDQYGgwNhsbQYGgwNBgaDI2hwdBgaDA0GBpDg6HB0GBoMDSGBkODocHQYGgMDYYGQ4OhwdAYGgwNhgZDY2gwNBgaDA2GxtBgaDA0GBoMjaHB0GBoMDQYGkODocHQYGgwNIYGQ4OhwdBgaAwNhgZDg6HB0BgaDA2GBkODoTE0GBoMDYbG0GBoMDQYGgyNocHQYGgwNBgaQ4OhwdBgaDA0hgZDg6HB0GBoDA2GBkODocHQGBoMDYYGQ4OhMTQYGgwNhsbQYGgwNBgaDI2hwdBgaDA0GBpDg6HB0GBoMDSGBkODocHQYGgMDYaGMwvY/gIN7U7I3gAAAABJRU5ErkJggg=="

              Example Blob Fixture for 240×135 Red PNG.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PREDEFINED_MOCK_CONTENTS.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PREDEFINED_MOCK_CONTENTS.html index a4078b89d..0caf187fb 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PREDEFINED_MOCK_CONTENTS.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PREDEFINED_MOCK_CONTENTS.html @@ -1,2 +1,2 @@ PREDEFINED_MOCK_CONTENTS | CoreMedia CKEditor 5 Plugins
              PREDEFINED_MOCK_CONTENTS: PredefinedMockContentConfig[] = ...

              Some set of contents we provide right from the start for easier testing.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PREDEFINED_MOCK_LINK_DATA.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PREDEFINED_MOCK_LINK_DATA.html index 31fe6aec4..2aab2b81e 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PREDEFINED_MOCK_LINK_DATA.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.PREDEFINED_MOCK_LINK_DATA.html @@ -1,3 +1,3 @@ PREDEFINED_MOCK_LINK_DATA | CoreMedia CKEditor 5 Plugins
              PREDEFINED_MOCK_LINK_DATA: string = ...

              A CoreMedia RichText 1.0 document, which contains all predefined mock contents (despite those, meant for Blob-Data).

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.unreadableEditingHint.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.unreadableEditingHint.html index 9e7309b9c..006f7e528 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.unreadableEditingHint.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.unreadableEditingHint.html @@ -1,2 +1,2 @@ unreadableEditingHint | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.unreadableTypeHint.html b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.unreadableTypeHint.html index 3d5e28b28..c5667a707 100644 --- a/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.unreadableTypeHint.html +++ b/docs/api/variables/ckeditor5_coremedia_studio_integration_mock.content.unreadableTypeHint.html @@ -1,2 +1,2 @@ unreadableTypeHint | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.AFTER_ELEMENT.html b/docs/api/variables/ckeditor5_dataprocessor_support.AFTER_ELEMENT.html index fc69facb8..86f07b2df 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.AFTER_ELEMENT.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.AFTER_ELEMENT.html @@ -1,3 +1,3 @@ AFTER_ELEMENT | CoreMedia CKEditor 5 Plugins
              AFTER_ELEMENT: "$" = "$"

              Special purpose element token for a rule applied directly after the element has been processed.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.AFTER_ELEMENT_AND_CHILDREN.html b/docs/api/variables/ckeditor5_dataprocessor_support.AFTER_ELEMENT_AND_CHILDREN.html index 02624b548..22e3594f9 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.AFTER_ELEMENT_AND_CHILDREN.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.AFTER_ELEMENT_AND_CHILDREN.html @@ -1,3 +1,3 @@ AFTER_ELEMENT_AND_CHILDREN | CoreMedia CKEditor 5 Plugins
              AFTER_ELEMENT_AND_CHILDREN: "$$" = "$$"

              Special purpose element token for a rule applied after the element and all its children have been processed.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.BEFORE_ELEMENT.html b/docs/api/variables/ckeditor5_dataprocessor_support.BEFORE_ELEMENT.html index 50e622c17..f66d394bb 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.BEFORE_ELEMENT.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.BEFORE_ELEMENT.html @@ -1,3 +1,3 @@ BEFORE_ELEMENT | CoreMedia CKEditor 5 Plugins
              BEFORE_ELEMENT: "^" = "^"

              Special purpose element token for a rule applied before the element itself.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.DEFAULT_NAMESPACES.html b/docs/api/variables/ckeditor5_dataprocessor_support.DEFAULT_NAMESPACES.html index 242e1a408..0463e9711 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.DEFAULT_NAMESPACES.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.DEFAULT_NAMESPACES.html @@ -1 +1 @@ -DEFAULT_NAMESPACES | CoreMedia CKEditor 5 Plugins
              DEFAULT_NAMESPACES: Namespaces = ...
              \ No newline at end of file +DEFAULT_NAMESPACES | CoreMedia CKEditor 5 Plugins
              DEFAULT_NAMESPACES: Namespaces = ...
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.DEFAULT_NAMESPACE_PREFIX.html b/docs/api/variables/ckeditor5_dataprocessor_support.DEFAULT_NAMESPACE_PREFIX.html index 550c0ea07..82a4f9e71 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.DEFAULT_NAMESPACE_PREFIX.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.DEFAULT_NAMESPACE_PREFIX.html @@ -1 +1 @@ -DEFAULT_NAMESPACE_PREFIX | CoreMedia CKEditor 5 Plugins
              DEFAULT_NAMESPACE_PREFIX: "" = ""
              \ No newline at end of file +DEFAULT_NAMESPACE_PREFIX | CoreMedia CKEditor 5 Plugins
              DEFAULT_NAMESPACE_PREFIX: "" = ""
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.RESPONSE_ABORT.html b/docs/api/variables/ckeditor5_dataprocessor_support.RESPONSE_ABORT.html index b9efe25bf..8695d746a 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.RESPONSE_ABORT.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.RESPONSE_ABORT.html @@ -1,3 +1,3 @@ RESPONSE_ABORT | CoreMedia CKEditor 5 Plugins
              RESPONSE_ABORT: {
                  abort: boolean;
              } = ...

              Signals to abort handling the current node during data processing. May be enriched with the node to restart from via object destruction.

              -

              Type declaration

              • abort: boolean
              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.RESPONSE_CONTINUE.html b/docs/api/variables/ckeditor5_dataprocessor_support.RESPONSE_CONTINUE.html index 83f48c125..10ccb882c 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.RESPONSE_CONTINUE.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.RESPONSE_CONTINUE.html @@ -1,2 +1,2 @@ RESPONSE_CONTINUE | CoreMedia CKEditor 5 Plugins
              RESPONSE_CONTINUE: {
                  abort: boolean;
              } = ...

              Signals, that data processing for current node should be continued.

              -

              Type declaration

              • abort: boolean
              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DATA_PROCESSOR_ISSUE_PREFIX.html b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DATA_PROCESSOR_ISSUE_PREFIX.html index c9392fa38..ae085a717 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DATA_PROCESSOR_ISSUE_PREFIX.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DATA_PROCESSOR_ISSUE_PREFIX.html @@ -1,2 +1,2 @@ DATA_PROCESSOR_ISSUE_PREFIX | CoreMedia CKEditor 5 Plugins
              DATA_PROCESSOR_ISSUE_PREFIX: "DP" = "DP"

              Prefix for issues triggered by Data Processor.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_AMBIGUOUS_ATTRIBUTE_STATE.html b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_AMBIGUOUS_ATTRIBUTE_STATE.html index d74ba6d64..9b74df711 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_AMBIGUOUS_ATTRIBUTE_STATE.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_AMBIGUOUS_ATTRIBUTE_STATE.html @@ -1,2 +1,2 @@ DP_AMBIGUOUS_ATTRIBUTE_STATE | CoreMedia CKEditor 5 Plugins
              DP_AMBIGUOUS_ATTRIBUTE_STATE: "DP#0003" = ...

              Used for detected ambiguous states regarding attribute mapping.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_AMBIGUOUS_ELEMENT_STATE.html b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_AMBIGUOUS_ELEMENT_STATE.html index a8612f849..04f921e73 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_AMBIGUOUS_ELEMENT_STATE.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_AMBIGUOUS_ELEMENT_STATE.html @@ -1,2 +1,2 @@ DP_AMBIGUOUS_ELEMENT_STATE | CoreMedia CKEditor 5 Plugins
              DP_AMBIGUOUS_ELEMENT_STATE: "DP#0002" = ...

              Used for detected ambiguous states regarding element mapping.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_GENERAL.html b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_GENERAL.html index 1722428ec..0294458e0 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_GENERAL.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.DP_GENERAL.html @@ -1,2 +1,2 @@ DP_GENERAL | CoreMedia CKEditor 5 Plugins
              DP_GENERAL: "DP#0001" = ...

              Used for general issues in data-processing.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.rulesLogger.html b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.rulesLogger.html index 8d49d2291..73bb7dec1 100644 --- a/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.rulesLogger.html +++ b/docs/api/variables/ckeditor5_dataprocessor_support.RulesLogger.rulesLogger.html @@ -1,2 +1,2 @@ rulesLogger | CoreMedia CKEditor 5 Plugins
              rulesLogger: Logger = ...

              Logger for rules.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dom_converter.skip-1.html b/docs/api/variables/ckeditor5_dom_converter.skip-1.html index 8cba45634..2e02aad54 100644 --- a/docs/api/variables/ckeditor5_dom_converter.skip-1.html +++ b/docs/api/variables/ckeditor5_dom_converter.skip-1.html @@ -1,3 +1,3 @@ skip | CoreMedia CKEditor 5 Plugins
              skip: typeof skip = ...

              Signals to skip further processing. Examples are that a node and its children got removed.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dom_support.defaultDataAttributeClassNamePrefix.html b/docs/api/variables/ckeditor5_dom_support.defaultDataAttributeClassNamePrefix.html index bf78060e9..23d98c83a 100644 --- a/docs/api/variables/ckeditor5_dom_support.defaultDataAttributeClassNamePrefix.html +++ b/docs/api/variables/ckeditor5_dom_support.defaultDataAttributeClassNamePrefix.html @@ -1,3 +1,3 @@ defaultDataAttributeClassNamePrefix | CoreMedia CKEditor 5 Plugins
              defaultDataAttributeClassNamePrefix: "dataset--" = "dataset--"

              Default suggested prefix for class-names denoting artificial elements representing data attributes.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dom_support.defaultDataAttributeElementName.html b/docs/api/variables/ckeditor5_dom_support.defaultDataAttributeElementName.html index a7ec6fd24..aa3b86774 100644 --- a/docs/api/variables/ckeditor5_dom_support.defaultDataAttributeElementName.html +++ b/docs/api/variables/ckeditor5_dom_support.defaultDataAttributeElementName.html @@ -1,2 +1,2 @@ defaultDataAttributeElementName | CoreMedia CKEditor 5 Plugins
              defaultDataAttributeElementName: keyof HTMLElementTagNameMap = "span"

              Default artificial element name to hold data attribute values.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dom_support.fontWeightToNumber.html b/docs/api/variables/ckeditor5_dom_support.fontWeightToNumber.html index f9fa10ef3..308ac0fae 100644 --- a/docs/api/variables/ckeditor5_dom_support.fontWeightToNumber.html +++ b/docs/api/variables/ckeditor5_dom_support.fontWeightToNumber.html @@ -12,4 +12,4 @@ font-weight normal.

            • normal: number

              Numeric representation for normal as it is typically used in browsers.

              -
            • \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dom_support.numberToFontWeight.html b/docs/api/variables/ckeditor5_dom_support.numberToFontWeight.html index 9a205f86b..cd787bf66 100644 --- a/docs/api/variables/ckeditor5_dom_support.numberToFontWeight.html +++ b/docs/api/variables/ckeditor5_dom_support.numberToFontWeight.html @@ -1,4 +1,4 @@ numberToFontWeight | CoreMedia CKEditor 5 Plugins
              numberToFontWeight: {
                  [k: string]: T;
              } = ...

              Maps well-known (fixed size) numeric font-weights to their textual representation. Skips relative weights, as a mapping would require context information from parents.

              -

              Type declaration

              • [k: string]: T
              \ No newline at end of file +

              Type declaration

              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dom_support.w3ExtendedColorNames.html b/docs/api/variables/ckeditor5_dom_support.w3ExtendedColorNames.html index a89e25162..b0876cc50 100644 --- a/docs/api/variables/ckeditor5_dom_support.w3ExtendedColorNames.html +++ b/docs/api/variables/ckeditor5_dom_support.w3ExtendedColorNames.html @@ -1,3 +1,3 @@ w3ExtendedColorNames | CoreMedia CKEditor 5 Plugins
              w3ExtendedColorNames: Record<string, string> = ...

              Color name mappings as defined by W3C.

              See https://www.w3.org/wiki/CSS/Properties/color/keywords.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_dom_support.xmlnsNamespaceUri.html b/docs/api/variables/ckeditor5_dom_support.xmlnsNamespaceUri.html index 43a016aea..09d1c8a9b 100644 --- a/docs/api/variables/ckeditor5_dom_support.xmlnsNamespaceUri.html +++ b/docs/api/variables/ckeditor5_dom_support.xmlnsNamespaceUri.html @@ -1,2 +1,2 @@ xmlnsNamespaceUri | CoreMedia CKEditor 5 Plugins
              xmlnsNamespaceUri: "http://www.w3.org/2000/xmlns/" = "http://www.w3.org/2000/xmlns/"

              Namespace URI for xmlns.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_font_mapper.COREMEDIA_FONT_MAPPER_CONFIG_KEY.html b/docs/api/variables/ckeditor5_font_mapper.COREMEDIA_FONT_MAPPER_CONFIG_KEY.html index def93522c..411651af6 100644 --- a/docs/api/variables/ckeditor5_font_mapper.COREMEDIA_FONT_MAPPER_CONFIG_KEY.html +++ b/docs/api/variables/ckeditor5_font_mapper.COREMEDIA_FONT_MAPPER_CONFIG_KEY.html @@ -1 +1 @@ -COREMEDIA_FONT_MAPPER_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_FONT_MAPPER_CONFIG_KEY: "coremedia:fontMapper" = "coremedia:fontMapper"
              \ No newline at end of file +COREMEDIA_FONT_MAPPER_CONFIG_KEY | CoreMedia CKEditor 5 Plugins
              COREMEDIA_FONT_MAPPER_CONFIG_KEY: "coremedia:fontMapper" = "coremedia:fontMapper"
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_font_mapper.fontMappingRegistry-1.html b/docs/api/variables/ckeditor5_font_mapper.fontMappingRegistry-1.html index 5dc648f51..4fec08a06 100644 --- a/docs/api/variables/ckeditor5_font_mapper.fontMappingRegistry-1.html +++ b/docs/api/variables/ckeditor5_font_mapper.fontMappingRegistry-1.html @@ -1 +1 @@ -fontMappingRegistry | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file +fontMappingRegistry | CoreMedia CKEditor 5 Plugins
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_font_mapper.htmlEncodingMap.html b/docs/api/variables/ckeditor5_font_mapper.htmlEncodingMap.html index d0555afec..716c19738 100644 --- a/docs/api/variables/ckeditor5_font_mapper.htmlEncodingMap.html +++ b/docs/api/variables/ckeditor5_font_mapper.htmlEncodingMap.html @@ -1,4 +1,4 @@ htmlEncodingMap | CoreMedia CKEditor 5 Plugins
              htmlEncodingMap: Map<number, string> = ...

              Minimum replacement map for custom mapping. As we decode the HTML prior to replacement we need to ensure also for custom mappings, that the encoded characters are restored.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_font_mapper.symbolFontMap.html b/docs/api/variables/ckeditor5_font_mapper.symbolFontMap.html index a8123f6d9..472f483a2 100644 --- a/docs/api/variables/ckeditor5_font_mapper.symbolFontMap.html +++ b/docs/api/variables/ckeditor5_font_mapper.symbolFontMap.html @@ -5,4 +5,4 @@
            • Symbol (typeface) - Wikipedia
            • Unicode Character Search
            • -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_link_common.Constants.LINK_COMMAND_NAME.html b/docs/api/variables/ckeditor5_link_common.Constants.LINK_COMMAND_NAME.html index 1d278fd1c..ff73f7f09 100644 --- a/docs/api/variables/ckeditor5_link_common.Constants.LINK_COMMAND_NAME.html +++ b/docs/api/variables/ckeditor5_link_common.Constants.LINK_COMMAND_NAME.html @@ -1,3 +1,3 @@ LINK_COMMAND_NAME | CoreMedia CKEditor 5 Plugins
              LINK_COMMAND_NAME: "link" = "link"

              Name LinkCommand has been registered with by CKEditor Link plugin.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_link_common.Constants.LINK_HREF_MODEL.html b/docs/api/variables/ckeditor5_link_common.Constants.LINK_HREF_MODEL.html index 74c99ee6f..03c558ebb 100644 --- a/docs/api/variables/ckeditor5_link_common.Constants.LINK_HREF_MODEL.html +++ b/docs/api/variables/ckeditor5_link_common.Constants.LINK_HREF_MODEL.html @@ -1,2 +1,2 @@ LINK_HREF_MODEL | CoreMedia CKEditor 5 Plugins
              LINK_HREF_MODEL: "linkHref" = "linkHref"

              Attribute as used by CKEditor Link Plugin.

              -
              \ No newline at end of file +
              \ No newline at end of file diff --git a/docs/api/variables/ckeditor5_link_common.Constants.UNLINK_COMMAND_NAME.html b/docs/api/variables/ckeditor5_link_common.Constants.UNLINK_COMMAND_NAME.html index 115dde0f2..e84f2a4bb 100644 --- a/docs/api/variables/ckeditor5_link_common.Constants.UNLINK_COMMAND_NAME.html +++ b/docs/api/variables/ckeditor5_link_common.Constants.UNLINK_COMMAND_NAME.html @@ -1,3 +1,3 @@ UNLINK_COMMAND_NAME | CoreMedia CKEditor 5 Plugins
              UNLINK_COMMAND_NAME: "unlink" = "unlink"

              Name UnlinkCommand has been registered with by CKEditor Link plugin.

              -
              \ No newline at end of file +
              \ No newline at end of file