enable WikiEditor and CodeEditor for source editing
This commit is contained in:
parent
ec397feed6
commit
026b2947d4
@ -241,3 +241,6 @@ $wgVirtualRestConfig['modules']['parsoid'] = array(
|
|||||||
'domain' => getenv('GCL_PARSOID_DOMAIN') ?: 'glitchcity',
|
'domain' => getenv('GCL_PARSOID_DOMAIN') ?: 'glitchcity',
|
||||||
//'prefix' => getenv('GCL_PARSOID_PREFIX') ?: 'glitchcity'
|
//'prefix' => getenv('GCL_PARSOID_PREFIX') ?: 'glitchcity'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
wfLoadExtension("WikiEditor");
|
||||||
|
wfLoadExtension("CodeEditor");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user