registration: Allow setting $wgFeedClasses in extension.json
Bug: T122770 Change-Id: I5362ec4c6ea01f4d49d576d5767e9cce4f421046
This commit is contained in:
parent
b382fb4c38
commit
476f55fe0a
2 changed files with 5 additions and 0 deletions
|
|
@ -693,6 +693,10 @@
|
||||||
"ValidSkinNames": {
|
"ValidSkinNames": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"FeedClasses": {
|
||||||
|
"type": "object",
|
||||||
|
"description": "Available feeds objects"
|
||||||
|
},
|
||||||
"SkinOOUIThemes": {
|
"SkinOOUIThemes": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ class ExtensionProcessor implements Processor {
|
||||||
'APIPropModules',
|
'APIPropModules',
|
||||||
'APIListModules',
|
'APIListModules',
|
||||||
'ValidSkinNames',
|
'ValidSkinNames',
|
||||||
|
'FeedClasses',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue