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:
parent
13d02e01a6
commit
e5a064cb4d
1 changed files with 7 additions and 3 deletions
|
@ -55,10 +55,14 @@
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Is it a public application?",
|
"en": "Is it a public application? Check the box if you want to use it with Nextcloud.",
|
||||||
"fr": "Est-ce une application publique ?"
|
"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."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue