Per Bolmstedt (Kodexe)
Per Bolmstedt (Kodexe)
**Describe the bug** uSync Handler settings are string-only in the uSync appSettings schema, so e.g., boolean settings, are reported as errors. **To Reproduce** Steps to reproduce the behavior: 1. Follow...
Does the usage browser have blocklist doctype support? We have 0 usages for all blocktypes, i.e., element type doctypes that are used as blocks in blocklists. Umbraco 11/12, latest GodMode.
Suggestion: Diagnostics for DI registered components. For example, ``` public class MyComposer : IUserComposer { public void Compose(Composition composition) { composition.RegisterUnique(); composition.Components().Append(); } } ``` It would be nice to...