Skip to content

Commit

Permalink
Fix: Disable CodeEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt authored Sep 27, 2023
1 parent 885b378 commit 9eb80b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/LocalSettings.d/CodeEditingExtension.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
wfLoadExtension( 'JsonConfig' );
wfLoadExtension( 'CodeEditor' );
//wfLoadExtension( 'CodeEditor' ); requires wiki editor that is not yet availible.
$wgDefaultUserOptions['usebetatoolbar'] = 1; // user option provided by WikiEditor extension
wfLoadExtension( 'CodeMirror' );
// Enables use of CodeMirror by default but still allow users to disable it
Expand Down

0 comments on commit 9eb80b1

Please sign in to comment.