From: Andrea Varesio <75442907+andrea-varesio@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:57:10 +0000 (+0000) Subject: Update README.md X-Git-Tag: v4.7~2^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/607477196eb1e0720764f07cdee6befc677e8d7b?hp=d40bf84af1eab34a7cd55ee60995e33c79fa2369 Update README.md Add quotation marks to values of "DisplayBookmarksToolbar" in policies.json --- diff --git a/README.md b/README.md index e71e853..1f4c8ec 100644 --- a/README.md +++ b/README.md @@ -2088,7 +2088,7 @@ Value (string): ``` { "policies": { - "DisplayBookmarksToolbar": always | never | newtab + "DisplayBookmarksToolbar": "always" | "never" | "newtab" } } ```