From a1689fb9d01d42624845f2425f1df4e14ce0ac13 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 16 Apr 2025 15:13:52 -0400 Subject: [PATCH] [mv3] Fix JSON, add description --- platform/mv3/extension/managed_storage.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/mv3/extension/managed_storage.json b/platform/mv3/extension/managed_storage.json index 5cf817aeb..a5ffd877e 100644 --- a/platform/mv3/extension/managed_storage.json +++ b/platform/mv3/extension/managed_storage.json @@ -4,7 +4,8 @@ "properties": { "defaultFiltering": { "title": "The default filtering mode", - "type": "string", + "description": "Can be one of \"none\", \"basic\", \"optimal\", \"complete\".", + "type": "string" }, "noFiltering": { "title": "List of domains for which no filtering should occur",