mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 07:15:32 +00:00
Merge "Hooks: remove preloadtitle from unsupported list"
This commit is contained in:
commit
02600efe3c
|
@ -14,9 +14,9 @@ class VisualEditorHooks {
|
|||
|
||||
// Known parameters that VE does not handle
|
||||
// TODO: Other params too?
|
||||
// Known-good parameters: edit, veaction, section, oldid, lintid
|
||||
// Known-good parameters: edit, veaction, section, oldid, lintid, preload, preloadparams, editintro
|
||||
// Partially-good: preloadtitle (source-mode only)
|
||||
private static $unsupportedEditParams = [
|
||||
'preloadtitle',
|
||||
'undo',
|
||||
'undoafter',
|
||||
'veswitched'
|
||||
|
|
Loading…
Reference in a new issue