Okay, this is the first time creating a custom configuration profile so I want to be sure this is correct.
I am trying to push a setting to disable the preview column in columns view. Here is what I have for a plist to upload.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>StandardViewOptions</key>
<dict>
<key>ColumnViewOptions</key>
<dict>
<key>ColumnShowIcons</key>
<false/>
</dict>
</dict>
</dict>
</plist>
Can anyone confirm or deny if this is correct? I only want to push out the "ColumnShowIcons" key.
Thanks,
Josh