We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a713c90 commit 34b2971Copy full SHA for 34b2971
1 file changed
docs/extensions/storage/apps.md
@@ -132,7 +132,8 @@ curl 'https://ocis.test/app/list'
132
"name": "OpenDocument",
133
"icon": "https://some-website.test/opendocument-text-icon.png",
134
"description": "OpenDocument text document",
135
- "allow_creation": true
+ "allow_creation": true,
136
+ "default_application": "Collabora"
137
},
138
{
139
"mime_type": "text/markdown",
@@ -145,7 +146,8 @@ curl 'https://ocis.test/app/list'
145
146
],
147
"name": "Markdown file",
148
"description": "Markdown file",
149
150
+ "default_application": "CodiMD"
151
152
153
"mime_type": "application/vnd.ms-word.document.macroenabled.12",
0 commit comments