#H5YR
Community Impact
Most recent #H5YRs
Hi @darrenhunterEmerald , I created a quick setup with your code (Fix added) and tested on Umbraco 17. It's working as expected. Please check the below setup: File: `App_Plugins/OLS/umbraco-package....
Hi @charlesa-ccs Have you added it into your RTE datatype as per my screenshot? Justin
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, For me the issue was the layout being used. My templates were using "\_Layout.cshtml" which was not created inside the Umbraco backoffice (and thus didn't appear under the templates category). 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 ...
Hey Brian, Not sure on the exact setup you are on (Migrating from block list v13 to block list v17 for example or from an older property like nested content on v13 to block list in v17) or if you hav...
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...