mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
[YEP-2.1] for specify the type of the argument
This commit is contained in:
parent
cb0e112722
commit
a517cc54e9
1 changed files with 9 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
},
|
||||
{
|
||||
"name": "single_user",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose if you want a Single User Blog ?",
|
||||
"fr": "Souhaitez vous un blog pour un seul utilisateur?"
|
||||
|
@ -74,6 +75,7 @@
|
|||
},
|
||||
{
|
||||
"name": "site_name",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose a name for your WriteFreely instance",
|
||||
"fr": "Choisissez un nom pour votre instance WriteFreely"
|
||||
|
@ -82,6 +84,7 @@
|
|||
},
|
||||
{
|
||||
"name": "site_description",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose a description for your WriteFreely instance",
|
||||
"fr": "Choisissez une description pour votre instance WriteFreely"
|
||||
|
@ -90,6 +93,7 @@
|
|||
},
|
||||
{
|
||||
"name": "open_registration",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Are registrations opened to all ?",
|
||||
"fr": "Les inscriptions sont t'elles ouvertes ?"
|
||||
|
@ -99,6 +103,7 @@
|
|||
},
|
||||
{
|
||||
"name": "max_blogs",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "How many blogs each user can create ?",
|
||||
"fr": "Combien de blogs chaque utilisateur peut créer ?"
|
||||
|
@ -107,6 +112,7 @@
|
|||
},
|
||||
{
|
||||
"name": "federation",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Is it federation enabled ?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
|
@ -116,6 +122,7 @@
|
|||
},
|
||||
{
|
||||
"name": "public_stats",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Are federation stats public ?",
|
||||
"fr": "Est-ce les statistiques de federation sont publiques ?"
|
||||
|
@ -125,6 +132,7 @@
|
|||
},
|
||||
{
|
||||
"name": "private",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Are the instance metadata private ?",
|
||||
"fr": "Est-ce les metadatas de l'instance sont privée ?"
|
||||
|
@ -134,6 +142,7 @@
|
|||
},
|
||||
{
|
||||
"name": "local_timeline",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Do you want to add a local timeline ?",
|
||||
"fr": "Voulez vous afficher une timeline locale ?"
|
||||
|
|
Loading…
Add table
Reference in a new issue