1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update manifest.json

This commit is contained in:
frju365 2018-03-24 01:34:42 +01:00 committed by GitHub
parent 502f8f2295
commit 7a10d18c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,12 +42,12 @@
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public Garradin site ?",
"fr": "Est-ce un site public ?"
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
"default": true
}
]
}