The module allows the creation of a new section in the left panel of the Workspace home page. This module is available only to organization admins.
{
"organization-menu": [
{
"key": "your-module-key",
"name": "Module name",
"url": "/organization-page",
"icon": "/images/icon.png"
}
]
}
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. |
icon | Type: Required: yes Description: The relative URL to the new section's icon that will be displayed in the Crowdin Enterprise UI. |