domain: reorder config panel sections

This commit is contained in:
Alexandre Aubin 2024-08-19 01:23:09 +02:00
parent 831131476e
commit 560dac1731

View file

@ -4,9 +4,24 @@ i18n = "domain_config"
[feature]
name = "Features"
[feature.mail]
[feature.mail.mail_out]
type = "boolean"
default = 1
[feature.mail.mail_in]
type = "boolean"
default = 1
[feature.app]
[feature.app.default_app]
type = "app"
filter = "is_webapp"
default = "_none"
[feature.portal]
# Only available for "topest" domains
name = "Portal"
name = "Portal customization"
[feature.portal.enable_public_apps_page]
type = "boolean"
@ -51,23 +66,6 @@ name = "Features"
# NB: this is wrote into "/usr/share/yunohost/portal/customassets/{domain}.custom.css"
type = "text"
[feature.app]
[feature.app.default_app]
type = "app"
filter = "is_webapp"
default = "_none"
[feature.mail]
name = "Email"
[feature.mail.mail_out]
type = "boolean"
default = 1
[feature.mail.mail_in]
type = "boolean"
default = 1
[dns]
name = "DNS"