From 104d24b32c5ee26b549c41b6d0ce0d5321319ef4 Mon Sep 17 00:00:00 2001 From: Rick Kirkham Date: Tue, 19 Aug 2025 14:30:51 -0700 Subject: [PATCH] Update a couple of low engagement articles --- docs/project/index.yml | 2 +- docs/project/project-add-ins.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/project/index.yml b/docs/project/index.yml index b372f6d122..0f0ccbd289 100644 --- a/docs/project/index.yml +++ b/docs/project/index.yml @@ -8,7 +8,7 @@ metadata: description: Resources for learning about Project add-ins. # Required; article description that is displayed in search results. < 160 chars. ms.service: project #Required ms.topic: landing-page # Required - ms.date: 10/05/2024 #Required; mm/dd/yyyy format. + ms.date: 08/19/2025 #Required; mm/dd/yyyy format. ms.localizationpriority: medium # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new diff --git a/docs/project/project-add-ins.md b/docs/project/project-add-ins.md index d233a5e19e..aea1ce2821 100644 --- a/docs/project/project-add-ins.md +++ b/docs/project/project-add-ins.md @@ -1,7 +1,7 @@ --- title: Task pane add-ins for Project description: Learn about task pane add-ins for Project. -ms.date: 02/21/2024 +ms.date: 08/19/2025 ms.topic: overview ms.custom: scenarios:getting-started ms.localizationpriority: medium @@ -13,6 +13,9 @@ Project on Windows supports custom task pane add-ins. Use these to handle select For an introduction to Office Add-ins, see [Office Add-ins platform overview](../overview/office-add-ins.md). +> [!NOTE] +> The unified manifest for Microsoft 365 doesn't support Project add-ins. You must use the add-in only manifest. For information about the difference, see [Office Add-ins manifest](../develop/add-in-manifests.md). + ## Add-in scenarios for Project Project managers can use Project task pane add-ins to help with project management activities. Instead of leaving Project and opening another application to search for frequently used information, project managers can directly access the information within Project. The content in a task pane add-in can be context-sensitive, based on the selected task, resource, view, or other data in a cell in a Gantt chart, task usage view, or resource usage view.