- Issue created by @trafo
- π¨π¦Canada lindsay.wils
Thanks for posting this, I have just applied the patch and it seems to solve the issue. Both the base and sub theme's ckeditor stylesheets are now being loaded
When using different theme for domain, CKEditor 5 stylesheets are not loaded (ckeditor5-stylesheets
from theme info.yml file). This is due to logic in ckeditor5 module that takes default system theme, since it's not aware of active domain theme.
Alter CKEditor 5 library info in hook function where active domain theme is used.
Needs review
2.0
Code
Thanks for posting this, I have just applied the patch and it seems to solve the issue. Both the base and sub theme's ckeditor stylesheets are now being loaded