Zum Inhalt springen

Organisationsmenü-Modul

Das Modul ermöglicht die Erstellung eines neuen Abschnitts im linken Bereich der Workspace-Startseite.

Organisationsmenü-Modul

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": "Modulname",
"url": "/organization-page",
"icon": "/images/icon.png"
}
]
}
}
key

Type: string

Required: yes

Description: Module identifier within the Crowdin app.

name

Typ: string

Erforderlich: ja

Beschreibung: Der für Menschen lesbare Name des Moduls.

url

Typ: string

Erforderlich: ja (nur für selbst gehostete Apps)

Beschreibung: Die relative URL zur Inhaltsseite des Moduls, das in die Crowdin-Enterprise-Oberfläche integriert wird.

icon

Typ: string

Erforderlich: ja

Beschreibung: Die relative URL zum Symbol des neuen Abschnitts, das in der Crowdin-Enterprise-Oberfläche angezeigt wird.
The recommended resolution is 24x24 pixels.

War diese Seite hilfreich?