You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 14/umbraco-cms/customizing/workspaces.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
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.
5
5
{% endhint %}
6
6
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.
8
8
9
9
* A workspace is based on an entity type (for example content, media, member, etc.) and a unique string (ex: key).
10
10
* 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.
0 commit comments