1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Update manifest.json

This commit is contained in:
frju365 2017-05-08 01:25:31 +02:00 committed by GitHub
parent b246920773
commit 5b5b378644

View file

@ -1,16 +1,16 @@
{ {
"name": "Roadiz", "name": "Concrete5",
"id": "roadiz", "id": "concrete5",
"packaging_format": 1, "packaging_format": 1,
"requirements": { "requirements": {
"yunohost": ">> 2.3.15" "yunohost": ">> 2.3.15"
}, },
"description": { "description": {
"en": "Create a modern Website", "en": "Create a modern Website",
"fr": "Créer un site web moderne avec un CMS polymorphique" "fr": "Créer un site web moderne avec un CMS moderne"
}, },
"license": "MIT", "license": "MIT",
"url": "www.roadiz.io", "url": "www.concrete5.org",
"maintainer": { "maintainer": {
"name": "frju365", "name": "frju365",
"email": "win10@tutanota.com" "email": "win10@tutanota.com"
@ -26,8 +26,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain for Roadiz", "en": "Choose a domain for Concrete5",
"fr": "Choisissez un domaine pour Roadiz" "fr": "Choisissez un domaine pour Concrete5"
}, },
"example": "domain.org" "example": "domain.org"
}, },
@ -35,8 +35,8 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for Roadiz", "en": "Choose a path for Concrete5",
"fr": "Choisissez un chemin pour Roadiz" "fr": "Choisissez un chemin pour Concrete5"
}, },
"example": "/roadiz", "example": "/roadiz",
"default": "/roadiz" "default": "/roadiz"
@ -44,7 +44,7 @@
{ {
"name": "is_public", "name": "is_public",
"ask": { "ask": {
"en": "Is it a public Roadiz site ?", "en": "Is it a public Concrete5 site ?",
"fr": "Est-ce un site public ?" "fr": "Est-ce un site public ?"
}, },
"choices": ["Yes", "No"], "choices": ["Yes", "No"],
@ -54,8 +54,8 @@
"name": "admin_name", "name": "admin_name",
"type": "user", "type": "user",
"ask": { "ask": {
"en": "Choose the Roadiz administrator (must be an existing YunoHost user)", "en": "Choose the Concrete5 administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur de Roadiz (doit être un utilisateur YunoHost existant)" "fr": "Choisissez l'administrateur de Concrete5 (doit être un utilisateur YunoHost existant)"
}, },
"example": "homer" "example": "homer"
}, },
@ -75,6 +75,23 @@
"fr": "Votre adresse mail." "fr": "Votre adresse mail."
}, },
"exemple": "abc@efg.hi" "exemple": "abc@efg.hi"
},
{
"name": "website_title",
"type": "title",
"ask": {
"fr": "Le titre de votre site."
},
"exemple": "MY BIG WEBSITE"
},
{
"name": "language",
"ask": {
"en": "Language of your Website",
"fr": "Langage de votre site"
},
"choices": ["English", "Anglais", "Français", "Portuges", "Deutsch"],
"default": "Français"
} }
] ]
} }