make it possible to set app to public/private
This commit is contained in:
+7
-2
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user