Added app.navigation.name to config value getting

pull/134/head
Christoph Schmidt 2021-03-17 19:04:30 +01:00
parent 43ca19f29d
commit 0968c0cfd3
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class Admin implements ISettings {
'api.url' => $this->config->getAppValue('bbb', 'api.url'),
'api.secret' => $this->config->getAppValue('bbb', 'api.secret'),
'app.navigation' => $this->config->getAppValue('bbb', 'app.navigation') === 'true' ? 'checked' : '',
'app.navigation.name' => $this->config->getAppValue('bbb', 'app.navigation.name'),
'app.shortener' => $this->config->getAppValue('bbb', 'app.shortener'),
];