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.