Skip to content

Commit

Permalink
[Excel/Word] Update links to deleted article (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
samantharamon authored Feb 13, 2025
1 parent 27e7af4 commit dc0a292
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions docs/manifest/extendedoverrides.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/manifest/override.md
Original file line number Diff line number Diff line change
@@ -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
---

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

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

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).
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**.

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

Expand Down
4 changes: 2 additions & 2 deletions docs/manifest/token.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/manifest/tokens.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit dc0a292

Please sign in to comment.