1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Advise public install if nextcloud integration

This commit is contained in:
Gredin67 2020-05-01 15:34:50 +02:00 committed by GitHub
parent 13d02e01a6
commit e5a064cb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."
}
}
]
}