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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...