remove hardcoded workspace actions
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user