You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CoreBundle/DataFixtures/SettingsCurrentFixtures.php
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -687,11 +687,6 @@ public static function getExistingSettings(): array
687
687
'title' => 'Hide logout button',
688
688
'comment' => 'Hide the logout button. This is usually only interesting when using an external login/logout method, for example when using Single Sign On of some sort.',
689
689
],
690
-
[
691
-
'name' => 'icons_mode_svg',
692
-
'title' => 'SVG icons mode',
693
-
'comment' => 'By enabling this option, all icons that have an SVG version will prefer the SVG format to PNG. This will give a much better icons quality but some icons might still have some rendering size issue, and some browsers might not support it.',
0 commit comments