The module allows the creation of a new modal dialog. The current module works only with the Context menu module that opens it.
You can grant access to this module to one of the following user categories:
For Crowdin:
For Crowdin Enterprise:
Modal module structure:
{
"modal": [
{
"key": "your-module-key",
"name": "Module name",
"url": "/module-url"
}
]
}
Properties:
key | Type: Required: yes Description: Module identifier within the Crowdin app. |
name | Type: Required: yes Description: The human-readable name of the module. Uses as Context menu text |
url | Type: Required: yes Description: The relative URL to the content page of the module that will be integrated into the UI. |
environments | Type: Allowed values: Description: Define the environment in which the module will run. |