horizon/releasenotes/notes/Selectable-Themes-Setting-863c4686f71c70d8.yaml
Diana Whitten 958e522d40 Added SELECTABLE_THEMES setting
Currently themes machinery works in such way that if we rely on
default theme in our branded theme, we have to include them both into
AVAILABLE_THEMES setting, otherwise default theme assets will be
unavailable and the branded theme assets compilation will fail. On
the other hand, mentioning them both leads to theme picker being
shown - which we would like to avoid (per marketing wish).

SELECTABLE_THEMES setting was added to allow limiting the user facing
themes by configuration.

Closes-bug: #1564543
Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info>

Change-Id: Ic00a9201d2d352685b1089a37a25987b75d6636d
2017-07-26 11:52:35 +01:00

12 lines
459 B
YAML

---
prelude: >
AVAILABLE_THEMES was used to determine whether a
theme was selectable via the user facing widget,
however it was noted that sometimes a parent theme
is desired for inheritance, and needs to be hidden
from the widget entirely. SELECTABLE_THEMES was
added as a setting that can be used to collect
a theme for inheritance, but hide it from the
user's view. See the settings documentation for
usage specifics.