mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-25 00:37:23 +00:00
Merge "Renaming the "Beta" label to "Editor""
This commit is contained in:
commit
160d26f1a6
|
@ -12,7 +12,7 @@ class WikiEditorHooks {
|
||||||
|
|
||||||
protected static $features = array(
|
protected static $features = array(
|
||||||
|
|
||||||
/* Beta Features */
|
/* Toolbar Features */
|
||||||
|
|
||||||
'toolbar' => array(
|
'toolbar' => array(
|
||||||
'preferences' => array(
|
'preferences' => array(
|
||||||
|
@ -20,7 +20,7 @@ class WikiEditorHooks {
|
||||||
'usebetatoolbar' => array(
|
'usebetatoolbar' => array(
|
||||||
'type' => 'toggle',
|
'type' => 'toggle',
|
||||||
'label-message' => 'wikieditor-toolbar-preference',
|
'label-message' => 'wikieditor-toolbar-preference',
|
||||||
'section' => 'editing/beta',
|
'section' => 'editing/editor',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'requirements' => array(
|
'requirements' => array(
|
||||||
|
@ -36,7 +36,7 @@ class WikiEditorHooks {
|
||||||
'usebetatoolbar-cgd' => array(
|
'usebetatoolbar-cgd' => array(
|
||||||
'type' => 'toggle',
|
'type' => 'toggle',
|
||||||
'label-message' => 'wikieditor-toolbar-dialogs-preference',
|
'label-message' => 'wikieditor-toolbar-dialogs-preference',
|
||||||
'section' => 'editing/beta',
|
'section' => 'editing/editor',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'requirements' => array(
|
'requirements' => array(
|
||||||
|
@ -52,7 +52,7 @@ class WikiEditorHooks {
|
||||||
'wikieditor-toolbar-hidesig' => array(
|
'wikieditor-toolbar-hidesig' => array(
|
||||||
'type' => 'toggle',
|
'type' => 'toggle',
|
||||||
'label-message' => 'wikieditor-toolbar-hidesig',
|
'label-message' => 'wikieditor-toolbar-hidesig',
|
||||||
'section' => 'editing/beta',
|
'section' => 'editing/editor',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'requirements' => array(
|
'requirements' => array(
|
||||||
|
|
Loading…
Reference in a new issue