mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-06 19:06:08 +10:00
wip
This commit is contained in:
21
archivebox/plugins/dom/config.json
Normal file
21
archivebox/plugins/dom/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required_plugins": ["chrome"],
|
||||
"properties": {
|
||||
"DOM_ENABLED": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"x-aliases": ["SAVE_DOM", "USE_DOM"],
|
||||
"description": "Enable DOM capture"
|
||||
},
|
||||
"DOM_TIMEOUT": {
|
||||
"type": "integer",
|
||||
"default": 60,
|
||||
"minimum": 5,
|
||||
"x-fallback": "TIMEOUT",
|
||||
"description": "Timeout for DOM capture in seconds"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user