diff --git a/14/umbraco-ui-builder/README.md b/14/umbraco-ui-builder/README.md index 944e87b9139..68acb7c47a0 100644 --- a/14/umbraco-ui-builder/README.md +++ b/14/umbraco-ui-builder/README.md @@ -10,7 +10,7 @@ Umbraco UI Builder is the Umbraco v14+ backoffice UI builder for custom data str 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. {% endhint %} -![Example Umbraco UI Builder UI](images/comments_listview.png) +![Example Umbraco UI Builder UI](images/listview.png) 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. diff --git a/14/umbraco-ui-builder/areas/summary-dashboards.md b/14/umbraco-ui-builder/areas/summary-dashboards.md index 85114eba8d3..c17dbb5bdb9 100644 --- a/14/umbraco-ui-builder/areas/summary-dashboards.md +++ b/14/umbraco-ui-builder/areas/summary-dashboards.md @@ -6,7 +6,7 @@ description: Configuring a summary dashboard in Umbraco UI Builder, the backoffi 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). -![Summary Dashboard](../images/section_dashboard.png) +![Summary Dashboard](../images/dashboard.png) ## Showing a collection on a summary dashboard diff --git a/14/umbraco-ui-builder/collections/editors.md b/14/umbraco-ui-builder/collections/editors.md index 52203dab660..204ded86981 100644 --- a/14/umbraco-ui-builder/collections/editors.md +++ b/14/umbraco-ui-builder/collections/editors.md @@ -6,7 +6,7 @@ description: Configuring the editor of a collection in Umbraco UI Builder, the b An editor is the user interface used to edit an entity and is made up of tabs and property editors. -![A collection editor](../images/people_editor.png) +![A collection editor](../images/editor.png) ## Configuring an editor diff --git a/14/umbraco-ui-builder/collections/list-views.md b/14/umbraco-ui-builder/collections/list-views.md index dcb8e2c3b6c..2f237a41e54 100644 --- a/14/umbraco-ui-builder/collections/list-views.md +++ b/14/umbraco-ui-builder/collections/list-views.md @@ -6,7 +6,7 @@ description: Configuring the list view of a collection in Umbraco UI Builder, th 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. -![A collection list view](../images/people_listview.png) +![A collection list view](../images/listview.png) ## Configuring a list view diff --git a/14/umbraco-ui-builder/collections/overview.md b/14/umbraco-ui-builder/collections/overview.md index 5889e43395f..cf27e7db0ee 100644 --- a/14/umbraco-ui-builder/collections/overview.md +++ b/14/umbraco-ui-builder/collections/overview.md @@ -6,7 +6,7 @@ description: Configuring collection in Umbraco UI Builder, the backoffice UI bui 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. -![A collection list view](../images/people_listview.png) +![A collection list view](../images/listview.png) Get started by reviewing the basics of collection configuration. diff --git a/14/umbraco-ui-builder/collections/related-collections.md b/14/umbraco-ui-builder/collections/related-collections.md index 94d3bc7f4e3..d1b40d5b54f 100644 --- a/14/umbraco-ui-builder/collections/related-collections.md +++ b/14/umbraco-ui-builder/collections/related-collections.md @@ -16,7 +16,7 @@ A classic example is with `Students` and `Courses`. Each course has many studen ![Parent Collection](../images/related_collections_parent.png) -![Entity Picker](../images/related_collections_entity_picker.png) +![Entity Picker](../images/entity_picker_config.png) ## Collections Representation diff --git a/14/umbraco-ui-builder/guides/creating-your-first-integration.md b/14/umbraco-ui-builder/guides/creating-your-first-integration.md index d2915e909b1..49c871ae1b2 100644 --- a/14/umbraco-ui-builder/guides/creating-your-first-integration.md +++ b/14/umbraco-ui-builder/guides/creating-your-first-integration.md @@ -103,9 +103,9 @@ With your configuration defined and your project compiled, there is one last ste With the permissions set, you can refresh your browser and you should now see your new section available in the site navigation. -![People list view](../images/people_listview.png) +![People list view](../images/listview.png) -![People editor](../images/people_editor.png) +![People editor](../images/editor.png) ## Summary diff --git a/14/umbraco-ui-builder/images/bulk_actions.png b/14/umbraco-ui-builder/images/bulk_actions.png index 1da73b7c43f..9447f4d3179 100644 Binary files a/14/umbraco-ui-builder/images/bulk_actions.png and b/14/umbraco-ui-builder/images/bulk_actions.png differ diff --git a/14/umbraco-ui-builder/images/bulk_actions_menu.png b/14/umbraco-ui-builder/images/bulk_actions_menu.png index 877720ad906..0de260da545 100644 Binary files a/14/umbraco-ui-builder/images/bulk_actions_menu.png and b/14/umbraco-ui-builder/images/bulk_actions_menu.png differ diff --git a/14/umbraco-ui-builder/images/cards.png b/14/umbraco-ui-builder/images/cards.png index 7eb35307fe5..31e2c20c3af 100644 Binary files a/14/umbraco-ui-builder/images/cards.png and b/14/umbraco-ui-builder/images/cards.png differ diff --git a/14/umbraco-ui-builder/images/child_collections.png b/14/umbraco-ui-builder/images/child_collections.png index 53034bf5799..b0f844ceeb8 100644 Binary files a/14/umbraco-ui-builder/images/child_collections.png and b/14/umbraco-ui-builder/images/child_collections.png differ diff --git a/14/umbraco-ui-builder/images/comments_listview.png b/14/umbraco-ui-builder/images/comments_listview.png index 79f51b9b5e4..fee43943a15 100644 Binary files a/14/umbraco-ui-builder/images/comments_listview.png and b/14/umbraco-ui-builder/images/comments_listview.png differ diff --git a/14/umbraco-ui-builder/images/content_apps.png b/14/umbraco-ui-builder/images/content_apps.png index 54d710ac9cc..23604f20f04 100644 Binary files a/14/umbraco-ui-builder/images/content_apps.png and b/14/umbraco-ui-builder/images/content_apps.png differ diff --git a/14/umbraco-ui-builder/images/context_app.png b/14/umbraco-ui-builder/images/context_app.png index 5f12e0e068d..b9f509ddfd8 100644 Binary files a/14/umbraco-ui-builder/images/context_app.png and b/14/umbraco-ui-builder/images/context_app.png differ diff --git a/14/umbraco-ui-builder/images/dashboard.png b/14/umbraco-ui-builder/images/dashboard.png index 17563050546..6e7f09e3d8b 100644 Binary files a/14/umbraco-ui-builder/images/dashboard.png and b/14/umbraco-ui-builder/images/dashboard.png differ diff --git a/14/umbraco-ui-builder/images/dashboards.png b/14/umbraco-ui-builder/images/dashboards.png index f74249050fc..aec51a0777f 100644 Binary files a/14/umbraco-ui-builder/images/dashboards.png and b/14/umbraco-ui-builder/images/dashboards.png differ diff --git a/14/umbraco-ui-builder/images/data_views.png b/14/umbraco-ui-builder/images/data_views.png index 19398c19797..c577f854dc5 100644 Binary files a/14/umbraco-ui-builder/images/data_views.png and b/14/umbraco-ui-builder/images/data_views.png differ diff --git a/14/umbraco-ui-builder/images/editor.png b/14/umbraco-ui-builder/images/editor.png index edf1154754a..81a6b02af94 100644 Binary files a/14/umbraco-ui-builder/images/editor.png and b/14/umbraco-ui-builder/images/editor.png differ diff --git a/14/umbraco-ui-builder/images/entity_picker_config.png b/14/umbraco-ui-builder/images/entity_picker_config.png index 048ff76cc62..fee19974ea0 100644 Binary files a/14/umbraco-ui-builder/images/entity_picker_config.png and b/14/umbraco-ui-builder/images/entity_picker_config.png differ diff --git a/14/umbraco-ui-builder/images/entity_picker_picked.png b/14/umbraco-ui-builder/images/entity_picker_picked.png index 1dcd838a49c..a09f97ee97b 100644 Binary files a/14/umbraco-ui-builder/images/entity_picker_picked.png and b/14/umbraco-ui-builder/images/entity_picker_picked.png differ diff --git a/14/umbraco-ui-builder/images/entity_picker_search.png b/14/umbraco-ui-builder/images/entity_picker_search.png index afab0f52dca..5278a64ffcf 100644 Binary files a/14/umbraco-ui-builder/images/entity_picker_search.png and b/14/umbraco-ui-builder/images/entity_picker_search.png differ diff --git a/14/umbraco-ui-builder/images/entity_picker_setup.png b/14/umbraco-ui-builder/images/entity_picker_setup.png index b9ffe5a80bb..2f202127cea 100644 Binary files a/14/umbraco-ui-builder/images/entity_picker_setup.png and b/14/umbraco-ui-builder/images/entity_picker_setup.png differ diff --git a/14/umbraco-ui-builder/images/filterable_properties.png b/14/umbraco-ui-builder/images/filterable_properties.png index e47add24c41..161eac28ede 100644 Binary files a/14/umbraco-ui-builder/images/filterable_properties.png and b/14/umbraco-ui-builder/images/filterable_properties.png differ diff --git a/14/umbraco-ui-builder/images/konstrukt.png b/14/umbraco-ui-builder/images/konstrukt.png deleted file mode 100644 index 4efbf6edde6..00000000000 Binary files a/14/umbraco-ui-builder/images/konstrukt.png and /dev/null differ diff --git a/14/umbraco-ui-builder/images/listview.png b/14/umbraco-ui-builder/images/listview.png index 4b7aeae2203..b9a90f0f82e 100644 Binary files a/14/umbraco-ui-builder/images/listview.png and b/14/umbraco-ui-builder/images/listview.png differ diff --git a/14/umbraco-ui-builder/images/people_editor.png b/14/umbraco-ui-builder/images/people_editor.png deleted file mode 100644 index 1abee38f776..00000000000 Binary files a/14/umbraco-ui-builder/images/people_editor.png and /dev/null differ diff --git a/14/umbraco-ui-builder/images/people_listview.png b/14/umbraco-ui-builder/images/people_listview.png deleted file mode 100644 index 80efd5284e6..00000000000 Binary files a/14/umbraco-ui-builder/images/people_listview.png and /dev/null differ diff --git a/14/umbraco-ui-builder/images/permissions.png b/14/umbraco-ui-builder/images/permissions.png index db02498e73f..ebb680c3fe3 100644 Binary files a/14/umbraco-ui-builder/images/permissions.png and b/14/umbraco-ui-builder/images/permissions.png differ diff --git a/14/umbraco-ui-builder/images/related_collections_child.png b/14/umbraco-ui-builder/images/related_collections_child.png index dd4d9983acc..16f9bf58cfb 100644 Binary files a/14/umbraco-ui-builder/images/related_collections_child.png and b/14/umbraco-ui-builder/images/related_collections_child.png differ diff --git a/14/umbraco-ui-builder/images/related_collections_entity_picker.png b/14/umbraco-ui-builder/images/related_collections_entity_picker.png deleted file mode 100644 index dc812be81e1..00000000000 Binary files a/14/umbraco-ui-builder/images/related_collections_entity_picker.png and /dev/null differ diff --git a/14/umbraco-ui-builder/images/related_collections_parent.png b/14/umbraco-ui-builder/images/related_collections_parent.png index 5eb13764b05..7c763aebab5 100644 Binary files a/14/umbraco-ui-builder/images/related_collections_parent.png and b/14/umbraco-ui-builder/images/related_collections_parent.png differ diff --git a/14/umbraco-ui-builder/images/row_actions_menu.png b/14/umbraco-ui-builder/images/row_actions_menu.png index 9874172a29e..a0fcf0ef886 100644 Binary files a/14/umbraco-ui-builder/images/row_actions_menu.png and b/14/umbraco-ui-builder/images/row_actions_menu.png differ diff --git a/14/umbraco-ui-builder/images/search.png b/14/umbraco-ui-builder/images/search.png index 95bf803bda5..3892741bbfd 100644 Binary files a/14/umbraco-ui-builder/images/search.png and b/14/umbraco-ui-builder/images/search.png differ diff --git a/14/umbraco-ui-builder/images/section_dashboard.png b/14/umbraco-ui-builder/images/section_dashboard.png deleted file mode 100644 index 2d08c0b5e4b..00000000000 Binary files a/14/umbraco-ui-builder/images/section_dashboard.png and /dev/null differ diff --git a/14/umbraco-ui-builder/known-issues.md b/14/umbraco-ui-builder/known-issues.md index 40bd70919e8..30a65ec93a2 100644 --- a/14/umbraco-ui-builder/known-issues.md +++ b/14/umbraco-ui-builder/known-issues.md @@ -7,7 +7,7 @@ description: Known issues in Umbraco UI Builder, the backoffice UI builder for U Umbraco UI Builder tries its best to mimic the content pipeline as closely as possible whilst sticking to public and supported APIs. This is so that the Data Type suite can be used fully for editing properties. There are some features in the Umbraco Core that are locked away in internal methods. This means that some features may not be fully supported. Below is a list of known issues to date. {% hint style="warning" %} -The Property Editor articles are a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice. +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. {% endhint %} ## Property Editors @@ -15,11 +15,3 @@ The Property Editor articles are a work in progress and may undergo further revi ### Tags Whilst we have support for persisting the tag's value, we don't currently have the ability to write these tags to the `cmsTags` DB table. This is all handled via a `tagsRepository` which is internal so we currently can't save to it as core does. - -### Multi-Node Tree Picker - -When using a Multi-Node Tree Picker with an XPath filter, only filters starting with the `$root` placeholder will be valid. This is because all other placeholders expect the property editor to be placed on a content node, with that node being used as context. - -### RTE Macros - -Macros in Rich Text Editors don't appear to work properly due to the preview mechanism. They save and run on the front end, but you'll get an error notification in the backoffice as it tries to render a preview.