aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas
diff options
context:
space:
mode:
authorStephen Kraus <8003332+stephenmk@users.noreply.github.com>2024-01-15 05:04:46 -0600
committerGitHub <noreply@github.com>2024-01-15 11:04:46 +0000
commit9cfa20cbd2289d82a5abf05a2e5ea8af5016222c (patch)
tree468ff2aa11975d9e34b7231586272500d4fae0ea /ext/data/schemas
parentdcb26a8ef5c62bf6acbf8130895c37f56e8a9d3f (diff)
Allow `text-shadow` style in dictionary structured content (#527)
Co-authored-by: stephenmk <stephenmk@users.noreply.github.com>
Diffstat (limited to 'ext/data/schemas')
-rw-r--r--ext/data/schemas/dictionary-term-bank-v3-schema.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json
index f4b4faa5..8243f2a7 100644
--- a/ext/data/schemas/dictionary-term-bank-v3-schema.json
+++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json
@@ -320,6 +320,9 @@
"enum": ["start", "end", "left", "right", "center", "justify", "justify-all", "match-parent"],
"default": "start"
},
+ "textShadow": {
+ "type": "string"
+ },
"margin": {
"type": "string"
},