Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class attribute not retained with migration from Redactor #263

Closed
joshuabaker opened this issue Jul 1, 2024 · 2 comments
Closed

Class attribute not retained with migration from Redactor #263

joshuabaker opened this issue Jul 1, 2024 · 2 comments
Assignees
Labels

Comments

@joshuabaker
Copy link

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)
@i-just
Copy link
Contributor

i-just commented Jul 3, 2024

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

@brandonkelly
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants