diff --git a/docs/schema/plugins/privacy.json b/docs/schema/plugins/privacy.json index 5ee1675e1..f44b7ed7b 100644 --- a/docs/schema/plugins/privacy.json +++ b/docs/schema/plugins/privacy.json @@ -21,6 +21,16 @@ "type": "boolean", "default": true }, + "cache": { + "title": "Enable caching of downloads", + "type": "boolean", + "default": true + }, + "cache_dir": { + "title": "Cache directory", + "type": "string", + "default": ".cache/plugin/privacy" + }, "externals": { "title": "External assets", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.externals",