Hide interface settings

Hide interface settings to prevent users from changing them from the default values.

About this task

Interface settings are shown in the Settings dialog unless you explicitly hide them. If you hide every setting in a particular panel in the Settings dialog box, then the panel is also hidden.

Procedure

  1. In Guidewire Studio, navigate to configuration > webresources, and then open the file Client_Properties.json.
  2. Locate the structure named pref_panel_hidden_preferences.
  3. Within this structure, place a line in the following format:
    "property": true,
    property
    The property name for the interface setting to hide.
    If the setting is set to false, or if the setting does not appear in this structure, then it is shown.
    Note: Make sure to include a comma at the end of each line except for the last line in the structure.
    The following is an example of hiding several settings:
    "pref_panel_hidden_preferences": {
      "disableBrowserAutocomplete": true,
      "default0Placeholder": true,
      "showDrawFlash": true
    },

What to do next

See also