Project Menu (Crowdsource View)

The module allows the creation of additional tabs on the crowdsourcing public page of the project in Crowdin Enterprise. To work with it, ensure that your project meets the following requirements:

  • The project’s workflow contains the Crowdsourcing step.
  • The project is published on the Crowdsourcing settings page.

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
  • Guests (unauthenticated users)

For Crowdin Enterprise:

  • Only organization admins
  • All users in the organization projects
  • Selected users
  • Guests (unauthenticated users)

Structure

{
  "project-menu-crowdsource": [
    {
      "key": "your-module-key",
      "name": "Module name",
      "url": "/crowdsource-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.

Var denne artikel nyttig?