Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm writing a custom property editor. I'd like to have a drop down in which I'll have all available property editors that matches some condition. Is there a way to enumerate all custom editors that are been registered in our application?
Late answer, but you could use this service:
https://our.umbraco.org/documentation/Reference/Management/Services/ContentTypeService
Not sure if there is an Angular equivalent; if not you'd need to write an API Controller that returns the results as JSON and use that.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to enumerate available property editors
I'm writing a custom property editor. I'd like to have a drop down in which I'll have all available property editors that matches some condition. Is there a way to enumerate all custom editors that are been registered in our application?
Late answer, but you could use this service:
https://our.umbraco.org/documentation/Reference/Management/Services/ContentTypeService
Not sure if there is an Angular equivalent; if not you'd need to write an API Controller that returns the results as JSON and use that.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.