Umbraco 16 - searching for good examples of property editors

Hi all,

Can anyone refer to a good example of creating a property that fetches content from umbraco, like a list of related content or a search or .. anything that goes beyond the value of the property itself? Link to a repo or something similar would be amazing.

Im specially curious of how easy / simple / elegant you solve the auth…

best
Jesper

ps. Cant believe im saying this but I almost miss the good old angular. Things are really “devloperish”

Niels Lyngsø has some pretty complex examples in his repo based on his talk at Codegarden this year - for example this one:
cg25-umbrago-next-level-backoffice/CG25NextLevelBackoffice/Client/src/umbrago-hotel-picker/hotel-document-data.manager.ts at main · nielslyngsoe/cg25-umbrago-next-level-backoffice

The Umbraco.Extension within the official Umbraco dotnet templates has a full example of a dashboard loading data from a custom controller by generating a client based on the open api spec:
Umbraco-CMS/templates/UmbracoExtension at main · umbraco/Umbraco-CMS

2 Likes

Anything of use here?

Examples and Playground | Umbraco CMS

DevRel Deep Dive: Backoffice Examples and Playground