craftcms / ckeditor

Edit rich text content in Craft CMS using CKEditor.
https://plugins.craftcms.com/ckeditor
GNU General Public License v3.0
48 stars 24 forks source link

Class attribute not retained with migration from Redactor #263

Closed joshuabaker closed 1 month ago

joshuabaker commented 3 months ago

Description

When Redactor config is migrated to CKEditor config, the migration doesn’t include allowances for the class attribute.

{
  "htmlSupport": {
    "allow": [
      {
        "attributes": true,
        "classes": true,
        "styles": true
      }
    ]
  }
}

Additional info

i-just commented 3 months ago

Hi, thanks for reporting! I raised a PR for this.

brandonkelly commented 1 month ago

CKEditor 3.9.0 and 4.2.0 are out with that change. Thanks again!