From dc0a2920a24c1f18b95155fef87a2b5b4f65d148 Mon Sep 17 00:00:00 2001 From: Sam Ramon <15154970+samantharamon@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:28:33 -0800 Subject: [PATCH] [Excel/Word] Update links to deleted article (#2203) --- docs/manifest/extendedoverrides.md | 7 +++++-- docs/manifest/override.md | 4 ++-- docs/manifest/token.md | 4 ++-- docs/manifest/tokens.md | 4 ++-- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/manifest/extendedoverrides.md b/docs/manifest/extendedoverrides.md index 635e0a5326..ac144c77de 100644 --- a/docs/manifest/extendedoverrides.md +++ b/docs/manifest/extendedoverrides.md @@ -1,13 +1,16 @@ --- title: ExtendedOverrides element in the manifest file description: Specifies the URLs for a JSON-formatted extension of the manifest. -ms.date: 02/23/2021 +ms.date: 02/12/2025 ms.localizationpriority: medium --- # ExtendedOverrides element -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). +Specifies the full URLs for JSON-formatted files that extend the manifest. + +> [!NOTE] +> 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). **Add-in type:** Task pane diff --git a/docs/manifest/override.md b/docs/manifest/override.md index 6d67d95e9b..9640f8b608 100644 --- a/docs/manifest/override.md +++ b/docs/manifest/override.md @@ -1,7 +1,7 @@ --- title: Override element in the manifest file description: The Override element enables you to specify the value of a setting depending on a specified condition. -ms.date: 02/29/2024 +ms.date: 02/12/2025 ms.localizationpriority: medium --- @@ -15,7 +15,7 @@ Provides a way to override the value of a manifest setting depending on a specif An **\** element that is inside of a **\** element must be of type **RuntimeOverride**. -There is no `overrideType` attribute for the **\** element. The difference is determined by the parent element and the parent element's type. An **\** element that is inside of a **\** element whose `xsi:type` is `RequirementToken`, must be of type **RequirementTokenOverride**. An **\** element inside any other parent element, or inside an **\** 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 **\** element, see [Work with extended overrides of the manifest](/office/dev/add-ins/develop/extended-overrides). +There is no `overrideType` attribute for the **\** element. The difference is determined by the parent element and the parent element's type. An **\** element that is inside of a **\** element whose `xsi:type` is `RequirementToken`, must be of type **RequirementTokenOverride**. An **\** element inside any other parent element, or inside an **\** element of type `LocaleToken`, must be of type **LocaleTokenOverride**. Each type is described in separate sections later in this article. diff --git a/docs/manifest/token.md b/docs/manifest/token.md index 8cdd95e353..63ea8a3fcd 100644 --- a/docs/manifest/token.md +++ b/docs/manifest/token.md @@ -1,14 +1,14 @@ --- title: Token element in the manifest file description: Specifies a token or wildcard that can be used with URL templates in the manifest. -ms.date: 11/06/2020 +ms.date: 02/12/2025 ms.localizationpriority: medium --- # Token element -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). +Defines an individual URL token. **Add-in type:** Task pane diff --git a/docs/manifest/tokens.md b/docs/manifest/tokens.md index 467b803469..cf6f44cb7f 100644 --- a/docs/manifest/tokens.md +++ b/docs/manifest/tokens.md @@ -1,13 +1,13 @@ --- title: Tokens element in the manifest file description: Specifies tokens or wildcards that can be used with URL templates in the the manifest. -ms.date: 11/06/2020 +ms.date: 02/12/2025 ms.localizationpriority: medium --- # Tokens element -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). +Defines tokens that could be used in template URLs. **Add-in type:** Task pane