IT/Software/Mediawiki/Extensions/Visual Editor

From msgwiki
< IT‎ | Software‎ | Mediawiki‎ | Extensions
Revision as of 13:49, 4 February 2020 by Nathan (talk | contribs)
Jump to navigation Jump to search

About

Installation

  • You can download the tarball here.
  • Add the following to your LocalSettings.php to enable.
wfLoadExtension( 'VisualEditor' );
  • Add the following line to allow everyone to use the visual editor.
$wgDefaultUserOptions['visualeditor-enable'] = 1;

test line