Zum Inhalt springen

Übersicht der UI-Module

UI-Module ermöglichen es Apps, die Benutzeroberfläche von Crowdin zu erweitern, Integrationen mit externen Diensten zu erstellen usw.

ModuleTypeApp ScopeCrowdinCrowdin Enterprise
Integrationenproject-integrationsProjekt
Toolsproject-toolsProjekt
Berichteproject-reportsProjekt
Projektmenüproject-menuProjekt
Projektmenü (Crowdsource-Ansicht)project-menu-crowdsourceProjekt 
Editor-Seitenbereich rechtseditor-right-panelProjekt
Editor-Asset-Paneleditor-asset-panelProjekt
Übersetzungsbereich im Editoreditor-translations-panelProjekt
Editor-Schaltflächeneditor-buttonProjekt
Organisationsmenüorganization-menuOrganisation 
Organisationsmenü (Crowdsource-Ansicht)organization-menu-crowdsourceOrganisation 
Organisationsmenü für Einstellungenorganization-settings-menuOrganisation 
Profil-Einstellungsmenüprofile-settings-menuKonto 
Profilmenüprofile-resources-menuKonto 
Kontextmenücontext-menuKonfigurierbar
ModalmodalKonfigurierbar
ChatchatKonto/Organisation

To use a module in your app, declare the module in your App Descriptor file under modules, including any required properties. The properties you include control the customization options for your module.

manifest.json
{
"identifier": "application-identifier",
"name": "New Cool App",
"logo": "/app-logo.png",
"baseUrl": "https://app.example.com",
"authentication": {
"type": "none"
},
"scopes": [],
"modules": {
"{module_type}": [
{
"key": "your-module-key",
"name": "Module Name"
}
]
}
}
{module_type}

Type: string

Required: yes

Description: The type of module Crowdin app uses.

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.

War diese Seite hilfreich?