From 9cfa20cbd2289d82a5abf05a2e5ea8af5016222c Mon Sep 17 00:00:00 2001 From: Stephen Kraus <8003332+stephenmk@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:04:46 -0600 Subject: Allow `text-shadow` style in dictionary structured content (#527) Co-authored-by: stephenmk --- test/data/dictionaries/valid-dictionary1/term_bank_2.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/data/dictionaries/valid-dictionary1') diff --git a/test/data/dictionaries/valid-dictionary1/term_bank_2.json b/test/data/dictionaries/valid-dictionary1/term_bank_2.json index d46b4c14..30e5418c 100644 --- a/test/data/dictionaries/valid-dictionary1/term_bank_2.json +++ b/test/data/dictionaries/valid-dictionary1/term_bank_2.json @@ -103,6 +103,8 @@ { "tag": "span", "style": { + "color": "#dd2121", + "textShadow": "0.5px 0.5px 1px gray", "textDecorationLine": "underline", "textDecorationStyle": "wavy", "textDecorationColor": "red" -- cgit v1.2.3