Skip to content

Commit 38d42b2

Browse files
authored
[All Hosts] (ui) limit # commands in convertible add-in (#5100)
* [All Hosts] (ui) limit # commands in convertible add-in * typo * link fix
1 parent 769a075 commit 38d42b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/develop/convert-xml-to-json-manifest.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Convert an add-in to use the unified manifest for Microsoft 365
33
description: Learn the various methods for converting an add-in with an add-in only manifest to the unified manifest for Microsoft 365 and sideload the add-in.
44
ms.topic: how-to
5-
ms.date: 02/12/2025
5+
ms.date: 03/26/2025
66
ms.localizationpriority: medium
77
---
88

@@ -37,7 +37,7 @@ The following sections describe conditions that must be met before you convert t
3737

3838
### Uninstall the existing version of the add-in
3939

40-
To avoid conflicts with UI control names and other problems, be sure the existing add-in isn't installed on the computer where you do the conversion.
40+
To avoid conflicts with UI control names and other problems, be sure the existing add-in isn't installed on the computer where you do the conversion. If you experience any difficulties uninstalling the add-in, see [Remove a ghost add-in](../testing/uninstall-add-in.md#remove-a-ghost-add-in).
4141

4242
### Ensure that you have two special image files
4343

@@ -64,6 +64,10 @@ The following markup is an example.
6464
<!-- Other markup omitted -->
6565
```
6666

67+
### Reduce the number of add-in commands as needed
68+
69+
An add-in that uses the unified manifest may not have more than 20 [add-in commands](../design/add-in-commands.md). If the total number of [**\<Action\>** elements](/javascript/api/manifest/action) in the add-in only manifest is greater than 20, you must redesign the add-in to have no more than 20.
70+
6771
### Update the add-in ID, version, domain, and function names in the manifest
6872

6973
1. Change the value of the `<ID>` element to a new random GUID.

0 commit comments

Comments
 (0)