Hi there,
We are trying to implement an icon picker EditorDescriptor widget as described in this article (https://blog.lethargic.dev/font-awesome-episerver-property/) but when we get to the step called "Your first widget" and go into EPi Edit Mode we only see the widget as a standard string property. It doesn't seem to locate the js file we've set up. The documentation for creating your own module seems very limited but perhaps there is some documentation or guide that we've failed to locate.
We can see in the ouput that the module is added and the Json Serializer gets resolved.
We are trying to build this for CMS 12 and pack it as a nuget package to easily implement on several projects.
Any tips on how to fix this and proceed?