Skip to content

Profile Settings Menu Module

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

Profile Settings Menu Module

Access

You can grant access to this module to one of the following user categories:

  • Only me (i.e., profile owner)

Structure

manifest.json
{
"modules": {
"profile-settings-menu": [
{
"key": "your-settings-module-key",
"name": "Settings Module name",
"url": "/profile-settings-page"
}
]
}
}

Properties

key

Type: string

Required: yes

Description: Module identifier within the Crowdin app.

name

Type: string

Required: yes

Description: The human-readable name of the module.

url

Type: string

Required: yes

Description: The relative URL to the settings page of the module that will be integrated into the Crowdin UI.

Was this page helpful?