https://bugzilla.wikimedia.org/show_bug.cgi?id=65304
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Roan Kattouw <[email protected]> --- You can try setting $wgVisualEditorSupportedSkins[] = 'nameofyourskin'; in your configuration. If your skin is a derivative of one of the supported skins (vector, apex, monobook, minerva), this should come pretty close to making things work, with only a few CSS issues remaining. You can fix the CSS problems by copying and tweaking ve.init.mw.ViewPageTarget-vector.css and -vector-hd.css (or another one if your skin isn't based on Vector). Right now our skin integration is still a bit sucky. ve.init.mw.ViewPageTarget-shared.css needs to be loaded for all skins but isn't right now; I'll fix that. You also need to add your skin styles into VisualEditor.php itself (search for skinStyles), which is ugly. We'll need to work on improving that. In the meantime, feel free to pop into our IRC channel (#mediawiki-visualeditor on freenode) for interactive help. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
