Commit aae8e01e authored by kensae's avatar kensae Committed by Sascha Eggenberger
Browse files

Issue #3263326 by kensae: Allow svg in logo upload and path

parent adad31bf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -65,7 +65,9 @@ class GinLoginConfigurationForm extends ConfigFormBase {
      '#maxlength' => 40,
      '#description' => t("If you don't have direct file access to the server, use this field to upload your logo."),
      '#upload_validators' => [
        'file_validate_extensions' => [],
        'file_validate_extensions' => [
          'png gif jpg jpeg apng webp avif svg',
        ],
      ],
    ];