From eb0b323b72c0fada09d078640576cdc01fe6f508 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Fri, 6 Sep 2024 13:55:08 -0700 Subject: [PATCH 1/2] [Word] (dictionary) JSON manifest not supported --- docs/word/dictionary-task-pane-add-ins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/word/dictionary-task-pane-add-ins.md b/docs/word/dictionary-task-pane-add-ins.md index 7c45e8827b..c0ee058ae0 100644 --- a/docs/word/dictionary-task-pane-add-ins.md +++ b/docs/word/dictionary-task-pane-add-ins.md @@ -218,6 +218,8 @@ To get started with development, you can do the following. A dictionary add-in consists of three main component files: - An XML-formatted add-in only manifest file that describes the add-in. + > [!IMPORTANT] + > The JSON-formatted [unified manifest for Microsoft 365](../develop/unified-manifest-overview.md) doesn't currently support dictionary add-ins. - An HTML file that provides the add-in's UI. - 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. From c57de440c3a91a514821a74bab739c5e43575fd9 Mon Sep 17 00:00:00 2001 From: Rick Kirkham Date: Tue, 11 Feb 2025 15:37:47 -0800 Subject: [PATCH 2/2] Update ms.date in dictionary task pane add-in --- docs/word/dictionary-task-pane-add-ins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/word/dictionary-task-pane-add-ins.md b/docs/word/dictionary-task-pane-add-ins.md index c0ee058ae0..44af614900 100644 --- a/docs/word/dictionary-task-pane-add-ins.md +++ b/docs/word/dictionary-task-pane-add-ins.md @@ -1,7 +1,7 @@ --- title: Create a dictionary task pane add-in description: Learn how to create a dictionary task pane add-in. -ms.date: 06/13/2023 +ms.date: 02/12/2025 ms.topic: how-to ms.localizationpriority: medium ---