Add "ValidSkinNames" to extension.schema.json and ExtensionProcessor

skin.json goes through the same exact code as extension.json does, and needs
to be able to add skins.

Change-Id: Idd0acaf6735b4c308d3ab584c49da4e97448347f
This commit is contained in:
Kunal Mehta 2015-03-04 12:34:35 -08:00
parent 631186747a
commit ade66c04e9
2 changed files with 4 additions and 0 deletions

View file

@ -611,6 +611,9 @@
"APIListModules": {
"type": "object"
},
"ValidSkinNames": {
"type": "object"
},
"callback": {
"type": [
"array",

View file

@ -44,6 +44,7 @@ class ExtensionProcessor implements Processor {
'APIMetaModules',
'APIPropModules',
'APIListModules',
'ValidSkinNames',
);
/**