]> git.p6c8.net - policy-templates.git/commitdiff
Initial checkin of ManagedBookmarks
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Thu, 22 Oct 2020 17:21:13 +0000 (12:21 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Thu, 22 Oct 2020 17:21:13 +0000 (12:21 -0500)
windows/en-US/firefox.adml
windows/firefox.admx

index 759d576adbe35e9816f890717044c61ddfb80231..7476b39e452b15d61aeeafec6d96e96310f6ea4c 100644 (file)
@@ -815,6 +815,12 @@ For detailed information on creating the policy, see https://github.com/mozilla/
 If this policy is disabled or not configured, preferences are not modified.
 
 For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.</string>
+      <string id="ManagedBookmarks">Managed Bookmarks</string>
+      <string id="ManagedBookmarks_Explain">If this policy is enabled, you can use JSON to configure managed bookmarks.
+
+If this policy is disabled or not configured, managed bookmarks are not added.
+
+For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#managedbookmarks.</string>
       <string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
 
 For a description of the preference, see:
index db6648bc50744c68e782c47ca043fb0faf8a59a4..fe8588e8f5e9855b1741f7056e793667a8237ce0 100644 (file)
         <multiText id="JSON" valueName="Preferences"  maxLength="2048"/>
       </elements>
     </policy>
+    <policy name="ManagedBookmarks" class="Both" displayName="$(string.ManagedBookmarks)"  key="Software\Policies\Mozilla\Firefox" explainText="$(string.ManagedBookmarks_Explain)"  presentation="$(presentation.JSON)">">
+      <parentCategory ref="firefox"/>
+      <supportedOn ref="SUPPORTED_FF83"/>
+      <elements>
+        <multiText id="JSON" valueName="ManagedBookmarks"  maxLength="2048"/>
+      </elements>
+    </policy>
   </policies>
 </policyDefinitions>

patrick-canterino.de