Skip to content

Commit b84c8e4

Browse files
committed
images update, reuse where possible
1 parent f8ff41e commit b84c8e4

34 files changed

+8
-8
lines changed

14/umbraco-ui-builder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Umbraco UI Builder is the Umbraco v14+ backoffice UI builder for custom data str
1010
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.
1111
{% endhint %}
1212

13-
![Example Umbraco UI Builder UI](images/comments_listview.png)
13+
![Example Umbraco UI Builder UI](images/listview.png)
1414

1515
If you have a custom data store that you want to content manage from within Umbraco, then you can use Umbraco UI Builder. With some lines of code, you can configure a custom administration UI, and reuse many core components with a consistent look and feel.
1616

14/umbraco-ui-builder/areas/summary-dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Configuring a summary dashboard in Umbraco UI Builder, the backoffi
66

77
A summary dashboard is automatically displayed at the root of a defined Umbraco UI Builder section. It displays summaries of collections found within it that are told to display on the dashboard. It also provides quick links to jump to that collections list view. It can also add quickly a new entry to that collection (if the collection isn't read-only).
88

9-
![Summary Dashboard](../images/section_dashboard.png)
9+
![Summary Dashboard](../images/dashboard.png)
1010

1111
## Showing a collection on a summary dashboard
1212

14/umbraco-ui-builder/collections/editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Configuring the editor of a collection in Umbraco UI Builder, the b
66

77
An editor is the user interface used to edit an entity and is made up of tabs and property editors.
88

9-
![A collection editor](../images/people_editor.png)
9+
![A collection editor](../images/editor.png)
1010

1111
## Configuring an editor
1212

14/umbraco-ui-builder/collections/list-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Configuring the list view of a collection in Umbraco UI Builder, th
66

77
A list view is a list-based view of a collection entity providing features: pagination for large collections, custom data views, searching, and bulk actions.
88

9-
![A collection list view](../images/people_listview.png)
9+
![A collection list view](../images/listview.png)
1010

1111
## Configuring a list view
1212

14/umbraco-ui-builder/collections/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Configuring collection in Umbraco UI Builder, the backoffice UI bui
66

77
A collection is the cornerstone Umbraco UI Builder config and it represents a collection of entities for a given data model. From this config object, you can configure everything about how this collection integrates into the UI. You can also configure how it should display in a list view as well as how it should be edited.
88

9-
![A collection list view](../images/people_listview.png)
9+
![A collection list view](../images/listview.png)
1010

1111
Get started by reviewing the basics of collection configuration.
1212

14/umbraco-ui-builder/collections/related-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A classic example is with `Students` and `Courses`. Each course has many studen
1616

1717
![Parent Collection](../images/related_collections_parent.png)
1818

19-
![Entity Picker](../images/related_collections_entity_picker.png)
19+
![Entity Picker](../images/entity_picker_config.png)
2020

2121
## Collections Representation
2222

14/umbraco-ui-builder/guides/creating-your-first-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ With your configuration defined and your project compiled, there is one last ste
103103

104104
With the permissions set, you can refresh your browser and you should now see your new section available in the site navigation.
105105

106-
![People list view](../images/people_listview.png)
106+
![People list view](../images/listview.png)
107107

108-
![People editor](../images/people_editor.png)
108+
![People editor](../images/editor.png)
109109

110110
## Summary
111111

12.4 KB
Loading
-2.94 KB
Loading
-45 KB
Loading

0 commit comments

Comments
 (0)