But when I try and use GetPropertiesByEditor() in v14, I never find the field on my media item. I've added a custom property to media type and if I hover over media while in debug I can see my custom property on the item but only the .Alias which can be set to anything the user wishes which is why I wanted to use GetPropertiesByEditor because I can control that. Any ideas?
Migrate package to U14 but can't use GetPropertiesByEditor()
Hey everyone - trying to migrate my MediaColourPicker to V14 and in my old package I had
But when I try and use
GetPropertiesByEditor()
in v14, I never find the field on my media item. I've added a custom property to media type and if I hover over media while in debug I can see my custom property on the item but only the.Alias
which can be set to anything the user wishes which is why I wanted to useGetPropertiesByEditor
because I can control that. Any ideas?https://github.com/WildSiteCreations/Our.Community.MediaColourFinder/tree/v14-colour-finder
is working on a reply...