Zum Inhalt springen

Integrationsmodul

Das Modul ermöglicht die Erstellung und Einbindung einer neuen Integration in das Crowdin-Projekt. Du findest es im Abschnitt Integrationen auf der Projektseite.

Integrationsmodul

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

For Crowdin:

  • Only me (i.e., project owner)
  • All project members
  • Selected users

For Crowdin Enterprise:

  • Only organization admins
  • All users in the organization projects
  • Selected users
manifest.json
{
"modules": {
"project-integrations": [
{
"key": "your-module-key",
"name": "Modulname",
"description": "Modulbeschreibung",
"logo": "/logo.png",
"url": "/integration-page"
}
]
}
}
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.

description

Type: string

Description: The human-readable description of what the module does.
The description will be visible in the Crowdin Enterprise UI.

logo

Typ: string

Erforderlich: ja

Beschreibung: Die relative URL zum Logo der Integration, das in der Crowdin-Enterprise-Oberfläche angezeigt wird.
The recommended resolution is 48x48 pixels.

url

Type: string

Required: yes (self-hosted apps only)

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

environments

Type: string

Allowed values: crowdin, crowdin-enterprise

Description: Set of environments where a module could be installed.
This parameter is needed for cross-product applications.

War diese Seite hilfreich?