Comment 2 for bug 1713484

Revision history for this message
Nobuto Murata (nobuto) wrote :

In my opinion, we never be able to guess what users would like to hide in an opinionated way. So hiding part would be an arbitrary config option something like:

override-dashboard-flags: >
  {
    90_hide_change_password: {
      PANEL: password,
      PANEL_DASHBOARD: settings,
      REMOVE_PANEL: True
    },
    90_hide_identity: {
      DASHBOARD:identity,
      DISABLED: True,
    }
  }