Rate this page:
This module now has support for UI Kit 2 (preview) for faster user experiences and to access additional React features.
For more information on all the supported modules, see the Supported products and their modules section.
The confluence:spaceSettings
module adds a tab inside the integration settings of a Confluence space.
Clicking the tab shows the module's content.
See the SpaceSettings component documentation for an example.
The page URL is constructed in the form of: /spaces/:spaceKey/settings/apps/:appId/:envId/:route
. You can configure :route
in the manifest.
Property | Type | Required | Description |
---|---|---|---|
key |
| Yes | A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: |
function | string | The space settings module requires either a function for usage with the UI kit, or a resource when building with custom UI. | A reference to the function module that defines the Confluence space settings app. |
resource | string | A reference to the static resources entry that your Confluence space settings app wants to display. See resources for more details. | |
resolver | { function: string } | Contains a function property, which references the function module that defines the configuration of resource . Can only be set if the module is using the resource property. | |
title | string | Yes | The title of the space settings, which is displayed as the title of the tab. |
route | string |
A string of text that makes the URL of the browser more readable. Inside an app, each space settings module must have a distinct Regex: | |
displayConditions | object | The object that defines whether or not a module is displayed in the UI of the app. See display conditions. | |
keyboardShortcut | object | The object that defines a keyboard shortcut to go to this page. See keyboard shortcuts. |
Property | Type | Description |
---|---|---|
type | string | The type of the module. |
Property | Type | Description |
---|---|---|
type | string | The type of the module. |
Rate this page: