CoreMedia CKEditor 5 Plugins
    Preparing search index...
    • Creates an ContentLinkView that renders content links in the link form-view. It is initially hidden and must be revealed by removing its hidden class manually.

      The ContentLinkView is a LabeledFieldView, which contains a ContentView.

      Parameters

      • linkUI: LinkUI

        the linkUI plugin

      • editor: Editor

        the editor

      • onCancel: () => void

        the callback to execute when the cancel button is clicked

      Returns LabeledFieldView