Opened 9 years ago
Last modified 9 years ago
#13549 confirmed New Feature
Enable skins to be not be loaded by CKEditor
Reported by: | Scott Messinger | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Hi!
I'm integrating CKEditor into my site and we already have a build pipeline where our assets (CSS, image, JS, etc) are all fingerprinted for caching. I've add the CKEditor css and images to that build step and, as such, I don't need or want CKEditor to make a request for the CSS and icons.
From what I can tell, there's no way to disable the loading of a skin. Is this possible?
Scott
Sounds like an interesting feature. Skin of course has to be defined but its loading could be made on demand.
This is something we will have a look at but currently there is no way to stop skin from loading (I mean stopping it with some configuration option).