horizon/releasenotes/notes/bug-1755339-2dfa3ce2accb568f.yaml
irisayame 1f93e64a3d Add plugin xstatic modules support
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
2018-03-20 11:37:29 +09:00

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.