mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Fix manifest stuff reported by linter
This commit is contained in:
parent
d6d647af54
commit
7c7c41cbc2
1 changed files with 0 additions and 17 deletions
|
@ -27,19 +27,11 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for Concrete5",
|
|
||||||
"fr": "Choisissez un domaine pour Concrete5"
|
|
||||||
},
|
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Concrete5",
|
|
||||||
"fr": "Choisissez un chemin pour Concrete5"
|
|
||||||
},
|
|
||||||
"example": "/concrete",
|
"example": "/concrete",
|
||||||
"default": "/concrete"
|
"default": "/concrete"
|
||||||
},
|
},
|
||||||
|
@ -55,10 +47,6 @@
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
|
||||||
"en": "Is it a public application?",
|
|
||||||
"fr": "Est-ce une application publique ?"
|
|
||||||
},
|
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -78,10 +66,6 @@
|
||||||
"en": "Set the administrator password",
|
"en": "Set the administrator password",
|
||||||
"fr": "Définissez le mot de passe administrateur"
|
"fr": "Définissez le mot de passe administrateur"
|
||||||
},
|
},
|
||||||
"help": {
|
|
||||||
"en": "Use the help field to add an information for the admin about this question.",
|
|
||||||
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
||||||
},
|
|
||||||
"example": "Choose a password"
|
"example": "Choose a password"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -91,7 +75,6 @@
|
||||||
"en": "Your website's title.",
|
"en": "Your website's title.",
|
||||||
"fr": "Le titre de votre site."
|
"fr": "Le titre de votre site."
|
||||||
},
|
},
|
||||||
"exemple": "MY BIG WEBSITE",
|
|
||||||
"default": "Concrete"
|
"default": "Concrete"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue