Umbraco.Cms 14.0.0-rc1
# news
c
New version of Umbraco CMS has just been published on NuGet: Umbraco.Cms 14.0.0-rc1 šŸ”— https://www.nuget.org/packages/Umbraco.Cms/14.0.0-rc1
w
The stock photo for this version is errr interesting?!
A couple of people about to start an argument over building a piece of Ikea furniture
k
I feel like we are on a life journey, working from a bed, building some cupboards, v17 is going to be a full office
h
looks like I'm going to have to go back to school for this release 🤣
How do I define an umbracoapicontroller in umbraco 14?
k
short answer you don't they have gone.
they are Api controllers now.
do you want it authenticated (e.g requires back office access) or public (just something anyone can hit?)
these posts detail how to setup what would have been UmbracoAuthorizedApiControllers is v13. https://dev.to/kevinjump/series/26248
Only real diffrence with non-authorized (e.g public) end points is they don't have an [Authorize] property
h
Thanks Kevin will have a read, it doesn't need to be authorised, it was just a normal umbracoapicontroller called by some javascript in the front end, so now should just be a standard webapi controller?
k
Yes šŸ‘
m
Has anybody found a guide to make block grid custom views in v14 ?