Skip to content

Commit a1893cb

Browse files
[Outlook] (manifest) Clarify platforms that support the CustomTab manifest element (#2186)
1 parent 15cd3dd commit a1893cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/manifest/customtab.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: CustomTab element in the manifest file
33
description: On the ribbon, you specify which tab and group for their add-in commands.
4-
ms.date: 05/25/2022
4+
ms.date: 01/28/2025
55
ms.localizationpriority: medium
66
---
77

@@ -10,7 +10,7 @@ ms.localizationpriority: medium
1010
Defines a custom tab for the Office ribbon. Add ribbon controls and groups for the add-in either to one of the build-in Office tabs or to your own custom tab. Use the **\<CustomTab\>** element to add a custom tab to the ribbon. On custom tabs, the add-in can have custom or built-in groups. Add-ins are limited to one custom tab.
1111

1212
> [!IMPORTANT]
13-
> In Outlook on Mac, the **\<CustomTab\>** element is not available, but you can put *custom* groups of controls on one of the built-in [OfficeTab](officetab.md)s instead. You cannot put *built-in* groups on *built-in* tabs in Outlook on any platform.
13+
> In Outlook on the web, on Mac, and in the new Outlook on Windows, the **\<CustomTab\>** element isn't available, but you can put *custom* groups of controls on one of the built-in [OfficeTab](officetab.md)s instead. You can't put *built-in* groups on *built-in* tabs in Outlook on any platform.
1414
1515
**Add-in type:** Task pane, Mail
1616

@@ -129,7 +129,6 @@ For more information, see [Version overrides in the add-in only manifest](/offic
129129

130130
- [AddinCommands 1.3](../requirement-sets/common/add-in-commands-requirement-sets.md)
131131

132-
133132
## Examples
134133

135134
The following markup example adds the Office Paragraph control group to a custom tab and positions it to appear just after a custom group.

0 commit comments

Comments
 (0)