Merge remote-tracking branch 'origin/main' into customeremail-overview

This commit is contained in:
Michael Kaufmann
2023-01-22 14:03:07 +01:00
37 changed files with 500 additions and 143 deletions

View File

@@ -30,6 +30,7 @@ return [
'title' => lng('admin.domain_add'),
'image' => 'fa-solid fa-globe',
'self_overview' => ['section' => 'domains', 'page' => 'domains'],
'id' => 'domain_add',
'sections' => [
'section_a' => [
'title' => lng('domains.domainsettings'),

View File

@@ -30,6 +30,7 @@ return [
'title' => lng('admin.domain_edit'),
'image' => 'fa-solid fa-globe',
'self_overview' => ['section' => 'domains', 'page' => 'domains'],
'id' => 'domain_edit',
'sections' => [
'section_a' => [
'title' => lng('domains.domainsettings'),