From 7d6848201ea70bb563739f2f35b47328822ed891 Mon Sep 17 00:00:00 2001 From: Uchechukwu Orji Date: Wed, 17 Dec 2025 15:56:13 +0100 Subject: [PATCH] change about flag type from url to html blob --- offliner-definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/offliner-definition.json b/offliner-definition.json index 0fde4a2..b309225 100644 --- a/offliner-definition.json +++ b/offliner-definition.json @@ -140,7 +140,8 @@ "description": "Custom footer color. Hex/HTML syntax (#DEDEDE). Default to main-logo's primary color solarized (or #95A5A6 if no logo)." }, "about": { - "type": "url", + "type": "blob", + "kind": "html", "required": false, "title": "About page", "description": "Custom about HTML page."