Hide interface settings
Hide interface settings to prevent users from changing them from the default values.
About this task
Procedure
- In Guidewire Studio, navigate to , and then open the file Client_Properties.json.
-
Locate the structure named
pref_panel_hidden_preferences. -
Within this structure, place a line in the following format:
"property": true,If the setting is set to- property
- The property name for the interface setting to hide.
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
