Skip to content

Commit

Permalink
add default_application from cs3org/reva#2230
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Dec 9, 2021
1 parent a713c90 commit 34b2971
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/extensions/storage/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ curl 'https://ocis.test/app/list'
"name": "OpenDocument",
"icon": "https://some-website.test/opendocument-text-icon.png",
"description": "OpenDocument text document",
"allow_creation": true
"allow_creation": true,
"default_application": "Collabora"
},
{
"mime_type": "text/markdown",
Expand All @@ -145,7 +146,8 @@ curl 'https://ocis.test/app/list'
],
"name": "Markdown file",
"description": "Markdown file",
"allow_creation": true
"allow_creation": true,
"default_application": "CodiMD"
},
{
"mime_type": "application/vnd.ms-word.document.macroenabled.12",
Expand Down

0 comments on commit 34b2971

Please sign in to comment.