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

This commit is contained in:
Mads Rasmussen
2024-07-03 22:06:16 +02:00

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>