Skip to content

Commit f3790f4

Browse files
authored
[Outlook] (manifest) update element-ordering article (#5202)
1 parent 655075e commit f3790f4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/develop/manifest-element-ordering.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to find the proper order of manifest elements
33
description: Learn how to find the correct order in which to place child elements in a parent element.
4-
ms.date: 09/5/2024
4+
ms.date: 06/02/2025
55
ms.localizationpriority: medium
66
---
77

@@ -503,6 +503,17 @@ The following sections show the manifest elements in the order in which they mus
503503
<Resource>
504504
<Scopes>
505505
<Scope>
506+
<EquivalentAddins>
507+
<EquivalentAddin>
508+
<ProgId>
509+
<DisplayName>
510+
<FileName>
511+
<Type>
512+
<ConnectedServiceControls>
513+
<ConnectedServiceControlsScopes>
514+
<Scope>
515+
<ExtendedPermissions>
516+
<ExtendedPermission>
506517
```
507518

508519
## Content add-in element ordering within VersionOverrides

0 commit comments

Comments
 (0)