Skip to content

Commit 8f6e8dc

Browse files
Update README with context type descriptions
Added sections for various context types in the README.
1 parent 54f5399 commit 8f6e8dc

File tree

1 file changed

+30
-0
lines changed
  • 16/umbraco-cms/customizing/foundation/contexts

1 file changed

+30
-0
lines changed

16/umbraco-cms/customizing/foundation/contexts/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,33 @@ Below you can find some articles on how you can work with different contexts:
1313
## [Property Dataset Context](property-dataset-context.md)
1414

1515
A Dataset Context is the connection point between a Property Editor and a Workspace and covers a set of properties.
16+
17+
## Current User Context
18+
19+
## Section Context
20+
21+
## Workspace Context
22+
23+
## Property Context
24+
25+
The data regarding the specific property
26+
27+
## Modal Context
28+
29+
Available for a Modal, read the parsed data, submit/close and send a value back
30+
31+
## Entity Context
32+
33+
Holds simple-dataset on the Entity, available for Tree Items or Picked Items, so when not in a Workspace this is where you get some information.
34+
35+
## App Language Context
36+
37+
Knowledge on the Culture of the Application, the dropdown in the top of the Content-Section Sidebar
38+
39+
## Workspace Split View Context
40+
41+
Relevant when working with Split View.
42+
43+
## Block Entry Context
44+
45+
Holds the data for a Block, this is available for Block Custom Views. Notice Block Custom View Elements does get most information via Properties assigned, but if you like to do some editing or advanced stuff then this is available.

0 commit comments

Comments
 (0)