Skip to content

Commit

Permalink
[CIVIC-1204] Added SVG support for Logos.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-salsadigital committed Jul 16, 2023
1 parent d76bddf commit 5b96278
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public function form(&$form, FormStateInterface &$form_state) {
'#default_value' => $this->themeConfigManager->load("components.logo.{$logo_type}.{$theme}.{$breakpoint}.path"),
];


$allowed_extensions = $this->imageFactory->getSupportedExtensions();
$allowed_extensions[] = 'svg';
$form['components']['logo'][$logo_type][$theme][$breakpoint]['upload'] = [
Expand Down

0 comments on commit 5b96278

Please sign in to comment.