Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app provider: make the new product_name field required #238

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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