CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Interface RegisterAttributeConfig

    Configuration to register attribute bound to link.

    interface RegisterAttributeConfig {
        model: `link${string}`;
        view: string;
    }
    Index

    Properties

    Properties

    model: `link${string}`

    Model name. Recommended to be prefixed with link.

    view: string

    Name of attribute in view.

    Assumed to be identical in editing and data view.