Make the toolbar and dialogs enabled by default.

I think that after 3 years we can assume that people who install
WikiEditor, want at least the toolbar and the dialogs enabled by
default on Wikipedia.

Bug: 34410
Change-Id: Ia13e6879c8633fc916ee9fb8e2495f89c2098fdb
This commit is contained in:
Derk-Jan Hartman 2014-05-10 09:49:03 +02:00
parent c3ad02ea39
commit 5233d0781f

View file

@ -20,9 +20,9 @@ $wgWikiEditorFeatures = array(
/* Textarea / i-frame compatible (OK to deploy) */
'toolbar' => array( 'global' => false, 'user' => true ),
'toolbar' => array( 'global' => true, 'user' => true ),
// Provides interactive tools
'dialogs' => array( 'global' => false, 'user' => true ),
'dialogs' => array( 'global' => true, 'user' => true ),
// Hide signature button from main namespace
'hidesig' => array( 'global' => true, 'user' => false ),