The module allows the creation of additional tabs in the Editor’s right panel. When using this module in your Crowdin app, you can choose the Editor mode where you’d like the additional tabs to be displayed. It is available only to the project members that have access to the Editor.
{
"editor-right-panel": [
{
"key": "your-module-key",
"name": "Module name",
"modes": ["translate"],
"url": "/editor-page"
}
]
}
key | Type: Required: yes Description: Module identifier within the Crowdin app. |
name | Type: Required: yes Description: The human-readable name of the module. |
modes | Type: Required: yes Allowed values: Description: The Editor's mode list where the module will be available. |
url | Type: Required: yes Description: The relative URL to the content page of the module that will be integrated into the Crowdin Enterprise UI. |
environments | Type: Allowed values: Description: Set of environments where a module could be installed. |