From 20c65774c11d07c27510908ed95e1760ce2d237a Mon Sep 17 00:00:00 2001 From: Mykhailo Rohalskyy Date: Mon, 23 Mar 2026 16:29:29 +0200 Subject: [PATCH] docs(developer): update the context menu module --- .../developer/modules/ui-modules/context-menu.mdx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/content/docs/developer/modules/ui-modules/context-menu.mdx b/src/content/docs/developer/modules/ui-modules/context-menu.mdx index fc0a729e..9a4c16b0 100644 --- a/src/content/docs/developer/modules/ui-modules/context-menu.mdx +++ b/src/content/docs/developer/modules/ui-modules/context-menu.mdx @@ -68,7 +68,7 @@ Context menu item shows the specified module in the modal. "location": "source_file", "type": "modal", "module": { - "project-integrations": "integration-module-key" + "modal": "modal-module-key" }, "signaturePatterns": { "fileName": ".*\\.json", @@ -77,11 +77,10 @@ Context menu item shows the specified module in the modal. } } ], - "project-integrations": [ + "modal": [ { - "key": "integration-module-key", - "name": "New Integration", - "logo": "/integration-logo.png", + "key": "modal-module-key", + "name": "New Modal", "url": "/path/to/integration/module" } ] @@ -186,7 +185,7 @@ Context menu item opens a new tab with the URL: `baseUrl/options.url`.

Type: string

Required: yes

-

Allowed values: tm, glossary, language, screenshot, source_file, translated_file

+

Allowed values: tm, glossary, style_guide, language, screenshot, source_file, translated_file

Description: The location in UI where the context menu can be added.