Søren Kottal
Søren Kottal
For now I've fixed it by adding this cheesy DOM hack in my element :) ```ts connectedCallback(): void { super.connectedCallback(); const ulAncestor = this.closest('ul') as HTMLElement | null; if (ulAncestor)...
You are right in the fact that you need to handle this manually in self-hosted setups. But you are used to that anyway. On Cloud you get used to Cloud/Deploy...
There was this session at codegarden a few years ago, demonstrating how to get Courier to work with custom schema data. https://video.twentythree.net/packages-and-your-data-on-umbraco-as-a-service-2 Is this still possible?