Merge pull request #529 from openzim/blob-types

migrate custom_css and favicon flags to blob types
This commit is contained in:
benoit74 2025-12-16 17:32:44 +01:00 committed by GitHub
commit 5bb068ffea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",