Patch attached under original issue: https://www.drupal.org/project/ckeditor5_font/issues/3368736#comment-158... 🐛 Error after update to Drupal 10.1.0 Active
After the update to drupal core 10.3.6 ckeditor5_font module stopped working. I couldn't open colorPallete anymore in CKEditor.
I was getting console error: CKEditorError: Cannot read properties of undefined (reading 'colorPaletteIcon')
I noticed that font.js file was changed or compiled wrong so I recreated a patch that includes #19 and also fix for colorPallete.
What I had to change is: update icon:i.icons.colorPaletteIcon to icon:e.icons.colorPaletteIcon
Attaching new patch for latest version.
@SpaceGoat1701
This issue comes from the Hubspot forms module. I've created a patch below.
https://www.drupal.org/project/hubspot_forms/issues/3419435 🐛 AssertionError: "Hubspot" must be defined in MODULE_NAME.field_type_categories.yml Active
Attaching a patch to fix this issue.
mkrizaj → created an issue.
I am having the same issue. I've added multiple redirect URL's to the app auth, but nothing works.
By default high_contrast.css is saved to public://high_contrast/ which is cleared on "drush cr".
In the patch below I've changed the default folder for CSS to high_contrast folder and it seems to be working fine now.
#6 works like a charm. Thanks, @anairamzap.