diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 11:14:09 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-03-10 11:14:09 +0100 |
| commit | 42a96cbb6e81d509d218a36d4cf78fe68742d11e (patch) | |
| tree | 17ce4628bf5e70fcc328569f2a5fbd22cea2ac54 /custom_page.schema.json | |
| parent | 2d74d8afc321cf84fd5710314bfa6a9ff3c10a32 (diff) | |
refactor(pages): use html instead of json to render custom pages
Diffstat (limited to 'custom_page.schema.json')
| -rw-r--r-- | custom_page.schema.json | 17 |
1 files changed, 1 insertions, 16 deletions
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": [ |
