Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 336 Bytes

File metadata and controls

14 lines (10 loc) · 336 Bytes

VisualEditorPlus

Installation

Execute

composer require hallowelt/visualeditorplus dev-REL1_35

within MediaWiki root or add hallowelt/visualeditorplus to the composer.json file of your project

Activation

Add

wfLoadExtension( 'VisualEditorPlus' );

to your LocalSettings.php or the appropriate settings.d/ file.