- Issue created by @maxmendez
- First commit to issue fork.
- Status changed to Needs review
6 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
6 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