Hi 😁, I'm trying to create a package like this on...
# package-development
f
Hi 😁, I'm trying to create a package like this one https://marketplace.umbraco.com/package/vokseverk.imagehotspot. My need is that users, after upload an image, could choose some hot points and insert data like image, title and description in each one. I found this tutorial https://github.com/umbraco/UmbracoDocs/blob/main/12/umbraco-cms/tutorials/creating-a-property-editor/README.md but In my html view I want to use the Umbraco MediaPicker to let users upload images. Is it possible or I should create a custom input type file? Thank you 😁