codemonauts / craft-redactor-nofollow

Craft CMS plugin to expand the Redactor's link module with nofollow relationship attribute.
MIT License
3 stars 1 forks source link

Craft CMS v5 support #8

Closed iparr closed 4 months ago

iparr commented 4 months ago

Just a quick note to say that this simple plugin is useful and appreciated.

An update that supported the latest version of Craft CMS would likewise be very much appreciated.

iparr commented 4 months ago

Please disregard this issue. Redactor is no longer supported and no one seems to care!

You can accomplish this in CKEditor thus:

{
  "link": {
    "decorators": [
      {
        "attributes": {
          "rel": "nofollow"
        },
        "label": " Set relation to `nofollow`",
        "mode": "manual"
      }
    ]
  }
}

I guess this explains the move to CKEditor, somewhat.