From eb0b323b72c0fada09d078640576cdc01fe6f508 Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Fri, 6 Sep 2024 13:55:08 -0700 Subject: [PATCH] [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 7c45e8827..c0ee058ae 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.