CoreMedia CKEditor 5 Plugins
    Preparing search index...

    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;
    }
    Index

    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