Skip to content

Commit

Permalink
added "additionalProperties": false to CSS overrides schema
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Aug 13, 2019
1 parent c6170ac commit f3d0abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apputils-extension/schema/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"definitions": {
"themeOverrides": {
"type": "object",
"additionalProperties": false,
"properties": {
"code-font-size": { "type": "string" },
"content-font-size1": { "type": "string" },
Expand Down

0 comments on commit f3d0abb

Please sign in to comment.