registration: Add ConfigRegistry to the extension.json schema
Change-Id: I6918215e3b5b2dd4c993d8a8767dc3ce998bd5ed
This commit is contained in:
parent
b5efa72afd
commit
e1425750fa
2 changed files with 5 additions and 0 deletions
|
|
@ -420,6 +420,10 @@
|
|||
"type": "object",
|
||||
"description": "ResourceLoader import paths"
|
||||
},
|
||||
"ConfigRegistry": {
|
||||
"type": "object",
|
||||
"description": "Registry of factory functions to create Config objects"
|
||||
},
|
||||
"namespaces": {
|
||||
"type": "object",
|
||||
"description": "Method to add extra namespaces",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ class ExtensionProcessor implements Processor {
|
|||
'RemoveGroups',
|
||||
'AvailableRights',
|
||||
'ContentHandlers',
|
||||
'ConfigRegistry',
|
||||
'RateLimits',
|
||||
'ParserTestFiles',
|
||||
'RecentChangesFlags',
|
||||
|
|
|
|||
Loading…
Reference in a new issue