diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-08-31 21:08:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 21:08:30 -0400 |
commit | 02194fcb9f5dfd61482b6d3814e395a1225c8a9b (patch) | |
tree | cf9db705bdae5517d9a62141a0b0a0f5494178bf /test/data/dictionaries | |
parent | ce1a862df41691da1ee0c0d86b2fdb16472f316b (diff) |
Add support for structured content margins (#1920)
Diffstat (limited to 'test/data/dictionaries')
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/term_bank_1.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/data/dictionaries/valid-dictionary1/term_bank_1.json b/test/data/dictionaries/valid-dictionary1/term_bank_1.json index 8f2a4c42..58136d79 100644 --- a/test/data/dictionaries/valid-dictionary1/term_bank_1.json +++ b/test/data/dictionaries/valid-dictionary1/term_bank_1.json @@ -148,6 +148,22 @@ ]} ]} ]} + ]}, + {"type": "structured-content", "content": [ + "margin", + { + "tag": "div", + "style": { + "marginTop": 1, + "marginLeft": 1, + "marginRight": 1, + "marginBottom": 1 + }, + "content": [ + "inner" + ] + }, + "margin" ]} ], 100, "P E1" |