IT/Software/Mediawiki/Extensions/Visual Editor

From msgwiki
< IT‎ | Software‎ | Mediawiki‎ | Extensions
Revision as of 13:46, 4 February 2020 by Nathan (talk | contribs) (Created page with "== About == * The Visual editor is the editor you see when you click edit on a msgwiki page. * https://www.mediawiki.org/wiki/Extension:VisualEditor == Installation == * Yo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.

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;