Merge pull request #51181 from doubleO8/fix-occ-theming-config-background_color

include 'background_color' in list of supported keys
pull/51520/head
Stephan Orbaugh 7 months ago committed by GitHub
commit d9055980f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/theming/lib/Command/UpdateConfig.php

@ -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(

Loading…
Cancel
Save