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