1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Add path in manifest

This commit is contained in:
Jean-Baptiste Holcroft 2017-09-13 19:10:06 +02:00
parent a9466eeb41
commit 604c09a72b

View file

@ -29,6 +29,15 @@
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Weblate:"
},
"example": "/weblate",
"default": "/weblate"
},
{
"name": "is_public",
"type": "boolean",
@ -37,6 +46,7 @@
},
"default": "0"
}
]
}
}