registration: Support $wgMediaHandlers in ExtensionProcessor
Bug: T97908 Change-Id: I3bea9273f956d93aebc5176b83d375c574715382
This commit is contained in:
parent
01799a7cb3
commit
e5aca92ebc
2 changed files with 5 additions and 0 deletions
|
|
@ -542,6 +542,10 @@
|
|||
"type": "object",
|
||||
"description": "Flags (letter symbols) shown on RecentChanges pages"
|
||||
},
|
||||
"MediaHandlers": {
|
||||
"type": "object",
|
||||
"description": "Plugins for media file type handling. Each entry in the array maps a MIME type to a PHP class name."
|
||||
},
|
||||
"ExtensionFunctions": {
|
||||
"type": [
|
||||
"array",
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ class ExtensionProcessor implements Processor {
|
|||
'RateLimits',
|
||||
'ParserTestFiles',
|
||||
'RecentChangesFlags',
|
||||
'MediaHandlers',
|
||||
'ExtensionFunctions',
|
||||
'ExtensionEntryPointListFiles',
|
||||
'SpecialPages',
|
||||
|
|
|
|||
Loading…
Reference in a new issue