mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 16:26:39 +00:00
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:
parent
c3ad02ea39
commit
5233d0781f
|
@ -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 ),
|
||||
|
||||
|
|
Loading…
Reference in a new issue