use new editor layout component in content picker
This commit is contained in:
@@ -88,7 +88,8 @@ export class UmbModalLayoutContentPickerElement extends UmbModalLayoutElement<Um
|
||||
|
||||
render() {
|
||||
return html`
|
||||
<umb-editor-layout>
|
||||
<!-- TODO: maybe we need a layout component between umb-editor-layout and umb-editor-entity? -->
|
||||
<umb-editor-entity>
|
||||
<h3 slot="name">Select content</h3>
|
||||
<uui-box>
|
||||
<uui-input></uui-input>
|
||||
@@ -109,7 +110,7 @@ export class UmbModalLayoutContentPickerElement extends UmbModalLayoutElement<Um
|
||||
<uui-button label="Close" @click=${this._close}></uui-button>
|
||||
<uui-button label="Submit" look="primary" color="positive" @click=${this._submit}></uui-button>
|
||||
</div>
|
||||
</umb-editor-layout>
|
||||
</umb-editor-entity>
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user