Übersicht der UI-Module
UI-Module ermöglichen es Apps, die Benutzeroberfläche von Crowdin zu erweitern, Integrationen mit externen Diensten zu erstellen usw.
| Module | Type | App Scope | Crowdin | Crowdin Enterprise |
|---|---|---|---|---|
| Integrationen | project-integrations | Projekt | ✔ | ✔ |
| Tools | project-tools | Projekt | ✔ | ✔ |
| Berichte | project-reports | Projekt | ✔ | ✔ |
| Projektmenü | project-menu | Projekt | ✔ | ✔ |
| Projektmenü (Crowdsource-Ansicht) | project-menu-crowdsource | Projekt | ✔ | |
| Editor-Seitenbereich rechts | editor-right-panel | Projekt | ✔ | ✔ |
| Editor-Asset-Panel | editor-asset-panel | Projekt | ✔ | ✔ |
| Übersetzungsbereich im Editor | editor-translations-panel | Projekt | ✔ | ✔ |
| Editor-Schaltflächen | editor-button | Projekt | ✔ | ✔ |
| Organisationsmenü | organization-menu | Organisation | ✔ | |
| Organisationsmenü (Crowdsource-Ansicht) | organization-menu-crowdsource | Organisation | ✔ | |
| Organisationsmenü für Einstellungen | organization-settings-menu | Organisation | ✔ | |
| Profil-Einstellungsmenü | profile-settings-menu | Konto | ✔ | |
| Profilmenü | profile-resources-menu | Konto | ✔ | |
| Kontextmenü | context-menu | Konfigurierbar | ✔ | ✔ |
| Modal | modal | Konfigurierbar | ✔ | ✔ |
| Chat | chat | Konto/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.
{ "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: Required: yes Description: The type of module Crowdin app uses. |
key | Type: Required: yes Description: Module identifier within the Crowdin app. |
name | Typ: Erforderlich: ja Beschreibung: Der für Menschen lesbare Name des Moduls. |
Vielen Dank für dein Feedback!