Channels are now added to the settings menu

This commit is contained in:
Michael 2023-09-21 06:49:07 +00:00
parent c9f74cc55f
commit 073da9735d
2 changed files with 18 additions and 11 deletions

View file

@ -121,6 +121,13 @@ class BaseSettings extends BaseModule
'accesskey' => 'i',
];
$tabs[] = [
'label' => $this->t('Channels'),
'url' => 'settings/channels',
'selected' => static::class == Settings\Display::class ? 'active' : '',
'accesskey' => '',
];
$tabs[] = [
'label' => $this->t('Social Networks'),
'url' => 'settings/connectors',