Projektmenumodul

The module allows the creation of a new section in the project page.

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

For Crowdin:

  • Only me (i.e., project owner)
  • Me, project managers and developers
  • All project members
  • Selected users

For Crowdin Enterprise:

  • Only organization admins
  • Organization admins, project managers and developers
  • All users in the organization projects
  • Selected users

Structure

{
  "project-menu": [
    {
      "key": "relevant-modulnøgle",
      "name": "Modulnavn",
      "url": "/project-page"
    }
  ]
}

Egenskaber

nøgle

Type: string

Required: yes

Beskrivelse: Modul-identifikator i Crowdin-appen.

navn

Type: string

Required: yes

Beskrivelse: Modulnavn i simpel tekst.

url

Type: string

Required: yes

Beskrivelse: Den relative URL til indholdssiden for modulet, der integreres i Enterprise-UI'en.

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.

Var denne artikel nyttig?