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

include 'background_color' in list of supported keys
This commit is contained in:
Stephan Orbaugh 2025-03-17 08:58:36 +01:00 committed by GitHub
commit d9055980f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(