]> git.p6c8.net - policy-templates.git/commitdiff
Update README.md
authorAndrea Varesio <75442907+andrea-varesio@users.noreply.github.com>
Wed, 18 Jan 2023 09:57:10 +0000 (09:57 +0000)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 09:57:10 +0000 (09:57 +0000)
Add quotation marks to values of "DisplayBookmarksToolbar" in policies.json

README.md

index e71e8531bd67b4da6febed0d2df986c3e90b4608..1f4c8ec6589fa49b735261791ad171dfc327cabf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2088,7 +2088,7 @@ Value (string):
 ```
 {
   "policies": {
-    "DisplayBookmarksToolbar": always | never | newtab
+    "DisplayBookmarksToolbar": "always" | "never" | "newtab"
   }
 }
 ```

patrick-canterino.de