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:
parent
631186747a
commit
ade66c04e9
2 changed files with 4 additions and 0 deletions
|
|
@ -611,6 +611,9 @@
|
|||
"APIListModules": {
|
||||
"type": "object"
|
||||
},
|
||||
"ValidSkinNames": {
|
||||
"type": "object"
|
||||
},
|
||||
"callback": {
|
||||
"type": [
|
||||
"array",
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ class ExtensionProcessor implements Processor {
|
|||
'APIMetaModules',
|
||||
'APIPropModules',
|
||||
'APIListModules',
|
||||
'ValidSkinNames',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue