From bb20c0b6ce7b18e38ae6ab9989344dde2a62ee31 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 4 Jun 2020 08:47:45 +0200 Subject: [PATCH] Add changelog item --- changelog/unreleased/dynamic-nav-items.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/dynamic-nav-items.md diff --git a/changelog/unreleased/dynamic-nav-items.md b/changelog/unreleased/dynamic-nav-items.md new file mode 100644 index 0000000000..9a77c85bcc --- /dev/null +++ b/changelog/unreleased/dynamic-nav-items.md @@ -0,0 +1,8 @@ +Change: Dynamically add navItems for extensions with settings bundles + +We now make use of a new feature in ocis-web-core, allowing us to add +navItems not only through configuration, but also after app initialization. +With this we now have navItems available for all extensions within the +settings ui, that have at least one settings bundle registered. + +https://github.com/owncloud/ocis-settings/pull/25