mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
add id to editor of direct editing
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
c3d223fa58
commit
fdaf9aed1f
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class DirectEditingService {
|
|||
*/
|
||||
foreach ($this->directEditingManager->getEditors() as $id => $editor) {
|
||||
$capabilities['editors'][$id] = [
|
||||
'id' => $editor->getId(),
|
||||
'name' => $editor->getName(),
|
||||
'mimetypes' => $editor->getMimetypes(),
|
||||
'optionalMimetypes' => $editor->getMimetypesOptional(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue