1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Merge pull request #11 from YunoHost-Apps/advertise

Add warning
This commit is contained in:
yalh76 2019-04-21 01:18:47 +02:00 committed by GitHub
commit 8192999132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,6 @@
;; Test complet ;; Test complet
; Manifest ; Manifest
warning="Understood"
domain="domain.tld" (DOMAIN) domain="domain.tld" (DOMAIN)
admin="john" (USER) admin="john" (USER)
language="fr" language="fr"

View file

@ -21,6 +21,15 @@
], ],
"arguments": { "arguments": {
"install" : [ "install" : [
{
"name": "warning",
"type": "string",
"ask": {
"text": "\nMobilizon is in early development, a lot of features are not implemented.\n\nFor advanced testing use only.\n\n"
},
"choices": ["Understood"],
"default": "Understood"
},
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",