remove hardcoded workspace actions

This commit is contained in:
Niels Lyngsø
2022-12-23 14:50:37 +01:00
parent 02424ca4fa
commit 293403dcb3

View File

@@ -189,16 +189,7 @@ export class UmbWorkspaceContentElement extends UmbContextProviderMixin(
</div>
<div id="footer" slot="footer">Breadcrumbs</div>
<!-- TODO: convert document workspace actions to extensions:
<uui-button slot="actions" @click=${this._onSaveAndPreview} label="Save and preview"></uui-button>
<uui-button slot="actions" @click=${this._onSave} look="secondary" label="Save"></uui-button>
<uui-button
slot="actions"
@click=${this._onSaveAndPublish}
look="primary"
color="positive"
label="Save and publish"></uui-button>
-->
</umb-workspace-entity>
`;
}