diff options
author | Stephen Kraus <8003332+stephenmk@users.noreply.github.com> | 2023-12-26 23:54:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 05:54:41 +0000 |
commit | adc17f4221a0e48da4450695c655632d37eee2a8 (patch) | |
tree | d8d56dc1dfae39e6d7ba47c872fabb7110375263 /test/data/json.json | |
parent | 8e95d99e6a1891eaf9331f6384fa3b1a1065b871 (diff) |
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 <stephenmk@users.noreply.github.com>
Diffstat (limited to 'test/data/json.json')
-rw-r--r-- | test/data/json.json | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -166,6 +166,12 @@ "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", "type": "TermMetaArray", |