-
Notifications
You must be signed in to change notification settings - Fork 2
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
"CKEditor Custom JS Style Set" does not work with Repeaters #375
Comments
Any news on this? |
@ryancramerdesign Bumping this for your consideration. |
Had this issue in every Processwire project I did so far, now as well in version 3.0.200. Does anyone have a solution for this? @ryancramerdesign |
@nuelschoch , there are rumors we're about to have some other RTE in the near future. Maybe that one will have this issue solved out of the box) |
@ivangretsky hell yeah, so let's be patient and wait for 2023! Thanks for the hint. |
@nuelschoch @ivangretsky I can't replicate this. Can you provide more info? |
@ivangretsky @nuelschoch I'll close this, as we have "some other RTE" now and also I can't replicate. Let me know if it needs re-opening. |
Short description of the issue
If you have two or more CKEditor fields with the same name ("body", for example) on a page (one of them in the Repeater or Repeater Matrix field), which use CKEditor-custom-js-style-set the style-set doesn’t work. The problem is also mentioned here.
Expected behavior
Each copy of body field should use the same custom styles from
site/modules/InputfieldCKEditor
.Actual behavior
Each copy of body field uses styles from
wire/modules/InputfieldCKEditor
.Setup/Environment
The text was updated successfully, but these errors were encountered: