Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions 14/umbraco-cms/customizing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ In this section, you will find all the resources you need to build an intuitive
[extension-types](../customizing/extending-overview/extension-types/)
{% endcontent-ref %}

{% content-ref url="https://apidocs.umbraco.com/v15/ui-api/index.html" %}
[Backoffice UI API](Backoffice UI API)
{% endcontent-ref %}

***

## Umbraco Training
Expand Down
5 changes: 5 additions & 0 deletions 15/umbraco-cms/customizing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ In this section, you will find all the resources you need to build an intuitive
[extension-types](../customizing/extending-overview/extension-types/)
{% endcontent-ref %}

{% content-ref url="https://apidocs.umbraco.com/v15/ui-api/index.html" %}
[Backoffice UI API](Backoffice UI API)
{% endcontent-ref %}


***

## Umbraco Training
Expand Down
2 changes: 1 addition & 1 deletion 15/umbraco-cms/customizing/ui-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ With Umbraco 14 the Umbraco backoffice has been rebuilt using Web Components and

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.

<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/index.html"><strong>Backoffice UI API</strong></a></td><td>See what all of the modules export, interfaces, hierarchy, code examples, and much more.</td><td><a href="https://apidocs.umbraco.com/v15/ui-api/index.html">https://apidocs.umbraco.com/v15/ui-api/index.html</a></td><td><a href="../.gitbook/assets/Documentations Icons_Umbraco_CMS_Tutorials_the_Starter_Kit (1).png">Documentations Icons_Umbraco_CMS_Tutorials_the_Starter_Kit (1).png</a></td></tr></tbody></table>
<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></tr></tbody></table>

## UI Library Storybook

Expand Down
Loading