Skip to content

Commit 34b2971

Browse files
committed
add default_application from cs3org/reva#2230
1 parent a713c90 commit 34b2971

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/extensions/storage/apps.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ curl 'https://ocis.test/app/list'
132132
"name": "OpenDocument",
133133
"icon": "https://some-website.test/opendocument-text-icon.png",
134134
"description": "OpenDocument text document",
135-
"allow_creation": true
135+
"allow_creation": true,
136+
"default_application": "Collabora"
136137
},
137138
{
138139
"mime_type": "text/markdown",
@@ -145,7 +146,8 @@ curl 'https://ocis.test/app/list'
145146
],
146147
"name": "Markdown file",
147148
"description": "Markdown file",
148-
"allow_creation": true
149+
"allow_creation": true,
150+
"default_application": "CodiMD"
149151
},
150152
{
151153
"mime_type": "application/vnd.ms-word.document.macroenabled.12",

0 commit comments

Comments
 (0)