Skip to main content

AppManifestExtension Object

No description

type AppManifestExtension {
permissions: [Permission!]!
label: String!
url: String!
mountName: String!
targetName: String!
settings: JSON!
identifier: String
}

Fields​

permissions ● [Permission!]!​

List of the app extension's permissions.

label ● String!​

Label of the extension to show in the dashboard.

url ● String!​

URL of a view where extension's iframe is placed.

mountName ● String!​

Name of the extension mount point in the dashboard. Value returned in UPPERCASE.

Added in Saleor 3.22

targetName ● String!​

Name of the extension target in the dashboard. Value returned in UPPERCASE.

Added in Saleor 3.22

settings ● JSON!​

App extension settings.

Added in Saleor 3.22

identifier ● String​

Extension identifier, unique per app. Null when the app does not declare one.

Added in Saleor 3.23

Member Of​

Manifest object