wintercms / wn-builder-plugin

GUI for building plugins in Winter CMS
MIT License
35 stars 12 forks source link

Missing oc-icon-css3 and oc-icon-html5 icons in the dropdown lists #6

Closed arvislacis closed 3 years ago

arvislacis commented 3 years ago

CSS3 and HTML5 icons are not shown next to text value in the dropdown lists:

For example, plugin configuration pop-up: 2021-07-04_11-05 Back-end menu item configuration: 2021-07-04_11-06

Cause of issue can be found at:

This two lines doesn't contain proper second parameter in array, for example, should be 'oc-icon-css3' and 'oc-icon-html5' instead of plain '|'.

If needed then I can create super-simple pull request or maintainers could easily fix this too but maybe there is another cause/reason why these icons are missing?