Skip to content

Commit 58326f3

Browse files
author
Donna-Marie Smith
committed
Changes following PO Review
1 parent 7e718a9 commit 58326f3

13 files changed

Lines changed: 163 additions & 67 deletions

File tree

content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/left-panel.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,37 @@ The Left Panel shows the Palettes, which is automatically opened when working in
1515

1616
{{< figure src="/images/Flow Editor - Left Panel.png" title="Left Panel" >}}
1717

18-
The Left Panel shows the Palettes containing blocks that can be used to construct a flow.
18+
The Left Panel shows the Palettes containing [blocks][What is a Block?] that can be used to construct a [flow][What is a Flow?].
1919

20-
The Palettes group functional blocks with similar themes, and many of the blocks in a palette look similar but perform slightly different functions; the actual function that a block performs is shown in text, next to the block icon.
20+
The Palettes group blocks with similar themes, and many of the blocks in a palette look similar but perform slightly different functions; the actual function that a block performs is shown in text, next to the block icon.
2121

2222
## Actions
2323

24-
### Collapse/Expand the Panel
24+
### Open/Close the Panel
2525

26-
The Left Panel can be manually opened or closed at any time using the open/close handles.
26+
The Left Panel can be manually opened or closed at any time using the open/close handles. It can also be resized by dragging the handle left or right.
2727

2828
### Collapse/Expand Palette Groups
2929

30-
To expand or collapse all Palette Groups, click the relevant {{< image src="/images/Flow Editor - Expand All.png" >}} or {{< image src="/images/Flow Editor - Collapse All.png" >}} icon at the top of the Left Panel. Each Palette Group may be expanded or collapsed independently by clicking on the {{< image src="/images/Flow Editor - Expand Palette.png" >}} or {{< image src="/images/Flow Editor - Collapse Palette.png" >}} icon to the right of the group name.
30+
To collapse or expand all palette groups, click the relevant {{< image src="/images/Flow Editor - Collapse All.png" >}} or {{< image src="/images/Flow Editor - Expand All.png" >}} icon at the top of the Left Panel. Each palette group may be collapsed or expanded independently by clicking on the {{< image src="/images/Flow Editor - Collapse Palette.png" >}} or {{< image src="/images/Flow Editor - Expand Palette.png" >}} icon to the right of the group name.
3131

32-
### View Functional Blocks
32+
### View Blocks
3333

34-
To view the functional blocks contained in the Palette, click on the {{< image src="/images/Flow Editor - Expand Palette.png" >}} icon to the right of the palette group to expand the group and show the functional blocks it contains, or alternatively, click the {{< image src="/images/Flow Editor - Expand All.png" >}} icon at the top of the Left Panel to expand all the palette groups.
34+
To view the blocks contained in the Palettes, click on the {{< image src="/images/Flow Editor - Expand Palette.png" >}} icon to the right of the palette group to expand the group and show the blocks it contains, or alternatively, click the {{< image src="/images/Flow Editor - Expand All.png" >}} icon at the top of the Left Panel to expand all the palette groups.
35+
36+
See the [View Blocks in the Palette][View Blocks in the Palette tutorial] tutorial for a step-by-step guide.
3537

3638
### Search for a Block
3739

38-
To search for a block by name, start typing into the search box below the Palette’s title bar. All the blocks that start with the same search characters will be displayed; then more characters entered, the more fined the search will be, displaying fewer block options. The search is a fuzzy search, which means that even misspelt block names should identify the intended matching blocks.
40+
To search for a block by name, start typing into the search box. All the blocks that start with the same search characters will be displayed; the more characters entered, the more refined the search will be, displaying fewer block options. The search is a fuzzy search, which means that even misspelt block names should identify the intended matching blocks.
41+
42+
See the [Searching the Palette for a Block][Searching the Palette for a Block tutorial] tutorial for a step-by-step guide.
3943

4044
### Place a Block on a Workspace
4145

42-
To place a copy of a block from the Palette onto a Workspace, left-click on the block in the Palette and drag it onto the Workspace.
46+
To place a block from the palette onto a [workspace][What is a Workspace?], left-click on the block in the palette and drag it onto the Workspace.
47+
48+
See the [Placing a Block from the Palette onto a Workspace][Placing a Block from the Palette onto a Workspace tutorial] tutorial for a step-by-step guide.
4349

4450
## Remarks
4551

@@ -51,12 +57,24 @@ To place a copy of a block from the Palette onto a Workspace, left-click on the
5157

5258
### Related Concepts
5359

54-
None
60+
* [Blocks][]
61+
* [Flows][]
62+
* [Workspaces][]
5563

5664
### Related Tutorials
5765

58-
* [Left Panel][Left Panel tutorial]
66+
* [View Blocks in the Palette][View Blocks in the Palette tutorial]
67+
* [Searching the Palette for a Block][Searching the Palette for a Block tutorial]
68+
* [Placing a Block from the Palette onto a Workspace][Placing a Block from the Palette onto a Workspace tutorial]
5969

70+
[Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}}
6071
[Edit]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioAuthorisation.Edit" >}}
61-
[Left Panel tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.LeftPanel.MainDoc" >}}
72+
[Flows]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.MainDoc" >}}
73+
[Placing a Block from the Palette onto a Workspace tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.LeftPanel.PlaceBlocks" >}}
74+
[Searching the Palette for a Block tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.LeftPanel.SearchBlocks" >}}
75+
[View Blocks in the Palette tutorial]: {{< url path="Cortex.Tutorials.Development.FlowEditor.LeftPanel.ViewBlocks" >}}
6276
[View]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioAuthorisation.View" >}}
77+
[What is a Block?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}}
78+
[What is a Flow?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Flows.WhatIsAFlow.MainDoc" >}}
79+
[What is a Workspace?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Workspaces.WhatIsAWorkspace.MainDoc" >}}
80+
[Workspaces]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.MainPanel.Workspaces" >}}

0 commit comments

Comments
 (0)