Skip to content

Commit c5c6352

Browse files
committed
Automated changelog update [skip ci]
1 parent 7c7887a commit c5c6352

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Summary
1616
* Enhancement - Create spaces via admin settings: [#11849](https://github.com/owncloud/web/pull/11849)
1717
* Enhancement - Disable resources in delete queue: [#12046](https://github.com/owncloud/web/pull/12046)
1818
* Enhancement - Add psec file icon: [#12104](https://github.com/owncloud/web/pull/12104)
19+
* Enhancement - Handle extensions without editor: [#12105](https://github.com/owncloud/web/pull/12105)
1920
* Enhancement - Add custom handler to file extensions: [#12109](https://github.com/owncloud/web/pull/12109)
2021

2122
Details
@@ -87,6 +88,14 @@ Details
8788

8889
https://github.com/owncloud/web/pull/12104
8990

91+
* Enhancement - Handle extensions without editor: [#12105](https://github.com/owncloud/web/pull/12105)
92+
93+
We've added a new property to extensions that asserts whether is has an editor
94+
or not. This property is computed by checking whether the extension exposes any
95+
routes.
96+
97+
https://github.com/owncloud/web/pull/12105
98+
9099
* Enhancement - Add custom handler to file extensions: [#12109](https://github.com/owncloud/web/pull/12109)
91100

92101
We've added a new property into application file extensions called

0 commit comments

Comments
 (0)