Spotfire® Cobranding

The defaultPreferences.json template

To define preferences such as a default set of shortcuts for the custom toolbar in Spotfire clients, you use a .json file. By default, the name of the file used for this is defaultPreferences.json. This is an example that you can copy and paste into your own .json preferences file.

Note: The specific toolbar shortcuts in the list below are only included as an example. For the full list of toolbar shortcuts and their names, see the list under Preference descriptions > Application preferences > ToolbarShortcuts in the documentation for Spotfire Administration Manager.
{
  "ToolbarShortcuts": [
    "Spotfire.ResetVisibleFilters",
    "Spotfire.ArrangeVisualizationsEvenly",
    "Spotfire.ScatterPlot3D",
    "Spotfire.VerticalLine",
    "Spotfire.DetailsOnDemandPanel",
    "Spotfire.Save",
    "Spotfire.Table",
    "Spotfire.Find",
    "Spotfire.Collaboration",
    "Spotfire.BookmarkPanel",
    "Spotfire.FilterPanel",
    "Spotfire.VisualizationProperties",
    "Spotfire.VerticalLine"
  ]
}