X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/7faa210d9e48498c016af5d9c7ad43e2ed174494..eb6717f267b37cbfcf40c4568776af129cb3f175:/README.md
diff --git a/README.md b/README.md
index 4367e95..0e1cfb0 100644
--- a/README.md
+++ b/README.md
@@ -3062,7 +3062,7 @@ OMA-URI:
Value (string):
```
-
PictureInPicture
- |
+
+ Enabled
+ |
+ Locked
+ |
+
```
#### policies.json
```
{
"policies": {
- "PictureInPicture": true | false
+ "PictureInPicture": {
+ "Enabled": true | false,
+ "Locked": true, false
+ }
}
}
```