AppManifestExtension Object
No description
type AppManifestExtension {
permissions: [Permission!]!
label: String!
url: String!
mountName: String!
targetName: String!
settings: JSON!
}
Fields
AppManifestExtension.permissions ● [Permission!]! non-null object authentication
List of the app extension's permissions.
AppManifestExtension.label ● String! non-null scalar miscellaneous
Label of the extension to show in the dashboard.
AppManifestExtension.url ● String! non-null scalar miscellaneous
URL of a view where extension's iframe is placed.
AppManifestExtension.mountName ● String! non-null scalar miscellaneous
Name of the extension mount point in the dashboard. Value returned in UPPERCASE.
Added in Saleor 3.22AppManifestExtension.targetName ● String! non-null scalar miscellaneous
Name of the extension target in the dashboard. Value returned in UPPERCASE.
Added in Saleor 3.22AppManifestExtension.settings ● JSON! non-null scalar miscellaneous
App extension settings.
Added in Saleor 3.22Member Of
Manifest object