From 0e7b57850656d935ad85f25eea91bc328a800273 Mon Sep 17 00:00:00 2001 From: Pankaj Bhojwani Date: Mon, 30 Nov 2020 16:07:08 -0800 Subject: [PATCH] elaboration on inheritance --- doc/specs/Configuration object for profiles.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/specs/Configuration object for profiles.md b/doc/specs/Configuration object for profiles.md index 6fc5e16aac6..2013adac428 100644 --- a/doc/specs/Configuration object for profiles.md +++ b/doc/specs/Configuration object for profiles.md @@ -55,6 +55,11 @@ If the profile defines an `unfocusedState`, any parameters not explicitly define the values from the profile itself. If the profile does not define an `unfocusedState`, then the global/default `unfocusedState` is used for this profile. +Thus, if a user wishes for the unfocused state to look the same as the focused state for a particular profile, +while still having a global/default unfocused state appearance, they simply need to define an emplty `unfocusedState` +for that profile (similarly, they could define just 1 or 2 parameters if they wish for minimal changes between the focused +and unfocused states for that profile). + ## UI/UX Design Users will be able to add a new setting to their profiles that will look like this: