mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
update config_domain.toml with portal options
This commit is contained in:
parent
5562b61db0
commit
a1a47e5221
1 changed files with 23 additions and 0 deletions
|
@ -4,11 +4,34 @@ i18n = "domain_config"
|
||||||
[feature]
|
[feature]
|
||||||
name = "Features"
|
name = "Features"
|
||||||
|
|
||||||
|
[feature.portal]
|
||||||
|
name = "Portal"
|
||||||
|
|
||||||
|
[feature.portal.show_other_domains_apps]
|
||||||
|
type = "boolean"
|
||||||
|
default = 1
|
||||||
|
|
||||||
|
[feature.portal.portal_title]
|
||||||
|
type = "string"
|
||||||
|
default = "YunoHost"
|
||||||
|
|
||||||
|
[feature.portal.portal_logo]
|
||||||
|
type = "string"
|
||||||
|
default = ""
|
||||||
|
|
||||||
|
[feature.portal.portal_theme]
|
||||||
|
type = "select"
|
||||||
|
choices = ["system", "light", "dark", "cupcake", "bumblebee", "emerald", "corporate", "synthwave", "retro", "cyberpunk", "valentine", "halloween", "garden", "forest", "aqua", "lofi", "pastel", "fantasy", "wireframe", "black", "luxury", "dracula", "cmyk", "autumn", "business", "acid", "lemonade", "night", "coffee", "winter"]
|
||||||
|
default = "system"
|
||||||
|
|
||||||
|
# FIXME link to GCU
|
||||||
|
|
||||||
[feature.app]
|
[feature.app]
|
||||||
[feature.app.default_app]
|
[feature.app.default_app]
|
||||||
type = "app"
|
type = "app"
|
||||||
filter = "is_webapp"
|
filter = "is_webapp"
|
||||||
default = "_none"
|
default = "_none"
|
||||||
|
list_portal = true
|
||||||
|
|
||||||
[feature.mail]
|
[feature.mail]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue