Issue #3277174: CKEditor 5 compatibility
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 06a571cf - Make the CKEditor 5 plugin add a <nbsp> tag on the content
- Resolved by mmiramont
1 1 name: 'CKEditor Non-breaking space Plugin' 2 2 type: module 3 3 description: 'Minimal module to insert a non-breaking space into the content by pressing Ctrl+Space or using the provided button.' 4 core_version_requirement: ^8.8 || ^9 4 core_version_requirement: ^8.8 || ^9 || ^10 5 5 package: CKEditor 6 6 7 7 dependencies: 8 8 - drupal:editor 9 9 - drupal:ckeditor changed this line in version 6 of the diff
added 27 commits
-
18f8b0c4...7a5e5f46 - 17 commits from branch
project:8.x-2.x
- 6cdc3ea1 - Replaced deprecated code to be Drupal 10 compatible
- 08c80c15 - Custom Self tab <nbsp></nbsp> (Issue #3066349)
- dee548e8 - Start of CKEditor 5 compatibility
- 1e2d9bb8 - Fix CKEditor 5 Nbsp plugin not loading
- 750ba5d2 - Make the CKEditor 5 plugin add a <nbsp> tag on the content
- 5c1419b8 - Update README to match the last updates
- 9fa8f9d7 - Revert CKEditor 4 plugin to keep previous behaviour and code while having the <nbsp> tag
- 75ef63f6 - Finalizing the CKEditor5 plugin version
- 1aa7cbb7 - Fix the testButton test by adding text
- a3917c58 - Updated tests and dependencies to align to the latest Drupal 10 version
Toggle commit list-
18f8b0c4...7a5e5f46 - 17 commits from branch
added 1 commit
- b6804620 - Updated tests and dependencies to align to the latest Drupal 10 version
Please register or sign in to reply