Skip to content

Commit 4c2f81c

Browse files
Update v15
1 parent aa4fc8a commit 4c2f81c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

15/umbraco-cms/customizing/workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
This page is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.
55
{% endhint %}
66

7-
A Workspace is the editor for a specific entity type. It can either be a simple view of data or a complex editor with multiple views.
7+
A Workspace is the editor for a specific entity type. It can either be a view of data or a complex editor with multiple views.
88

9-
* A workspace is based on an entity type (e.g. content, media, member, etc.) and a unique string (ex: key).
9+
* A workspace is based on an entity type (for example content, media, member, etc.) and a unique string (ex: key).
1010
* Most workspaces hold a draft state of an entity. It is a copy of the entity data that can be modified at runtime and sent to the server to be saved.
1111
* A workspace can be a single view or consist of multiple views.
1212
* A workspace should host a workspace context, with which anything within can communicate.

0 commit comments

Comments
 (0)