Skip to content

Commit

Permalink
[TASK] Add SVG support for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
xf- committed Aug 8, 2015
1 parent 123d011 commit cc874e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Utility/MiscellaneousUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MiscellaneousUtility {
/**
* @var array
*/
private static $allowedIconTypes = array('png', 'gif');
private static $allowedIconTypes = array('svg', 'png', 'gif');

/**
* @param integer $contentElementUid
Expand Down

0 comments on commit cc874e4

Please sign in to comment.