Greets
I'm using the dev-build of PW for one of my sites (obviously will upgrade to 2.5 when released).
I'm not a huge fan of the default CKEditor skin, and would like to use the office2013 theme instead.
How would I go about doing that?
Update
I have tried adding a skins directory in site/modules/InputfieldCKEditor and loading the skin via config.js, but it looks for the skin in the wire/modules/Inputfield/InputfieldCKEditor/ckeditor-4.4.3/skins directory... Any way to change that?
Update (again)
This works, but isn't so elegant:
../../../../../../../site/modules/InputfieldCKEditor/skins/office2013
Surely one could make it so that it looks in both the `wire` and `site` directories for skins?