From 2d74d8afc321cf84fd5710314bfa6a9ff3c10a32 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 10 Mar 2025 10:56:47 +0100 Subject: refactor(pages): use html instead of json to render legal --- config.schema.json | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'config.schema.json') diff --git a/config.schema.json b/config.schema.json index 9b325c3..2e8a7c1 100644 --- a/config.schema.json +++ b/config.schema.json @@ -92,27 +92,8 @@ "type": "string" }, "legal": { - "type": "object", - "properties": { - "font_source": { - "type": "string" - }, - "images_source": { - "type": "array", - "items": { - "type": "string" - } - }, - "legal_information_link": { - "type": "string" - } - }, - "additionalProperties": false, - "required": [ - "legal_information_link", - "images_source", - "font_source" - ] + "type": "string", + "additionalProperties": false }, "links": { "type": "array", -- cgit v1.2.3