Skip to content

Commit 904f7af

Browse files
authored
Update config_schema.json
1 parent 3b59d21 commit 904f7af

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

assets/config_schema.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,32 @@
380380
}
381381
]
382382
}
383+
},
384+
"fileType": {
385+
"type": "object",
386+
"properties": {
387+
"style": {
388+
"type": "string"
389+
},
390+
"script": {
391+
"type": "string"
392+
},
393+
"templ": {
394+
"type": "string"
395+
},
396+
"config": {
397+
"type": "string"
398+
},
399+
"xs": {
400+
"type": "string"
401+
}
402+
},
403+
"required": ["style", "script", "templ", "config"],
404+
"additionalProperties": false
383405
}
384406
},
385-
"additionalProperties": false
407+
"required": ["enable"],
408+
"additionalProperties": true
386409
},
387410
"output": {
388411
"type": "object",

0 commit comments

Comments
 (0)