Skip to content
Snippets Groups Projects
Unverified Commit 4bf5a23e authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #18242 from nextcloud/directEditingEditorWithId

add id to editor of direct editing
parents 12bdb95c fdaf9aed
No related branches found
No related tags found
No related merge requests found
......@@ -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(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment