From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 18 Jan 2023 13:59:10 +0000 (-0500) Subject: Merge pull request #990 from andrea-varesio/patch-1 X-Git-Tag: v4.7~2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/5d10e6c59ba9e37a1b0779343555f1ff60b958ed?hp=d40bf84af1eab34a7cd55ee60995e33c79fa2369 Merge pull request #990 from andrea-varesio/patch-1 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" } } ```