Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/styles/UmbracoDocs/Names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ swap:
'(?:(?<!\.)[hH]tml)': HTML
"url(?!=)": "'URL'"
'(?:(?<!\.)js|[jJ]ava[sS]cript)': JavaScript
'(?:(?<!\.)ts|[tT]ype[sS]cript)': TypeScript
.net: "'.NET'"
dot net: "'.NET'"
cms: "'CMS'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A header app appears next to the user profile and global search icon on the top-
In this article, you can find an example of an extension registry. This example details the creation of a Header App in two ways, similar to how the extension registry can be created:

1. [Using a manifest file](header-apps.md#button-header-app-with-manifest).
2. [Using the JavaScript/typescript file](header-apps.md#button-header-app-with-js-ts).
2. [Using the JavaScript/TypeScript file](header-apps.md#button-header-app-with-js-ts).

<figure><img src="../../../.gitbook/assets/header-apps.svg" alt=""><figcaption><p>Header Apps</p></figcaption></figure>

Expand Down Expand Up @@ -59,7 +59,7 @@ Below you can find an example of how to setup a Header App using the manifest fi

## **Button Header App with JS/TS**

Below you can find an example of how to setup a Header App using the ts file.
Below you can find an example of how to setup a Header App using the TypeScript file.

This is a continuation of the above steps from the **Button Header App with Manifest** example. We will register a new Header App directly from the .ts file.

Expand Down