mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
VE BetaFeatures: Use unsupportedList
Bug: T254646 Depends-On: Ifc265ba90e290eabe74bd0ff84717010a003949f Change-Id: I46a988b9cba66fd8a861be411cc29f72ccc25be0
This commit is contained in:
parent
9c8195f823
commit
41a5393965
|
@ -835,7 +835,7 @@ class VisualEditorHooks {
|
|||
'discussion-message' => 'visualeditor-preference-core-discussion-link',
|
||||
'requirements' => [
|
||||
'javascript' => true,
|
||||
'blacklist' => $veConfig->get( 'VisualEditorBrowserUnsupportedList' ),
|
||||
'unsupportedList' => $veConfig->get( 'VisualEditorBrowserUnsupportedList' ),
|
||||
]
|
||||
];
|
||||
|
||||
|
@ -856,7 +856,7 @@ class VisualEditorHooks {
|
|||
'discussion-message' => 'visualeditor-preference-newwikitexteditor-discussion-link',
|
||||
'requirements' => [
|
||||
'javascript' => true,
|
||||
'blacklist' => $veConfig->get( 'VisualEditorBrowserUnsupportedList' ),
|
||||
'unsupportedList' => $veConfig->get( 'VisualEditorBrowserUnsupportedList' ),
|
||||
]
|
||||
];
|
||||
}
|
||||
|
@ -878,7 +878,7 @@ class VisualEditorHooks {
|
|||
'discussion-message' => 'visualeditor-preference-visualdiffpage-discussion-link',
|
||||
'requirements' => [
|
||||
'javascript' => true,
|
||||
'blacklist' => $veConfig->get( 'VisualEditorBrowserUnsupportedList' ),
|
||||
'unsupportedList' => $veConfig->get( 'VisualEditorBrowserUnsupportedList' ),
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue