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.22targetName ● String!
Name of the extension target in the dashboard. Value returned in UPPERCASE.
Added in Saleor 3.22settings ● JSON!
App extension settings.
Added in Saleor 3.22Member Of
Manifest object