Posted on 08-14-2024 09:09 AM
Can anyone help with JSON script line to change the name of Managebookmarks? "ManagedBookmarks": { "type": "array", "title": "Bookmarks",
Solved! Go to Solution.
Posted on 08-14-2024 03:16 PM
Not sure what you mean. Maybe like this?
{
"title": "Google Chrome (com.google.Chrome)",
"description": "Google Chrome Managed Settings",
"properties": {
"ManagedBookmarks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the bookmark."
},
"url": {
"type": "string",
"description": "URL for the bookmark."
}
}
},
"title": "Managed Bookmarks",
"description": "Configures a list of managed bookmarks.",
"links": [{
"rel": "More information",
"href": "https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks"
}],
"property_order": 925
}
}
}
Posted on 08-15-2024 10:21 AM
<dict>
<key>toplevel_name</key>
<string>Change to whatever</string>
</dict>
Posted on 08-14-2024 03:16 PM
Not sure what you mean. Maybe like this?
{
"title": "Google Chrome (com.google.Chrome)",
"description": "Google Chrome Managed Settings",
"properties": {
"ManagedBookmarks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the bookmark."
},
"url": {
"type": "string",
"description": "URL for the bookmark."
}
}
},
"title": "Managed Bookmarks",
"description": "Configures a list of managed bookmarks.",
"links": [{
"rel": "More information",
"href": "https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks"
}],
"property_order": 925
}
}
}
Posted on 08-15-2024 04:02 AM
If you are unsure about xml, I suggest using something like iMazing Profile Editor to make your configuration profile then just upload it to Jamf.
Posted on 08-15-2024 09:00 AM
Thanks guys, but I mean to rename the folder of Managed Bookmarks, does anyone have a script for this renaming convention?
Posted on 08-15-2024 10:21 AM
<dict>
<key>toplevel_name</key>
<string>Change to whatever</string>
</dict>
Posted on 09-17-2024 02:39 AM
Thank you for help @FinnishViking @YanW all solutions worked