Skip to content

Commit

Permalink
added a product property product_name to the app provider info, that …
Browse files Browse the repository at this point in the history
…could be used to handle product-specific differences (#237)
  • Loading branch information
2403905 authored Nov 5, 2024
1 parent 4373561 commit f869434
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cs3/app/registry/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ message ProviderInfo {
// The action to be displayed to the user on the context menu.
// By default this is "Open with".
string action = 9;
// OPTIONAL.
// Specifies the kind of app provider.
// A product property that could be used to handle product-specific differences.
// For example: Collabora, OnlyOffice, Microsoft365 or MicrosoftOfficeOnline
string product_name = 10;
}

// Represents a mime type and its corresponding file extension.
Expand Down

0 comments on commit f869434

Please sign in to comment.