Organisationsmenü-Modul
Das Modul ermöglicht die Erstellung eines neuen Abschnitts im linken Bereich der Workspace-Startseite.
You can grant access to this module to one of the following user categories:
- Only organization admins
- All users in the organization projects
- Selected users
{ "modules": { "organization-menu": [ { "key": "your-module-key", "name": "Modulname", "url": "/organization-page", "icon": "/images/icon.png" } ] }}key | Type: Required: yes Description: Module identifier within the Crowdin app. |
name | Typ: Erforderlich: ja Beschreibung: Der für Menschen lesbare Name des Moduls. |
url | Typ: Erforderlich: ja (nur für selbst gehostete Apps) Beschreibung: Die relative URL zur Inhaltsseite des Moduls, das in die Crowdin-Enterprise-Oberfläche integriert wird. |
icon | Typ: Erforderlich: ja Beschreibung: Die relative URL zum Symbol des neuen Abschnitts, das in der Crowdin-Enterprise-Oberfläche angezeigt wird. |
Vielen Dank für dein Feedback!