From 560dac17317b4179ee60d80c192a506b6c303fd6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 19 Aug 2024 01:23:09 +0200 Subject: [PATCH] domain: reorder config panel sections --- share/config_domain.toml | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) 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"