Skip to content

Commit 9648574

Browse files
wkloucekglpatcern
andauthored
add default_application to MimeTypeInfo (#157)
* add default_application to MimeTypeInfo * Update cs3/app/registry/v1beta1/resources.proto Co-authored-by: Giuseppe Lo Presti <[email protected]> Co-authored-by: Giuseppe Lo Presti <[email protected]>
1 parent dfc8f0d commit 9648574

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

cs3/app/registry/v1beta1/resources.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ message MimeTypeInfo {
9494
// OPTIONAL.
9595
// Whether the mime type is eligible for file creation in the web UI.
9696
// Defaults to false, i.e. files with this mime type can be opened
97-
// but not directly allow_creationd from the web UI.
97+
// but not directly created from the web UI.
9898
bool allow_creation = 8;
99+
// OPTIONAL.
100+
// name of the default application to open this mime type
101+
string default_application = 9;
99102
}

docs/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5695,6 +5695,14 @@ <h3 id="cs3.app.registry.v1beta1.MimeTypeInfo">MimeTypeInfo</h3>
56955695
but not directly allow_creationd from the web UI. </p></td>
56965696
</tr>
56975697

5698+
<tr>
5699+
<td>default_application</td>
5700+
<td><a href="#string">string</a></td>
5701+
<td></td>
5702+
<td><p>OPTIONAL.
5703+
name of the default application to open this mime type </p></td>
5704+
</tr>
5705+
56985706
</tbody>
56995707
</table>
57005708

0 commit comments

Comments
 (0)