mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
migrate custom_css and favicon flags to blob types
This commit is contained in:
parent
277473884e
commit
aec19d95d2
1 changed files with 4 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue