diff --git a/changelog/unreleased/configure-bundles.md b/changelog/unreleased/configure-bundles.md new file mode 100644 index 000000000..c69b9845e --- /dev/null +++ b/changelog/unreleased/configure-bundles.md @@ -0,0 +1,5 @@ +Enhancement: Make the settings bundles part of the service config + +We added the settings bundles to the config. The default roles are still unchanged. You can now override the defaults by replacing the whole bundles list via the yaml config files. An example can be found in the Service Configuration documentation. + +https://github.com/owncloud/ocis/pull/5589