1f93e64a3d
This patch allows Horizon to accept additional xstatic modules in plugin dashboards. Related static files would be collected and included in every page. Change-Id: Ie49a522b28aaf6e028c5b218968d68189dd7eef1 Closes-Bug: #1755339
10 lines
461 B
YAML
10 lines
461 B
YAML
---
|
|
features:
|
|
- |
|
|
[:bug:`1755339`]
|
|
(for horizon plugin developers) A new plugin option ``ADD_XSTATIC_MODULES``
|
|
is now available and horizon plugins can add extra xstatic modules via the
|
|
horizon plugin "enabled" file. For more detail, see ``ADD_XSTATIC_MODULES``
|
|
description in `Pluggable Panels and Groups <https://docs.openstack.org/horizon/latest/configuration/pluggable_panels.html#ADD_XSTATIC_MODULES>`__
|
|
in horizon documentation.
|