Skip to content

Commit

Permalink
fix(theming) include 'background_color' in list of supported keys
Browse files Browse the repository at this point in the history
Signed-off-by: doubleO8 <[email protected]>
  • Loading branch information
doubleO8 committed Mar 8, 2025
1 parent 8e06e75 commit da51459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theming/lib/Command/UpdateConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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(
Expand Down

0 comments on commit da51459

Please sign in to comment.