Skip to content

Commit

Permalink
app provider: make the new product_name field required (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern authored Nov 5, 2024
1 parent f02b2a2 commit a5f193a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cs3/app/registry/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ 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.
// REQUIRED.
// The product name of the underlying app, to be used to handle
// product-specific differences.
// For example: Collabora, OnlyOffice, Microsoft365 or MicrosoftOfficeOnline
string product_name = 10;
}
Expand Down

0 comments on commit a5f193a

Please sign in to comment.