Skip to content

Commit 7050db0

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-9: Added new articles
1 parent 6adc986 commit 7050db0

File tree

72 files changed

+297
-325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+297
-325
lines changed
33.1 KB
Loading

17/umbraco-cms/customizing/extending-overview/extension-types/dashboard.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Read more about the available conditions:
111111
{% content-ref url="condition.md" %}
112112
[condition.md](condition.md)
113113
{% endcontent-ref %}
114+
114115
## Registering your Dashboard
115116

116117
This section dives into the Dashboard Extension Manifest, shows how to register one, and append additional details.
@@ -176,6 +177,9 @@ The dashboard manifest can contain the following properties:
176177
| Property | Type | Description |
177178
| Label | string | The label shown to the user |
178179
| pathname | string | The routable URL pathname |
180+
| Property | Type | Description |
181+
| Label | string | The label shown to the user |
182+
| pathname | string | The routable URL pathname |
179183
| conditions | array | (Optional) [Conditions](condition.md) for when the dashboard should be displayed |
180184

181185
### Full Example

17/umbraco-cms/customizing/searchable-trees.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This page is a work in progress and may undergo further revisions, updates, or a
66

77
When you type a search term into the Umbraco backoffice search field, you'll see search results from all the Section Trees that your user account has permission to access:
88

9-
![Content Section Dashboards](<../../../10/umbraco-cms/extending/section-trees/images/backoffice-search-v8 (1).png>)
9+
![Content Section Dashboards](<../../../16/umbraco-cms/.gitbook/assets/backoffice-search-v8 (1).png>)
1010

1111
The results are grouped by 'Section Tree' like Content, Media, Document Types. Each 'Tree' has its own associated search mechanism that receives the search term and looks for matches in the tree that is responsible for searching.
1212

@@ -125,7 +125,7 @@ public class FavouriteThingsSearchableTree : ISearchableTree
125125

126126
That's all we need, after an application pool recycle, if we now search in the backoffice we'll see matches from our custom 'Favourite Things' tree:
127127

128-
![Content Section Dashboards](<../../../10/umbraco-cms/extending/section-trees/images/favouritethings-search-v8 (1).png>)
128+
![Content Section Dashboards](<../../../16/umbraco-cms/.gitbook/assets/favouritethings-search-v8 (1).png>)
129129

130130
Umbraco automatically finds any implementation of `ISearchableTree` in your site and automatically configures it to be used for the custom section mentioned in the TreeAlias property. Be careful not to accidentally have two `ISearchableTree` implementations trying to search the 'same' TreeAlias, it's _one_ `ISearchableTree` per TreeAlias.
131131

17/umbraco-cms/customizing/ui-library.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
description: Find out more about Umbraco Backoffice UI Library, Backoffice UI API and Storybook.
2+
description: >-
3+
Find out more about Umbraco Backoffice UI Library, Backoffice UI API and
4+
Storybook.
35
---
46

57
# UI Library
@@ -16,8 +18,7 @@ With Umbraco 14 the Umbraco backoffice has been rebuilt using Web Components and
1618

1719
With the UI API, you get a set of collections related to modules export, interfaces, and hierarchy. This includes code examples and much more that you can use to extend the backoffice.
1820

19-
<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="https://apidocs.umbraco.com/v15/ui/"><strong>Backoffice UI Library</strong></a></td><td>See, test, and get a feel for the familiar backoffice components built using the new UI components.</td><td><a href="https://apidocs.umbraco.com/v15/ui/">https://apidocs.umbraco.com/v15/ui/</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png">Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png</a></td></tr><tr><td><a href="https://apidocs.umbraco.com/v15/ui-api/"><strong>Backoffice UI API</strong></a></td><td>Find reference documentation about all types and contexts in the Backoffice.</td><td><a href="https://apidocs.umbraco.com/v15/ui-api/">https://apidocs.umbraco.com/v15/ui-api/</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Code.png">Documentations Icons_Umbraco_CMS_Fundamentals_Code.png</a></td>
20-
</tr></tbody></table>
21+
<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="https://apidocs.umbraco.com/v15/ui/"><strong>Backoffice UI Library</strong></a></td><td>See, test, and get a feel for the familiar backoffice components built using the new UI components.</td><td><a href="https://apidocs.umbraco.com/v15/ui/">https://apidocs.umbraco.com/v15/ui/</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png">Documentations Icons_Umbraco_CMS_Fundamentals_Backoffice (1) (2).png</a></td></tr><tr><td><a href="https://apidocs.umbraco.com/v15/ui-api/"><strong>Backoffice UI API</strong></a></td><td>Find reference documentation about all types and contexts in the Backoffice.</td><td><a href="https://apidocs.umbraco.com/v15/ui-api/">https://apidocs.umbraco.com/v15/ui-api/</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Fundamentals_Code.png">Documentations Icons_Umbraco_CMS_Fundamentals_Code.png</a></td></tr></tbody></table>
2122

2223
## UI Library Storybook
2324

@@ -35,10 +36,10 @@ The [Storybook](https://uui.umbraco.com/) is the starting point for working with
3536

3637
1. Canvas - The Canvas tab allows to use the interactive controls.
3738

38-
<figure><img src="../../../10/umbraco-cms/extending/images/Canvas_tab (1).png" alt=""><figcaption></figcaption></figure>
39+
<figure><img src="../../../16/umbraco-cms/.gitbook/assets/Canvas_tab (1).png" alt=""><figcaption></figcaption></figure>
3940
2. Documentation - Here, you can find code examples for all the stories and use them in your markup. You can look it up by tag name or head to the project repository, where, in the packages folder, you will find all the component packages with all the necessary scripts and examples in the readme files.
4041

41-
<figure><img src="../../../10/umbraco-cms/extending/images/Docs_tab (1) (2).png" alt=""><figcaption></figcaption></figure>
42+
<figure><img src="../../../16/umbraco-cms/.gitbook/assets/Docs_tab (1).png" alt=""><figcaption></figcaption></figure>
4243

4344
### Import UI Library Components
4445

17/umbraco-cms/extending/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Umbraco ships with [NPoco](https://github.com/schotime/NPoco), which enables map
88

99
The end result looks like this:
1010

11-
![Database result of a migration](<../../../10/umbraco-cms/extending/images/db-table (1) (1) (1).png>)
11+
![Database result of a migration](<../../../16/umbraco-cms/extending/images/db-table (1).png>)
1212

1313
## Using a Composer and Component
1414

0 commit comments

Comments
 (0)