mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
make it possible to set app to public/private
This commit is contained in:
parent
a0fafd4ab8
commit
89fb45c442
2 changed files with 7 additions and 5 deletions
|
@ -11,8 +11,8 @@
|
||||||
"license": "ELv2",
|
"license": "ELv2",
|
||||||
"website": "https://invoiceninja.org",
|
"website": "https://invoiceninja.org",
|
||||||
"demo": "https://app.invoiceninja.com/dashboard",
|
"demo": "https://app.invoiceninja.com/dashboard",
|
||||||
"admindoc": "https://docs.invoiceninja.com/index.html",
|
"admindoc": "https://invoiceninja.github.io/",
|
||||||
"userdoc": "https://yunohost.org/apps",
|
"userdoc": "https://invoiceninja.github.io/",
|
||||||
"code": "https://github.com/invoiceninja/invoiceninja"
|
"code": "https://github.com/invoiceninja/invoiceninja"
|
||||||
},
|
},
|
||||||
"license": "AAL",
|
"license": "AAL",
|
||||||
|
@ -56,6 +56,11 @@
|
||||||
},
|
},
|
||||||
"choices": ["fr", "en"],
|
"choices": ["fr", "en"],
|
||||||
"default": "en"
|
"default": "en"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "is_public",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,9 +13,6 @@ source /usr/share/yunohost/helpers
|
||||||
# MANAGE SCRIPT FAILURE
|
# MANAGE SCRIPT FAILURE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_clean_setup () {
|
|
||||||
true
|
|
||||||
}
|
|
||||||
# Exit if an error occurs during the execution of the script
|
# Exit if an error occurs during the execution of the script
|
||||||
ynh_abort_if_errors
|
ynh_abort_if_errors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue