From 42a96cbb6e81d509d218a36d4cf78fe68742d11e Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 10 Mar 2025 11:14:09 +0100 Subject: refactor(pages): use html instead of json to render custom pages --- custom_page.schema.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'custom_page.schema.json') diff --git a/custom_page.schema.json b/custom_page.schema.json index c7a1907..adb7fce 100644 --- a/custom_page.schema.json +++ b/custom_page.schema.json @@ -88,22 +88,7 @@ ] }, "content": { - "type": "array", - "items": { - "type": "object", - "properties": { - "type": { - "type": "string" - }, - "content": { - "type": "string" - } - }, - "required": [ - "type", - "content" - ] - } + "type": "string" } }, "required": [ -- cgit v1.2.3