ef913a2198
* Move a release note on SELECTABLE_THEMES from 'prelude' to 'fixes' * Fix incomplete external link notation in drop-settings-enable-fireall-vpn-fad7c1a4cd96df2b.yaml * Update os-client-config URL affected by doc-migration * Update neutron-fwaas-dashboard documentation URL Change-Id: I8884bdfb22b33ddd8ca235c66e902d98cd24befd
12 lines
585 B
YAML
12 lines
585 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[:bug:`1564543`] ``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 <https://docs.openstack.org/horizon/latest/configuration/themes.html#inherit-from-an-existing-theme>`__
|
|
for usage specifics.
|