This commit is contained in:
Niels Lyngsø
2022-06-02 14:28:52 +02:00
parent 146efd5cc1
commit 9965da7262
2 changed files with 1 additions and 5 deletions

View File

@@ -55,10 +55,6 @@ class UmbNodeEditorLayout extends LitElement {
`,
];
private _onSaveAndPublish() {
console.log('Save and publish');
}
render() {
return html`
<div id="node-editor">
@@ -70,6 +66,7 @@ class UmbNodeEditorLayout extends LitElement {
<slot name="content"></slot>
</uui-scroll-container>
<div id="footer">
<!-- only show footer if slot has elements -->
<slot name="actions"></slot>
</div>
</div>

View File

@@ -110,7 +110,6 @@ const registerInternalManifests = async () => {
type: 'propertyEditorUI',
alias: 'External.PropertyEditorUI.Test',
name: 'Text',
elementName: 'external-property-editor-test', //Gets the element name from JS file.
js: () => Promise.resolve(document.createElement('hr')),
meta: {
icon: 'document',