Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • LP 5 posts 75 karma points
    Apr 06, 2016 @ 11:05
    LP
    0

    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?

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Apr 22, 2016 @ 19:47
    Dan Diplo
    1

    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.

  • 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.

Please Sign in or register to post replies