mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain: reorder config panel sections
This commit is contained in:
parent
831131476e
commit
560dac1731
1 changed files with 16 additions and 18 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue