#H5YR
Community Impact
Most recent #H5YRs
Yes, I created a custom backoffice controller. Works like a charm. Thanks for the help!
Hi @cryothic , As @BishalTimalsina12 mentioned that async needs to be removed and there's one other small change needed on the code which I have added below. Please paste this and try it out: **comm...
With a bit help from AI this seems to work. It is inspired from content picker, but the additional create button, allows to create content node in context and select the node after creation. A limita...
Thanks gents! I thought I'd caught them all, but I still had an `UmbracoApiController` hidden in the project which was causing the memory spiral. Change that out to a Controller and we're laughing (r...
Hey Darren, The views need to be placed in `/Views/Partials/blocklist/Components/` you’re missing the `Views/Partials/` part of the path, which is why the breakpoint is never hit; BlockPreview simply...
Great, but no thanks. The ridiculous amount of hours spent figuring out how to do something as simple as showing an image in the backoffice, is enough as is. So I’m not spending more time picking up t...
Hi @johnsmith That folder path is actually fine. The backoffice uses a cache buster, which is the hash you’re seeing in the URLs. It’s a virtual path segment based on the Umbraco version, so you won’...