Merge branch 'main' into v14/chore/bundling-property-editors-package

This commit is contained in:
Mads Rasmussen
2024-07-03 20:50:39 +02:00
committed by GitHub

View File

@@ -1,9 +1,15 @@
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
import { css, html, customElement } from '@umbraco-cms/backoffice/external/lit';
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
import { UmbSectionSidebarContext } from './section-sidebar.context.js';
@customElement('umb-section-sidebar')
export class UmbSectionSidebarElement extends UmbLitElement {
constructor() {
super();
new UmbSectionSidebarContext(this);
}
override render() {
return html`
<umb-section-sidebar-context-menu>