fix(theming) include 'background_color' in list of supported keys

Signed-off-by: doubleO8 <wb008@hdm-stuttgart.de>
This commit is contained in:
doubleO8 2025-03-02 10:18:33 +01:00
parent 8e06e75717
commit da51459022

View file

@ -16,7 +16,7 @@ use Symfony\Component\Console\Output\OutputInterface;
class UpdateConfig extends Command {
public const SUPPORTED_KEYS = [
'name', 'url', 'imprintUrl', 'privacyUrl', 'slogan', 'color', 'primary_color', 'disable-user-theming'
'name', 'url', 'imprintUrl', 'privacyUrl', 'slogan', 'color', 'primary_color', 'background_color', 'disable-user-theming'
];
public function __construct(