mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
Ajout is_public
This commit is contained in:
parent
0f6d36bad2
commit
905b7e9878
1 changed files with 9 additions and 0 deletions
|
@ -54,6 +54,15 @@
|
||||||
},
|
},
|
||||||
"choices" : ["en", "fr", "es"],
|
"choices" : ["en", "fr", "es"],
|
||||||
"default" : "en"
|
"default" : "en"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "is_public",
|
||||||
|
"ask": {
|
||||||
|
"en": "Is it a public website ?",
|
||||||
|
"fr": "Est-ce un site public ?"
|
||||||
|
},
|
||||||
|
"choices": ["Yes", "No"],
|
||||||
|
"default": "No"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue