Has anyone created a property picker control? Basically I want to create a property editor that displays a drop down list of all properties on the current document.
The reason for this is to give users some control over things like which image property is used for, for example, the twitter card image?
I'm not entirely sure where I would start in creating my own for something like this, but considering Umbraco kind of does this in some of the tools to help with Template creation I figured here would be the best place to ask for starting points.
Property Picker data type
Hi Peeps,
Has anyone created a property picker control? Basically I want to create a property editor that displays a drop down list of all properties on the current document.
The reason for this is to give users some control over things like which image property is used for, for example, the twitter card image?
I'm not entirely sure where I would start in creating my own for something like this, but considering Umbraco kind of does this in some of the tools to help with Template creation I figured here would be the best place to ask for starting points.
Thanks,
Nik
better late than never https://github.com/avatart0ph/UmbracoCustomizations/tree/master/DT.UmbracoCustomizations
Usage nodeObj.GetPropertyValue
I did it like how macro parameter property picker work
is working on a reply...