ckeditor icon indicating copy to clipboard operation
ckeditor copied to clipboard

Class attribute not retained with migration from Redactor

Open joshuabaker opened this issue 1 year ago • 1 comments

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

  • Craft version: 4.10.3
  • PHP version: 8.3
  • Database driver & version: MariaDB 10.3
  • Plugin version: 3.8 (max for Craft 4.x)

joshuabaker avatar Jul 01 '24 18:07 joshuabaker

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

i-just avatar Jul 03 '24 13:07 i-just

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

brandonkelly avatar Aug 15 '24 15:08 brandonkelly