#H5YR
Community Impact
Most recent #H5YRs
Hi @charlesa-ccs , Shadow DOM in the new Umbraco 17 backoffice definitely makes standard CSS overrides frustrating since you can't easily pierce the component boundaries with a global stylesheet. I ...
Hi @charlesa-ccs Your files are under wwwroot/BackOfficeStyles, but the manifest and entrypoint point at /App_Plugins/BackOfficeStyles/ - which are different folders. Backoffice extensions should l...
Never mind, I found the culprit. I had implemented an `IUmbracoBuilder` extension method called `AddBackgroundJobs()` to inject my custom background jobs. I call this method inside an `IComposer`, but...
Ok and as soon as I post this, I dig around a bit more and looks like I've found a fix. Enable inline editing on the Block List property editor. Also set the Appearance to have `label above` rather ...
Great news! Glad that fixed it. I have updated the docs in the following PR that is not merged yet https://docs.umbraco.com/umbraco-in-ai/~/revisions/hfRhhoPOnxvvKfIiMwqW/mcp/local-mcp-setup/claud...
OK, that did it. Just redeployed and indexes were not rebuilt. Case closed.
OK, I have asked Claude's opinion on the topic. Says that indexes are rebuilt anytime the boot is classified as a *cold boot* which is what happens. Says it's a cold boot based upon "last synced cach...