diff --git a/share/config_domain.toml b/share/config_domain.toml index dd099efce..8a9d493f0 100644 --- a/share/config_domain.toml +++ b/share/config_domain.toml @@ -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"