Skip to content

Open in New Tab missing after update to Craft 5.8.18 and CKEditor 4.10.1 #480

@CreateSean

Description

@CreateSean

Description

The open in new tab for links option is now missing in Ckeditor. Was previously working using this config.

  "link": {
    "addTargetToExternalLinks": false,
    "decorators": {
      "openInNewTab": {
        "attributes": {
          "rel": "noopener noreferrer",
          "target": "_blank"
        },
        "label": "Open in a new tab",
        "mode": "manual"
      }
    }
  },

Now the modal for links has the link and a bookmarks option which does not contain the lightswitch to open in new tab

Image

Steps to reproduce

Additional info

  • Craft version: 5.8.18
  • PHP version:
  • Database driver & version:
  • Plugins & versions: CKEDitor 4.10.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions