Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 14/umbraco-cms/customizing/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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.
{% endhint %}

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

* A workspace is based on an entity type (e.g. content, media, member, etc.) and a unique string (ex: key).
* A workspace is based on an entity type (for example content, media, member, etc.) and a unique string (ex: key).
* 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.
* A workspace can be a single view or consist of multiple views.
* A workspace should host a workspace context, with which anything within can communicate.
Expand Down
4 changes: 2 additions & 2 deletions 15/umbraco-cms/customizing/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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.
{% endhint %}

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

* A workspace is based on an entity type (e.g. content, media, member, etc.) and a unique string (ex: key).
* A workspace is based on an entity type (for example content, media, member, etc.) and a unique string (ex: key).
* 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.
* A workspace can be a single view or consist of multiple views.
* A workspace should host a workspace context, with which anything within can communicate.
Expand Down
Loading