- Issue created by @guymandude
- 🇺🇸United States guymandude
For anyone else struggling with this.
After trying various potential fixes using the CKEDITOR.config.allowedContent = true; method to no avail (i don't know the correct file to edit), I edited my subtheme info.yml file and added my own custom stylesheet like so:ckeditor_stylesheets:
- css/style.css
- css/custom.cssEdit mode looks like view mode now.
- 🇮🇳India vaibhav_arora
I tried to replicate using the above versions and below I have attached the steps to reproduce:
1. Go to /admin/config/content/formats
2. Edit Full HTML and select the editor as CKEditor.
3. Create a HTML table and add required CSS and click source again and you will see your styling in the body itself.
For reference, I have attached screenshot when applying styles and working fine on my end.