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:
parent
bc3417c030
commit
062d948538
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue