Skip to content

Commit 18a4936

Browse files
[Word] (dictionary) JSON manifest not supported (#4782)
* [Word] (dictionary) JSON manifest not supported * Update ms.date in dictionary task pane add-in --------- Co-authored-by: Rick Kirkham <[email protected]>
1 parent 71b0bb5 commit 18a4936

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/word/dictionary-task-pane-add-ins.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a dictionary task pane add-in
33
description: Learn how to create a dictionary task pane add-in.
4-
ms.date: 01/07/2025
4+
ms.date: 02/12/2025
55
ms.topic: how-to
66
ms.localizationpriority: medium
77
---
@@ -218,6 +218,8 @@ To get started with development, you can do the following.
218218
A dictionary add-in consists of three main component files:
219219

220220
- An XML-formatted add-in only manifest file that describes the add-in.
221+
> [!IMPORTANT]
222+
> The JSON-formatted [unified manifest for Microsoft 365](../develop/unified-manifest-overview.md) doesn't currently support dictionary add-ins.
221223
- An HTML file that provides the add-in's UI.
222224
- A JavaScript file that provides logic to get the user's selection from the document, sends the selection as a query to the web service, and then displays returned results in the add-in's UI.
223225

0 commit comments

Comments
 (0)