Profile Settings Menu Module
The module allows the creation of a new section in the user’s profile settings.

Access
You can grant access to this module to one of the following user categories:
- Only me (i.e., profile owner)
Structure
{ "modules": { "profile-settings-menu": [ { "key": "your-settings-module-key", "name": "Settings Module name", "url": "/profile-settings-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 settings page of the module that will be integrated into the Crowdin UI. |
Thank you for your feedback!