diff options
Diffstat (limited to 'apps/theming/lib/Command/UpdateConfig.php')
-rw-r--r-- | apps/theming/lib/Command/UpdateConfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Command/UpdateConfig.php b/apps/theming/lib/Command/UpdateConfig.php index bb226668943..c327c92492f 100644 --- a/apps/theming/lib/Command/UpdateConfig.php +++ b/apps/theming/lib/Command/UpdateConfig.php @@ -33,7 +33,7 @@ use Symfony\Component\Console\Output\OutputInterface; class UpdateConfig extends Command { public const SUPPORTED_KEYS = [ - 'name', 'url', 'imprintUrl', 'privacyUrl', 'slogan', 'color' + 'name', 'url', 'imprintUrl', 'privacyUrl', 'slogan', 'color', 'disable-user-theming' ]; public const SUPPORTED_IMAGE_KEYS = [ |