Skip to content

Commit 300bb26

Browse files
committed
Currently links always open in the same tab
1 parent 2f5dad7 commit 300bb26

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/header-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Extension authors can create header apps that link to resource both inside and o
1313

1414
To create a link-style header app, define a `headerApp` extension in the `umbraco-package.json` file. Be sure to include `meta.label` and `meta.icon` so that your header app appears when you reload the backoffice.
1515

16-
If `meta.href` is defined, the header app will function as a link. Links will open in the same tab, unless the href property includes a protocol scheme (ex: `https://`).
16+
If `meta.href` is defined, the header app will function as a link. Links will open in the same tab.
1717

1818
Header Apps can also be created using TypeScript. Examples of both approaches are shown below.
1919

0 commit comments

Comments
 (0)