From 7d37539938ba965edc953da0bc2cb6acc739ff2e Mon Sep 17 00:00:00 2001 From: Uchechukwu Orji Date: Mon, 15 Dec 2025 13:25:10 +0100 Subject: [PATCH] change logo_format type from string to image blob --- offliner-definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/offliner-definition.json b/offliner-definition.json index 68f072f..beef36a 100644 --- a/offliner-definition.json +++ b/offliner-definition.json @@ -59,7 +59,8 @@ "maxLength": 4000 }, "logo_format": { - "type": "string", + "type": "blob", + "kind": "image", "required": false, "title": "ZIM illustration", "description": "URL to a custom ZIM logo in PNG, JPG, or SVG format. You can use placeholders, see https://github.com/openzim/devdocs/blob/main/README.md."