skttl / Umbraco.SvgIconPicker

A property editor for picking a symbol in an SVG sprite.
MIT License
4 stars 5 forks source link

Change class name to fix package in umbraco 8 #13

Closed lynnewritescode closed 4 years ago

lynnewritescode commented 4 years ago

The class name "umb-editor" in the svg.icon.picker.html file needed to be changed to "umb-property-editor" as suggested in this comment: https://github.com/skttl/Umbraco.SvgIconPicker/issues/12#issue-484504828

The package now works in Umbraco 8 with this change implemented.

skttl commented 4 years ago

Cool thanks! I'll package it up and release a v8 version soon :)