]> git.p6c8.net - policy-templates.git/commitdiff
Add example for string preference name
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 1 Jul 2020 20:32:43 +0000 (15:32 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 1 Jul 2020 20:32:43 +0000 (15:32 -0500)
README.md

index f14e0ae6738a884304e4a632c5a7338b2ab879e3..18531c2432230f1a549624416e044e47432465e2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3704,10 +3704,16 @@ Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_v
 OMA-URI: (periods are replaced by underscores)
 ```
 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
 ```
 Value (string):
 ```
 <enabled/> or <disabled/>
+
+<enabled/>
+<enabled/>
+<data id="Preferences_String" value="string_value"/>
+
 ```
 #### macOS
 ```

patrick-canterino.de