mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 09:55:33 +10:00
improve plugin tests and config
This commit is contained in:
20
archivebox/plugins/htmltotext/config.json
Normal file
20
archivebox/plugins/htmltotext/config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"HTMLTOTEXT_ENABLED": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"x-aliases": ["SAVE_HTMLTOTEXT", "USE_HTMLTOTEXT"],
|
||||
"description": "Enable HTML to text conversion"
|
||||
},
|
||||
"HTMLTOTEXT_TIMEOUT": {
|
||||
"type": "integer",
|
||||
"default": 30,
|
||||
"minimum": 5,
|
||||
"x-fallback": "TIMEOUT",
|
||||
"description": "Timeout for HTML to text conversion in seconds"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user