Skip to content

Commit 8dce552

Browse files
[All Hosts] (manifest) reorg the manifest part of the TOC (#4727)
* [All Hosts] (manifest) reorg the manifest part of the TOC * format * format * typos * Update docs/includes/manifest-guidance.md Co-authored-by: Alison McKay <[email protected]> * Update docs/toc.yml * add support note --------- Co-authored-by: Alison McKay <[email protected]>
1 parent de7815b commit 8dce552

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

docs/develop/json-manifest-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ ms.localizationpriority: high
1010

1111
This article is intended to help readers who are familiar with the add-in only manifest understand the unified manifest by comparing the two. Readers should also see [Office Add-ins with the unified manifest for Microsoft 365](unified-manifest-overview.md).
1212

13-
> [!NOTE]
14-
> The unified manifest currently only supports Outlook add-ins and only in Office linked to a Microsoft 365 subscription and installed on Windows, on a mobile device, or in Outlook on the web. We're working on extending support to Excel, PowerPoint, and Word, as well as to Outlook on Mac, and to perpetual versions of Office.
13+
[!include[Unified manifest host application support note](../includes/unified-manifest-support-note.md)]
1514

1615
## Schemas and general points
1716

docs/develop/unified-manifest-overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ One important improvement is the ability to create a single unit of distribution
2121

2222
We've taken an important first step toward these goals by making it possible for you to create Outlook add-ins with a unified manifest for Microsoft 365.
2323

24-
> [!NOTE]
25-
>
26-
> - The unified manifest currently only supports Outlook add-ins and only in Office linked to a Microsoft 365 subscription and installed on Windows, on a mobile device, or in Outlook on the web. We're working on extending support to Excel, PowerPoint, and Word, as well as to Outlook on Mac, and to perpetual versions of Office.
27-
> - The unified manifest requires Office Version 2304 (Build 16320.00000) or later.
24+
[!include[Unified manifest host application support note](../includes/unified-manifest-support-note.md)]
2825

2926
> [!TIP]
3027
> Ready to get started with the unified manifest? Begin with [Build an Outlook add-in with the unified manifest for Microsoft 365](../quickstarts/outlook-quickstart-json-manifest.md).

docs/includes/manifest-guidance.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
> [!TIP]
22
> If you'll be testing your add-in across multiple environments (for example, in development, staging, demo, etc.), we recommend that you maintain a different manifest file for each environment. In each manifest file, you can:
3+
>
34
> - Specify the URLs that correspond to the environment.
4-
> - Customize metadata values like `DisplayName` and labels within `Resources` to indicate the environment, so that end users will be able to identify a sideloaded add-in's corresponding environment.
5+
> - Customize metadata values so that end users are able to identify a sideloaded add-in's corresponding environment. For example:
6+
>
7+
> - In the unified manifest for Microsoft 365, customize the "name" property of the add-in and the "label" properties for various UI controls to indicate the environment.
8+
> - In the add-in only manifest, customize the `DisplayName` element and and labels within the `Resources` element to indicate the environment.
9+
>
510
> - Customize the custom functions `namespace` to indicate the environment, if your add-in defines custom functions.
611
>
712
> By following this guidance, you'll streamline the testing process and avoid issues that would otherwise occur when an add-in is simultaneously sideloaded for multiple environments.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
> [!NOTE]
2-
> The [unified manifest for Microsoft 365](../develop/unified-manifest-overview.md) can be used in production Outlook add-ins. It's available only as a preview for Excel, PowerPoint, and Word add-ins.
2+
> The [unified manifest for Microsoft 365](../develop/unified-manifest-overview.md) can be used in production Outlook add-ins. It's available only as a preview for Excel, PowerPoint, and Word add-ins.

0 commit comments

Comments
 (0)