Files
ArchiveBox/archivebox/plugins/parse_html_urls/config.json
2025-12-29 00:45:23 -08:00

14 lines
313 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"PARSE_HTML_URLS_ENABLED": {
"type": "boolean",
"default": true,
"x-aliases": ["USE_PARSE_HTML_URLS"],
"description": "Enable HTML URL parsing"
}
}
}