| = Gerrit Code Review - Settings admin customization API |
| This API is provided by link:pg-plugin-dev.html#plugin-settings[plugin.settings()] |
| and provides customization to settings page. |
| `settingsApi.title(title)` |
| - `*string* title` Menu item and settings section title |
| - `GrSettingsApi` for chaining. |
| `settingsApi.token(token)` |
| - `*string* token` URL path fragment of the screen for direct link, e.g. |
| `settings/#x/some-plugin/*token*` |
| - `GrSettingsApi` for chaining. |
| `settingsApi.module(token)` |
| - `*string* module` Custom element name for instantiating in the settings plugin |
| - `GrSettingsApi` for chaining. |
| Apply all other configuration parameters and create required UI elements. |