- Issue created by @dipakmdhrm
- ๐ฎ๐ณIndia dipakmdhrm
Patch to apply after https://www.drupal.org/project/ckeditor5_font/issues/3368736 ๐ Error after update to Drupal 10.1.0 Active
- ๐ฎ๐ณIndia vinayakmk47
Hi, How you are able to even reproduce the issue I tried to install that module in drupal 9 and also tried in drupal 10 getting error after installing and going to the path admin/config/content/formats/manage/full_html?destination=/admin/config/content/formats.
The website encountered an unexpected error. Try again later.
Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: The "ckeditor5_codeBlock" CKEditor 5 plugin definition is configurable, has non-empty default configuration but has no config schema. Config schema is required for validation. in Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition->validateDrupalAspects() (line 186 of core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php).
- ๐ฎ๐ณIndia vinayakmk47
Hi,
Iโm trying to reproduce the issue you mentioned, but I'm encountering errors when attempting to install the module. Here's what I did:
I tried installing the module in both Drupal 9 and Drupal 10.
After installation, I navigated to the path:
admin/config/content/formats/manage/full_html?destination=/admin/config/content/formats.
At this point, the following error occurs:
The website encountered an unexpected error. Try again later.The detailed error message is:
Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: The "ckeditor5_codeBlock" CKEditor 5 plugin definition is configurable, has non-empty default configuration but has no config schema. Config schema is required for validation. in Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition->validateDrupalAspects() (line 186 of core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php).
Could you confirm how you were able to reproduce the issue or provide guidance on resolving this error? Am I missing any prerequisites or specific configurations required for this module?
also the CKEditor module is installed already
Thank you!
The issue has been fixed, and I have updated the patch in Git (21df20b0) with the border color adjustments for the tiles.
Please review and update the status accordingly.
- ๐ฎ๐ณIndia vinayakmk47
Hi,
Previously, the white tiles were not visible without a border, which made it difficult to distinguish them.
I have reviewed the issue and tested the patch. The proposed fix works as expected. The white color tiles now have a visible border, improving the overall usability and clarity.