From 721f16d875f93be8624c7367ec5533e369d6bd17 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 3 Oct 2022 20:07:28 +0200 Subject: [PATCH] Updated schema --- docs/schema/plugins/privacy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",