File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Summary
16
16
* Enhancement - Create spaces via admin settings: [#11849](https://github.com/owncloud/web/pull/11849)
17
17
* Enhancement - Disable resources in delete queue: [#12046](https://github.com/owncloud/web/pull/12046)
18
18
* 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)
19
20
* Enhancement - Add custom handler to file extensions: [#12109](https://github.com/owncloud/web/pull/12109)
20
21
21
22
Details
@@ -87,6 +88,14 @@ Details
87
88
88
89
https://github.com/owncloud/web/pull/12104
89
90
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
+
90
99
* Enhancement - Add custom handler to file extensions: [#12109](https://github.com/owncloud/web/pull/12109)
91
100
92
101
We've added a new property into application file extensions called
You can’t perform that action at this time.
0 commit comments