aboutsummaryrefslogtreecommitdiff
path: root/config.schema.json
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-10 10:56:47 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-10 10:56:47 +0100
commit2d74d8afc321cf84fd5710314bfa6a9ff3c10a32 (patch)
treeca366fc817e80a96526932131de3bc810d287cc3 /config.schema.json
parentf98647cabbd3af21acbb801fcbd65548690bd4c7 (diff)
refactor(pages): use html instead of json to render legal
Diffstat (limited to 'config.schema.json')
-rw-r--r--config.schema.json23
1 files changed, 2 insertions, 21 deletions
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",