Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Word] (dictionary) JSON manifest not supported #4782

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/word/dictionary-task-pane-add-ins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down