Skip to content

Commit b45b655

Browse files
committed
Updated old names to new naming conventions
1 parent 76a2151 commit b45b655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

15/umbraco-ui-builder/getting-started/user-interface.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Before diving into Umbraco UI Builder, it’s important to understand some of th
1414

1515
![Sections, Trees, and Dashboards](images/ui_01.png)
1616

17-
4. **List View:** The list view displays a list of items in a tree node. It provides an overview of content or data in a table format, with sortable columns and the option to filter or search through the items. This view is used when you need to work with multiple items at once.
17+
4. **Collection:** The collection displays a list of items in a tree node. It provides an overview of content or data in a table format, with sortable columns and the option to filter or search through the items. This view is used when you need to work with multiple items at once.
1818

1919
![List View](images/ui_02.png)
2020

2121
5. **Editor:** The editor is where the main content editing occurs. It is structured using tabs, fieldsets, and fields. Tabs organize different sections of content, and fieldsets group related fields together. Each field represents a specific piece of data, such as a text box or an image upload.
2222

2323
![Editor](images/ui_03.png)
2424

25-
6. **Context Apps:** Context apps are additional functionality that can be added to an editor. They provide extra features based on the context of the item being edited. For instance, a media context app might allow you to resize or crop an image directly from the editor.
25+
6. **Workspace Views:** Workspace Views are additional functionality that can be added to an editor. They provide extra features based on the content of the item being edited. For instance, a media content app might allow you to resize or crop an image directly from the editor.
2626

2727
7. **Tabs:** Tabs are used to organize content within the editor, allowing users to switch between different sections of a content item. For example, one tab might contain the general settings, while another contains media or advanced options.
2828

0 commit comments

Comments
 (0)