Problem/Motivation
We have the string CKEditor5 plugin settings front-and-center in the Text Format & Editor UI 🙈

Steps to reproduce
Go to /admin/config/content/formats/manage/basic_html to observe this.
Proposed resolution
Fix typo.
Remaining tasks
None.
User interface changes
None.
API changes
None.
Data model changes
None.
Release notes snippet
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3315884-8.patch | 10.5 KB | wim leers |
| #8 | interdiff.txt | 4.11 KB | wim leers |
| #3 | 3315884-3.patch | 7.07 KB | wim leers |
| #2 | Screen Shot 2022-10-18 at 8.01.28 AM.png | 124.59 KB | wim leers |
Comments
Comment #2
wim leersComment #3
wim leersWhile I was at it, I updated
CKEditor5toCKEditor 5everywhere. Because consistency is important.This is the one that is necessary to fix the reported bug.
Comment #4
wim leersComment #5
wim leersComment #6
wim leers#3 applies cleanly to <
10.0.x,9.5.xand9.4.xtoo 👍Comment #7
lauriiiI first ran
grep -re 'CKEditor5\s' core/modules/ckeditor5and all looked good. 👍 However, I did find few more instances of CKEditor5 by usinggrep -re '\sCKEditor5\b' core/modules/ckeditor5:\Drupal\Tests\ckeditor5\FunctionalJavascript\CKEditor5FragmentLinkTest::testFragmentLink\Drupal\Tests\ckeditor5\FunctionalJavascript\AdminUiTest::testUnavailableFiltersHiddenWhenSwitching\Drupal\Tests\ckeditor5\FunctionalJavascript\CKEditor5AllowedTagsTestI also noticed we still have
core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/README.mdin the code base and it's totally out of date. 🙈 We should probably open a follow-up for removing this.Comment #8
wim leersNice catches. Done.
Comment #9
lauriiiAll looks good with #8 👍 I used the commands from #7 to confirm that all of the remaining results on #8 are fine as is.
Comment #10
wim leersFollow-up created: #3317332: Remove obsolete core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/README.md.
Comment #11
catchCommitted/pushed to 10.1.x, cherry-picked to 10.0.x and 9.5.x, thanks!
This is a string change which normally we wouldn't backport to a patch release, but maybe we can because CKEditor 5 is still experimental - moving to PTBP for now.
Comment #13
wim leersI'm fine with either way — I defer to you, release managers :)
Comment #14
longwaveDiscussed with @catch. The existing string is already translated for several languages in 9.4.x and we should not break that now.
Comment #15
wim leers👍