The module allows the creation of additional tabs on the crowdsourcing public page in Crowdin Enterprise. To work with it, ensure that you have at least one project containing the Crowdsourcing workflow step and that it’s published on the Crowdsourcing settings page.
This module is available to all authorized users.
{
"organization-menu-crowdsource": [
{
"key": "your-module-key",
"name": "Module name",
"url": "/crowdsource-page"
}
]
}
key | Type: Required: yes Description: Module identifier within the Crowdin app. |
name | Type: Required: yes Description: The human-readable name of the module. |
url | Type: Required: yes Description: The relative URL to the content page of the module that will be integrated into the Crowdin Enterprise UI. |