From efc2f8a86bcfd2b74a8bb74c71f488fe52eee2f4 Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Mon, 14 Nov 2022 19:11:30 +0100 Subject: [PATCH] changelog --- changelog/unreleased/enhancement-text-editor | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/enhancement-text-editor diff --git a/changelog/unreleased/enhancement-text-editor b/changelog/unreleased/enhancement-text-editor new file mode 100644 index 00000000000..071b1e79e2f --- /dev/null +++ b/changelog/unreleased/enhancement-text-editor @@ -0,0 +1,6 @@ +Enhancement: Configurable file extensions opened by the text editor + +It's now possible to open more file extensions in the text-editor, by passing an array of file extension strings in the `extraExtensions` configuration. +Another improvement ensures that any configured file extension will open by default in the text-editor, instead of downloading the file. + +https://github.com/owncloud/web/pull/