mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 16:26:39 +00:00
Revert "Make the toolbar and dialogs enabled by default."
This has unexpected side effects
This reverts commit 5233d0781f
.
Bug: 65331
Change-Id: Ic90475c95b402b3998ba328ea0b51e4cf87c89d5
This commit is contained in:
parent
7d3956a734
commit
632509d278
|
@ -20,9 +20,9 @@ $wgWikiEditorFeatures = array(
|
||||||
|
|
||||||
/* Textarea / i-frame compatible (OK to deploy) */
|
/* Textarea / i-frame compatible (OK to deploy) */
|
||||||
|
|
||||||
'toolbar' => array( 'global' => true, 'user' => true ),
|
'toolbar' => array( 'global' => false, 'user' => true ),
|
||||||
// Provides interactive tools
|
// Provides interactive tools
|
||||||
'dialogs' => array( 'global' => true, 'user' => true ),
|
'dialogs' => array( 'global' => false, 'user' => true ),
|
||||||
// Hide signature button from main namespace
|
// Hide signature button from main namespace
|
||||||
'hidesig' => array( 'global' => true, 'user' => false ),
|
'hidesig' => array( 'global' => true, 'user' => false ),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue