Resources Module
The module allows the creation of an additional panel in the project owner’s resources.
![Resources Module](/_astro/module_resources.BgxE7-Gk_zDhJc.webp)
Access
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
For Crowdin Enterprise:
- Only organization admins
- All users in the organization projects
- Selected users
Structure
{ "modules": { "profile-resources-menu": [ { "key": "your-module-key", "name": "Module name", "url": "/resource-page" } ] }}
Properties
key | Type: Required: yes Description: Module identifier within the Crowdin app. |
name | Type: Required: yes Description: The human-readable name of the module. |
url | Type: Required: yes Description: The relative URL to the content page of the module that will be integrated into the Crowdin UI. |
environments | Type: Allowed values: Description: Set of environments where a module could be installed. |
Thank you for your feedback!