clean up
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user