From adc17f4221a0e48da4450695c655632d37eee2a8 Mon Sep 17 00:00:00 2001 From: Stephen Kraus <8003332+stephenmk@users.noreply.github.com> Date: Tue, 26 Dec 2023 23:54:41 -0600 Subject: Add support for more HTML attributes and style declarations in structured content (#450) * Add support for more HTMl attributes and style declarations * Update test term to use new `margin` property * Allow string values for 'padding' and 'margin' properties * Remove newly added default 'unset' values from term bank schema --------- Co-authored-by: stephenmk --- test/data/json.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/data/json.json') diff --git a/test/data/json.json b/test/data/json.json index 1f856033..abe2e339 100644 --- a/test/data/json.json +++ b/test/data/json.json @@ -165,6 +165,12 @@ "type": "TermV3Array", "schema": "ext/data/schemas/dictionary-term-bank-v3-schema.json" }, + { + "path": "test/data/dictionaries/valid-dictionary1/term_bank_2.json", + "typeFile": "types/ext/dictionary-data.d.ts", + "type": "TermV3Array", + "schema": "ext/data/schemas/dictionary-term-bank-v3-schema.json" + }, { "path": "test/data/dictionaries/valid-dictionary1/term_meta_bank_1.json", "typeFile": "types/ext/dictionary-data.d.ts", -- cgit v1.2.3