Skip to content

Commit cf0afc8

Browse files
committed
Added back interface
1 parent 7497de1 commit cf0afc8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

14/umbraco-cms/customizing/workspaces.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ For example: If you want to edit a page or create new content, you would go into
1919

2020
<figure><img src="../.gitbook/assets/workspace.svg" alt=""><figcaption><p>Workspace</p></figcaption></figure>
2121

22+
## Setting Up a Custom Workspace
23+
24+
To configure a custom workspace, implement the `UmbWorkspaceElement` interface:
25+
26+
```ts
27+
interface UmbWorkspaceElement {
28+
entityKey: string;
29+
entityType: string;
30+
views: WorkspaceView[];
31+
},
32+
```
33+
2234
## Related Links
2335

2436
* [Workspace Context](extending-overview/extension-types/workspace-context.md)

0 commit comments

Comments
 (0)