Editor Right Panel Module

The module allows the creation of additional tabs in the Editor’s right panel. Ved brug af modulet i Crowdin-appen kan den Editortilstand vælges, i hvilken de ekstra faner skal vises. It is available only to the project members that have access to the Editor.

Structure

{
  "editor-right-panel": [
    {
      "key": "your-module-key",
      "name": "Module name",
      "modes": ["translate"],
      "url": "/editor-page"
    }
  ]
}

Egenskaber

nøgle

Type: string

Required: yes

Beskrivelse: Modul-identifikator i Crowdin-appen.

navn

Type: string

Required: yes

Beskrivelse: Modulnavn i simpel tekst.

modes

Type: array

Required: yes

Allowed values: assets, review, translate

Beskrivelse: Editor-tilstandslisten, hvorfra modulet kan vælges.

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?