registration: Add ConfigRegistry to the extension.json schema

Change-Id: I6918215e3b5b2dd4c993d8a8767dc3ce998bd5ed
This commit is contained in:
Kunal Mehta 2015-01-10 20:12:01 -08:00 committed by Jforrester
parent b5efa72afd
commit e1425750fa
2 changed files with 5 additions and 0 deletions

View file

@ -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",

View file

@ -23,6 +23,7 @@ class ExtensionProcessor implements Processor {
'RemoveGroups',
'AvailableRights',
'ContentHandlers',
'ConfigRegistry',
'RateLimits',
'ParserTestFiles',
'RecentChangesFlags',