workspaceView rename to workspaceEditorView

This commit is contained in:
Niels Lyngsø
2023-04-27 15:42:10 +02:00
parent 802fc63169
commit 2a49129056
40 changed files with 125 additions and 127 deletions

View File

@@ -2,7 +2,7 @@ import type { UmbWorkspaceEditorViewExtensionElement } from '../interfaces/works
import type { ManifestWithView } from '.';
export interface ManifestWorkspaceEditorView extends ManifestWithView<UmbWorkspaceEditorViewExtensionElement> {
type: 'workspaceView';
type: 'workspaceEditorView';
conditions: ConditionsWorkspaceView;
}