mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
add some explaination to is_public
This commit is contained in:
parent
d2c311ba7c
commit
28d1d2c1c1
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
"help": {
|
||||||
|
"en": "If your Gitlab instance is public, anyone can see your public repositories.",
|
||||||
|
"fr": "Si votre instance Gitlab est publique, tout le monde pourra voir vos dépôts publics."
|
||||||
|
},
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue