From f869434c7041f2cce3f760f4388e16a1980cf726 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Tue, 5 Nov 2024 08:29:35 +0100 Subject: [PATCH] added a product property product_name to the app provider info, that could be used to handle product-specific differences (#237) --- cs3/app/registry/v1beta1/resources.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cs3/app/registry/v1beta1/resources.proto b/cs3/app/registry/v1beta1/resources.proto index 4705266..5d02067 100644 --- a/cs3/app/registry/v1beta1/resources.proto +++ b/cs3/app/registry/v1beta1/resources.proto @@ -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.