We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdd3f5 commit b4856b5Copy full SHA for b4856b5
cs3/app/registry/v1beta1/resources.proto
@@ -40,7 +40,7 @@ message ProviderInfo {
40
repeated string mime_types = 2;
41
// REQUIRED.
42
// The address where the app provider can be reached.
43
- // For example, tcp://localhost:1099.
+ // For example, localhost:1099.
44
string address = 3;
45
46
// The capability of the underlying app.
@@ -66,6 +66,10 @@ message ProviderInfo {
66
// OPTIONAL.
67
// Whether the app can be opened only on desktop
68
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;
73
}
74
75
// Represents a mime type and its corresponding file extension.
0 commit comments