Browse Source

Fix font icon parsing.

mscherer 5 years ago
parent
commit
6895e4f5f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/IdeHelper/Generator/Task/FormatIconTask.php

+ 1 - 0
src/IdeHelper/Generator/Task/FormatIconTask.php

@@ -41,6 +41,7 @@ class FormatIconTask implements TaskInterface {
 	protected function collectIcons() {
 		$helper = new FormatHelper(new View());
 		$configured = $helper->getConfig('fontIcons');
+		$configured = array_keys($configured);
 
 		$fontFile = Configure::readOrFail('Format.fontPath');
 		$icons = [];