From e5a064cb4de23fadf87533f07180b5f8fe861f87 Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Fri, 1 May 2020 15:34:50 +0200 Subject: [PATCH] Advise public install if nextcloud integration --- manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2a32d25..9ac1999 100644 --- a/manifest.json +++ b/manifest.json @@ -55,10 +55,14 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" + "en": "Is it a public application? Check the box if you want to use it with Nextcloud.", + "fr": "Est-ce une application publique ? Cocher la case si vous voulez l'intégrer dans Nextcloud." }, - "default": true + "default": true, + "help": { + "en": "You will only be able to integrate OnlyOffice in Nextcloud if both apps are public.", + "fr": "Nextcloud et OnlyOffice doivent être des applications publiques si vous voulez les intégrer." + } } ] }