Skip to content

Commit dd0d654

Browse files
authored
Merge pull request #6770 from erikjanwestendorp/update-workspaces
Update workspaces
2 parents dfe3d80 + 4c2f81c commit dd0d654

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

14/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.

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)