From 808ddef82a8eabc77ba20a0da89a392926550e76 Mon Sep 17 00:00:00 2001 From: Matttttt <18152455+martholomew@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:38:04 +0000 Subject: Added Details and Summary tags to Structured Content (#842) * add details and summary tags * fixed css test --------- Co-authored-by: martholomew --- ext/data/schemas/dictionary-term-bank-v3-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/data') diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json index 40a326f6..47305177 100644 --- a/ext/data/schemas/dictionary-term-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json @@ -104,7 +104,7 @@ "properties": { "tag": { "type": "string", - "enum": ["span", "div", "ol", "ul", "li"] + "enum": ["span", "div", "ol", "ul", "li", "details", "summary"] }, "content": { "$ref": "#/definitions/structuredContent" -- cgit v1.2.3