Skip to content

Commit 056fa64

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents 06b2564 + fedffca commit 056fa64

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
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.

docs/manifest/supporturl.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
---
22
title: SupportUrl element in the manifest file
33
description: The SupportUrl element specifies the URL of a page that provides support information for your add-in.
4-
ms.date: 10/09/2018
4+
ms.date: 01/28/2025
55
ms.localizationpriority: medium
66
---
77

88
# SupportUrl element
99

1010
Specifies the URL of a page that provides support information for your add-in.
1111

12+
> [!NOTE]
13+
> In Outlook, the URL specified in the **\<SupportUrl\>** element isn't shown in the add-in or client. It's only shown in the **Support** section of the add-in when it's published to [AppSource](https://appsource.microsoft.com/).
14+
1215
## Syntax
1316

1417
```XML
1518
<OfficeApp>
1619
...
17-
<IconUrl DefaultValue="https://contoso.com/assets/icon-32.png" />
20+
<IconUrl DefaultValue="https://contoso.com/assets/icon-32.png"/>
1821
<HighResolutionIconUrl DefaultValue="https://contoso.com/assets/hi-res-icon.png"/>
19-
20-
21-
<SupportUrl DefaultValue="https://contoso.com/support " />
22-
23-
22+
<SupportUrl DefaultValue="https://contoso.com/support"/>
2423
<AppDomains>
2524
...
2625
</AppDomains>
@@ -36,7 +35,7 @@ Specifies the URL of a page that provides support information for your add-in.
3635

3736
| Element | Required | Description |
3837
|:-----|:-----:|:-----|
39-
| [Override](override.md) | No | Specifies the setting for additional locale urls |
38+
| [Override](override.md) | No | Specifies the setting for additional locale URLs. |
4039

4140
## Attributes
4241

0 commit comments

Comments
 (0)