From aec19d95d2257f72445746f92759e9b88574a31a Mon Sep 17 00:00:00 2001 From: Uchechukwu Orji Date: Mon, 15 Dec 2025 14:25:24 +0100 Subject: [PATCH] migrate custom_css and favicon flags to blob types --- offliner-definition.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/offliner-definition.json b/offliner-definition.json index c7fed57..89bdd51 100644 --- a/offliner-definition.json +++ b/offliner-definition.json @@ -38,7 +38,8 @@ "maxLength": 80 }, "favicon": { - "type": "url", + "type": "blob", + "kind": "image", "required": false, "title": "Illustration", "description": "URL for Illustration. " @@ -887,7 +888,8 @@ "alias": "long-description" }, "custom_css": { - "type": "url", + "type": "blob", + "kind": "image", "required": false, "title": "Custom CSS", "description": "URL to a CSS file to inject into pages",