Skip to content
Snippets Groups Projects
Verified Commit 472c068c authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Show "SITE_DESCRIPTION" in the configuration admin view

parent 26f52314
No related branches found
No related tags found
1 merge request!179Fix default config of constance config value "SITE_DESCRIPTION"
Pipeline #990 passed with warnings
......@@ -380,7 +380,7 @@ CONSTANCE_CONFIG = {
"NOTIFICATION_CHANNELS": (["email"], _("Channels to allow for notifications"), "notifications-select"),
}
CONSTANCE_CONFIG_FIELDSETS = {
"General settings": ("SITE_TITLE",),
"General settings": ("SITE_TITLE", "SITE_DESCRIPTION"),
"Theme settings": ("COLOUR_PRIMARY", "COLOUR_SECONDARY"),
"Mail settings": ("MAIL_OUT_NAME", "MAIL_OUT"),
"Notification settings": ("NOTIFICATION_CHANNELS", "ADRESSING_NAME_FORMAT"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment