Thanks to visit codestin.com
Credit goes to support.crowdin.com

Aller au contenu

Organization Menu Module

Ce contenu n’est pas encore disponible dans votre langue.

Translate in Crowdin

The module allows the creation of a new section in the left panel of the Workspace home page.

Organization Menu Module

You can grant access to this module to one of the following user categories:

  • Only organization admins
  • All users in the organization projects
  • Selected users
manifest.json
{
"modules": {
"organization-menu": [
{
"key": "your-module-key",
"name": "Module name",
"url": "/organization-page",
"icon": "/images/icon.png"
}
]
}
}
key

Type: string

Required: yes

Description: Module identifier within the Crowdin app.

name

Type: string

Required: yes

Description: The human-readable name of the module.

url

Type: string

Required: yes

Description: The relative URL to the content page of the module that will be integrated into the Crowdin Enterprise UI.

icon

Type: string

Required: yes

Description: The relative URL to the new section’s icon that will be displayed in the Crowdin Enterprise UI.
The recommended resolution is 24x24 pixels.

Was this page helpful?