Open ivangretsky opened 7 years ago
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