Closed innosflew closed 6 years ago
Do you have visual editor enabled for pivot skin. Check settings of visual editor as you must specify the skins which can use it.
Where can I do that? I went to the page of the VisualEditor extension on mediawiki.org but I didn't find any section talking about how can I enable it for specific skins. The only part which talks about skins there is the Skin compatibility section, but that only says "it should be compatible with any skin that uses the required HTML structure".
Oh never mind. I found a sub page briefly mentioning $wgVisualEditorSupportedSkins
. I added this to my LocalSettings.php
and now it works:
$wgVisualEditorSupportedSkins = array(
'vector',
'pivot'
);
Closing and marking solved
Setup
Issue
The button for the visual editor doesn't seem to show up when I click on the Actions tab. I only see the source editor. Is this a bug or is visual editor not supported yet?