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:
Derk-Jan Hartman 2014-05-15 11:59:55 +02:00
parent 7d3956a734
commit 632509d278

View file

@ -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 ),