]> git.openstreetmap.org Git - chef.git/blob - cookbooks/wiki/templates/default/mw-ext-Scribunto.inc.php.erb
Install the CodeEditor extension and configure Sribunto to use it
[chef.git] / cookbooks / wiki / templates / default / mw-ext-Scribunto.inc.php.erb
1 <?php
2 # DO NOT EDIT - This file is being maintained by Chef
3
4 wfLoadExtension('Scribunto');
5
6 // Enable syntax highlighting
7 $wgScribuntoUseGeSHi = true;
8
9 // Use code editor
10 $wgScribuntoUseCodeEditor = true;