Is it possible to inherit theme options for groups and their subgroups?

Is it possible in some way to continue inheriting theme options (variables) for groups and their sub-groups?

For example, the built-in color option "Text color" in "Site Theme Options", for which there is a variable "foregroundColor" in the code.

Community structure:

"Home"

  • "Group"
    • "Sub-group"
      • "Sub-sub-group"

Current result

"Home"

foregroundColor: red (set manually in the "Site Theme Options")

"Group"

foregroundColor: blue (set manually in the "Group Theme Options")

"Sub-group"

foregroundColor: red (inherited from the Site Theme)

"Sub-sub-group":

foregroundColor: red (inherited from the Site Theme)

Expected result

"Home"

foregroundColor: red (set manually in the "Site Theme Options")

"Group"

foregroundColor: blue (set manually in the "Group Theme Options")

"Sub-group"

foregroundColor: blue (inherited from the Group Theme)

"Sub-sub-group":

foregroundColor: blue (inherited from the Group Theme)

Based on Verint version 11.1.3.12348.
Default Site and Group themes.

Parents Reply Children
No Data