1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

[enh] adding help for is_public

Increasing package version to 1.5.10~ynh2
See #30
This commit is contained in:
tituspijean 2019-10-26 13:13:58 +00:00
parent bc3417c030
commit 062d948538

View file

@ -6,7 +6,7 @@
"en": "A modern open source flat-file CMS",
"fr": "Un CMS moderne basé sur des fichiers plats"
},
"version": "1.5.10~ynh1",
"version": "1.5.10~ynh2",
"url": "https://www.getgrav.org/",
"license": "MIT-0",
"maintainer": [
@ -71,6 +71,10 @@
"en": "Is it a public Grav site ?",
"fr": "Est-ce un site public ?"
},
"help": {
"en": "Will anyone be able to access the website?",
"fr": "Est-ce que quiconque pourra accéder au site ?"
},
"default": true
},
{