mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
Update manifest.toml: default = false is not valid for group questions
This commit is contained in:
parent
9f5fa8a04c
commit
2d7ef66ae4
1 changed files with 1 additions and 4 deletions
|
@ -19,7 +19,7 @@ admindoc = "https://docs.tandoor.dev"
|
||||||
userdoc = "https://docs.tandoor.dev"
|
userdoc = "https://docs.tandoor.dev"
|
||||||
code = "https://github.com/TandoorRecipes/recipes"
|
code = "https://github.com/TandoorRecipes/recipes"
|
||||||
cpe = "cpe:2.3:a:tandoor:recipes"
|
cpe = "cpe:2.3:a:tandoor:recipes"
|
||||||
fund = "???"
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
|
@ -35,10 +35,7 @@ ram.runtime = "50M"
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
help.en = "Should the login be exposed to public?"
|
|
||||||
help.fr = "La connexion doit-elle être exposée au public ?"
|
|
||||||
type = "group"
|
type = "group"
|
||||||
default = false
|
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
|
|
Loading…
Add table
Reference in a new issue