Skip to content

Commit d8bf687

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents 42a2ba3 + dc0a292 commit d8bf687

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

docs/manifest/extendedoverrides.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
title: ExtendedOverrides element in the manifest file
33
description: Specifies the URLs for a JSON-formatted extension of the manifest.
4-
ms.date: 02/23/2021
4+
ms.date: 02/12/2025
55
ms.localizationpriority: medium
66
---
77

88
# ExtendedOverrides element
99

10-
Specifies the full URLs for JSON-formatted files that extend the manifest. For detailed information about the use of this element and its descendent elements, see [Work with extended overrides of the manifest](/office/dev/add-ins/develop/extended-overrides).
10+
Specifies the full URLs for JSON-formatted files that extend the manifest.
11+
12+
> [!NOTE]
13+
> The keyboard shortcut feature requires an extended override. To learn more, see [Add custom keyboard shortcuts to your Office Add-ins](/office/dev/add-ins/design/keyboard-shortcuts).
1114
1215
**Add-in type:** Task pane
1316

docs/manifest/override.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Override element in the manifest file
33
description: The Override element enables you to specify the value of a setting depending on a specified condition.
4-
ms.date: 02/29/2024
4+
ms.date: 02/12/2025
55
ms.localizationpriority: medium
66
---
77

@@ -15,7 +15,7 @@ Provides a way to override the value of a manifest setting depending on a specif
1515

1616
An **\<Override\>** element that is inside of a **\<Runtime\>** element must be of type **RuntimeOverride**.
1717

18-
There is no `overrideType` attribute for the **\<Override\>** element. The difference is determined by the parent element and the parent element's type. An **\<Override\>** element that is inside of a **\<Token\>** element whose `xsi:type` is `RequirementToken`, must be of type **RequirementTokenOverride**. An **\<Override\>** element inside any other parent element, or inside an **\<Override\>** element of type `LocaleToken`, must be of type **LocaleTokenOverride**. For more information about the use of this element when it's a child of a **\<Token\>** element, see [Work with extended overrides of the manifest](/office/dev/add-ins/develop/extended-overrides).
18+
There is no `overrideType` attribute for the **\<Override\>** element. The difference is determined by the parent element and the parent element's type. An **\<Override\>** element that is inside of a **\<Token\>** element whose `xsi:type` is `RequirementToken`, must be of type **RequirementTokenOverride**. An **\<Override\>** element inside any other parent element, or inside an **\<Override\>** element of type `LocaleToken`, must be of type **LocaleTokenOverride**.
1919

2020
Each type is described in separate sections later in this article.
2121

docs/manifest/token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Token element in the manifest file
33
description: Specifies a token or wildcard that can be used with URL templates in the manifest.
4-
ms.date: 11/06/2020
4+
ms.date: 02/12/2025
55
ms.localizationpriority: medium
66
---
77

88

99
# Token element
1010

11-
Defines an individual URL token. For more information about the use of this element, see [Work with extended overrides of the manifest](/office/dev/add-ins/develop/extended-overrides).
11+
Defines an individual URL token.
1212

1313
**Add-in type:** Task pane
1414

docs/manifest/tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Tokens element in the manifest file
33
description: Specifies tokens or wildcards that can be used with URL templates in the the manifest.
4-
ms.date: 11/06/2020
4+
ms.date: 02/12/2025
55
ms.localizationpriority: medium
66
---
77

88
# Tokens element
99

10-
Defines tokens that could be used in template URLs. For more information about the use of this element, see [Work with extended overrides of the manifest](/office/dev/add-ins/develop/extended-overrides).
10+
Defines tokens that could be used in template URLs.
1111

1212
**Add-in type:** Task pane
1313

0 commit comments

Comments
 (0)