Skip to main content

AppManifestExtension Object

No description

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

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

Member Of

Manifest object