mirror of
https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git
synced 2024-09-03 19:36:27 +02:00
changed manifest
This commit is contained in:
parent
3730118d63
commit
3b2ad09d34
1 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@
|
|||
"en": "A lightweight wiki-style CMS using the txt2tags syntax",
|
||||
"fr": "Un CMS léger, géré sous forme de wiki utilisant la syntaxe txt2tags"
|
||||
},
|
||||
"version": "1.0~ynh1",
|
||||
"version": "3.2.11b~ynh2",
|
||||
"url": "https://lionwiki-t2t.sourceforge.io/",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "Eric Forgeot"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.5"
|
||||
"yunohost": ">= 3.5.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
@ -46,7 +46,7 @@
|
|||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose an admin user",
|
||||
"fr": "Choisissez l’administrateur"
|
||||
"fr": "Choisissez l'administrateur"
|
||||
},
|
||||
"example": "johndoe"
|
||||
},
|
||||
|
@ -61,7 +61,7 @@
|
|||
"en": "If it's not public, only SSO registered users will be able to user it.",
|
||||
"fr": "Si ce n'est pas public, seuls les utilisateurs enregistrés sur le SSO pourront l'utiliser."
|
||||
},
|
||||
"default": true
|
||||
"default": "true"
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
|
|
Loading…
Add table
Reference in a new issue