Skip to content

Commit

Permalink
Remove newly added default 'unset' values from term bank schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmk committed Dec 26, 2023
1 parent 361f1c4 commit aedc14e
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions ext/data/schemas/dictionary-term-bank-v3-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,10 @@
"default": "medium"
},
"color": {
"type": "string",
"default": "unset"
"type": "string"
},
"backgroundColor": {
"type": "string",
"default": "unset"
"type": "string"
},
"textDecorationLine": {
"oneOf": [
Expand All @@ -298,24 +296,19 @@
"default": "solid"
},
"textDecorationColor": {
"type": "string",
"default": "unset"
"type": "string"
},
"borderColor": {
"type": "string",
"default": "unset"
"type": "string"
},
"borderStyle": {
"type": "string",
"default": "unset"
"type": "string"
},
"borderRadius": {
"type": "string",
"default": "unset"
"type": "string"
},
"borderWidth": {
"type": "string",
"default": "unset"
"type": "string"
},
"verticalAlign": {
"type": "string",
Expand All @@ -328,8 +321,7 @@
"default": "start"
},
"margin": {
"type": "string",
"default": "unset"
"type": "string"
},
"marginTop": {
"type": ["number", "string"],
Expand All @@ -348,8 +340,7 @@
"default": 0
},
"padding": {
"type": "string",
"default": "unset"
"type": "string"
},
"paddingTop": {
"type": "string"
Expand Down

0 comments on commit aedc14e

Please sign in to comment.