CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Utility class to create marker names for content insertions and retrieve item index and insertion id from a name.

    A marker name consists of 3 different parts that help to identify a marker as a part of a content input and determine its position inside an insertion that contains multiple items.

    It basically looks like this:

    [prefix]:[insertionId]:[itemIndex]
    
    "content-input:1642076134128:2"
    
    Index

    Constructors

    Properties

    CONTENT_INPUT_MARKER_PREFIX: "content-input"

    Methods