Resusing built-in property editors in custom plugin
I've seen a lot of things on the forums, and stack overflow,and the like, that talks about using
I'm assuming everything I've found is for <= v8, and not v9+ as they just tell you to put the property editor name in the 'view' configuration - which then 404s as Umbraco tries to look in /umbraco/{viewname}, as it's expecting a full path.
I tried hard-coding the path (in my case; views/common/infiniteeditors/membergrouppicker/membergrouppicker.html), but this seems a little clunky, and reliant on the underlying structure never chaning (it also causes a heap of other errors, but I'm not sure if that's just me misconfiguring it).
Am I missing some documentation that explains how to do it in later versions (specifically 11)?
Has anyone had any success re-using built-in components?
Resusing built-in property editors in custom plugin
I've seen a lot of things on the forums, and stack overflow,and the like, that talks about using
I'm assuming everything I've found is for <= v8, and not v9+ as they just tell you to put the property editor name in the 'view' configuration - which then 404s as Umbraco tries to look in /umbraco/{viewname}, as it's expecting a full path.
I tried hard-coding the path (in my case; views/common/infiniteeditors/membergrouppicker/membergrouppicker.html), but this seems a little clunky, and reliant on the underlying structure never chaning (it also causes a heap of other errors, but I'm not sure if that's just me misconfiguring it).
Am I missing some documentation that explains how to do it in later versions (specifically 11)?
Has anyone had any success re-using built-in components?
is working on a reply...