- Issue created by @maxmendez
- First commit to issue fork.
- Status changed to Needs review
7 months ago 9:41pm 25 June 2024 - ๐บ๐ฌUganda Thomas Kaisuka
I agree the editor seems to disappear after upgrading to Drupal 10.3. Just happened to me today.
When i disable the module from my editor, the editor returned.
I would recommend this official plugin instead with all features https://www.drupal.org/project/ckeditor5_plugin_pack โ
Errors attached below.
- ๐ฉ๐ชGermany danielehrenhofer Frankfurt
I can confirm the bug. After the update to 10.3. the CKEditor has also disappeared for us and after deactivating the module the editor appears again.
- Status changed to Postponed: needs info
7 months ago 2:53pm 29 June 2024 - ๐ช๐ธSpain enchufe Spain
This is an opportune time to evaluate retiring this module. The team at CKSource (developers of CKEditor) have released CKEditor 5 Plugin Pack โ which includes the plugin provided by this module.
- ๐ช๐ธSpain Sistemas SUMADOS
@enchufe I have changed to the new module and it works. I had to adapt some settings (colors) which are a bit different but it worths. Thank for the idea
- ๐ซ๐ทFrance bernard63
look at : https://www.drupal.org/project/drupal/issues/3457991 ๐ 10.3.0 breaks CKEditor Font Size and Family module Active
- ๐ฎ๐ฉIndonesia suryanto Bali, Indonesia
As suggested by #7, we need to replace this module with CKEditor 5 Font Plugins
composer require 'drupal/ckeditor5_plugin_pack:^1.1' drush en ckeditor5_plugin_pack ckeditor5_plugin_pack_font drusn pmu ckeditor_font drush cex -y
- ๐บ๐ฆUkraine svasylyshyn
Keep in mind that https://www.drupal.org/project/ckeditor5_plugin_pack โ provides font sizes only in pixels.
- ๐ฎ๐ณIndia karavkars@gmail.com
MR #21 works for me too.
Here is patch for your reference:
https://git.drupalcode.org/project/ckeditor_font/-/merge_requests/21.patch
Thank you - First commit to issue fork.
- ๐จ๐ดColombia jedihe
I proceeded to run a quick check that the original MR contained exactly version 41.3.1 of @ckeditor/ckeditor5-font plugin:
# Started with a local clone of the MR, see instructions at the top. cd js npm i @ckeditor/ckeditor5-font@41.3.1 rm -r ckeditor5_plugins/ckeditor5-font/ mv node_modules/@ckeditor/ckeditor5-font ckeditor5_plugins git diff # empty
After that, I committed some additional changes, including the support for enabling/disabling the colorpicker sent by @namisha jadhav. This latter one I improved a bit by making it fully independent for Font vs. FontBackground and disabling by default since that's how ckeditor_font worked before these changes (verified with ckeditor_font:2.0.0-beta4 on Drupal Core 10.2.12).
I'm also attaching the patch for the current MR.
Finally, I also tried running npm run build and use the compiled js/build/ckeditor5-font.js for the library, but it errored for me (Drupal core 10.3.10).
- ๐จ๐ดColombia jedihe
I think it's worth reviewing the current MR, since https://www.drupal.org/project/ckeditor5_plugin_pack โ doesn't seem to provide identical functionality (see #12).
- ๐ณ๐ฎNicaragua dinarcon
Translating issue title and part of the bug report to English.
@namisha jadhav thanks for the improvements to the patch, but the extra settings are out of scope for this issue. Please create a new feature request.
@jedihe thanks for the instructions shared in #16
- ๐ณ๐ฎNicaragua dinarcon
Worked on this on the latest Drupal 10 stable version: 10.4.1
- ๐ณ๐ฎNicaragua dinarcon
Version 2.0.0-beta5 has been release to address the issue described here. I updated the ckeditor5-font package to 44.0.0 which to match watch the latest stable release of Drupal 10 (10.4.1) is currently using.