Skip to content

Commit b4856b5

Browse files
committed
Added action to AppProviderInfo
1 parent 3cdd3f5 commit b4856b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cs3/app/registry/v1beta1/resources.proto

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ message ProviderInfo {
4040
repeated string mime_types = 2;
4141
// REQUIRED.
4242
// The address where the app provider can be reached.
43-
// For example, tcp://localhost:1099.
43+
// For example, localhost:1099.
4444
string address = 3;
4545
// REQUIRED.
4646
// The capability of the underlying app.
@@ -66,6 +66,10 @@ message ProviderInfo {
6666
// OPTIONAL.
6767
// Whether the app can be opened only on desktop
6868
bool desktop_only = 8;
69+
// OPTIONAL.
70+
// The action to be displayed to the user on the context menu.
71+
// By default this is "Open with".
72+
string action = 9;
6973
}
7074

7175
// Represents a mime type and its corresponding file extension.

0 commit comments

Comments
 (0)