mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Updating and reordering manifest.json
This commit is contained in:
parent
7f4fe14aef
commit
fe88ab8840
1 changed files with 21 additions and 17 deletions
|
@ -25,7 +25,8 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain name for Plume"
|
"en": "Choose a domain name for Plume",
|
||||||
|
"fr": "Choisissez un nom de domaine pour Plume"
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
|
@ -35,22 +36,8 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the Plume administrator (must be an existing YunoHost user)",
|
"en": "Choose the Plume administrator (must be an existing YunoHost user)",
|
||||||
"fr": "Choisissez l'administrateur de Plume (doit être un utilisateur YunoHost existant)"
|
"fr": "Choisissez l'administrateur de Plume (doit être un utilisateur YunoHost existant)"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
"example": "johndoe"
|
||||||
"name": "name",
|
|
||||||
"ask": {
|
|
||||||
"en": "Choose a name for your Plume instance"
|
|
||||||
},
|
|
||||||
"example": "My blog"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "registration",
|
|
||||||
"type": "boolean",
|
|
||||||
"ask": {
|
|
||||||
"en": "Is registrations open to everyone?"
|
|
||||||
},
|
|
||||||
"default": false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
@ -60,6 +47,23 @@
|
||||||
"fr": "Est-ce une application publique ?"
|
"fr": "Est-ce une application publique ?"
|
||||||
},
|
},
|
||||||
"default": true
|
"default": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "name",
|
||||||
|
"ask": {
|
||||||
|
"en": "Choose a name for your Plume instance",
|
||||||
|
"fr": "Choisissez un nom pour votre instance Plume"
|
||||||
|
},
|
||||||
|
"example": "My blog"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "registration",
|
||||||
|
"type": "boolean",
|
||||||
|
"ask": {
|
||||||
|
"en": "Is registrations open to everyone?",
|
||||||
|
"fr": "Les inscriptions sont t'elles ouvertes à tout le monde?"
|
||||||
|
},
|
||||||
|
"default": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue