Skip to main content

Admin Settings

||

The Admin Settings extension adds a custom section to the Showpad Apps area of the Admin Settings menu in the Admin App.

What you'll learn:

  • What the Admin Settings extension does and where it appears in the Admin App
  • How to declare it in your manifest.json

Use the adminSettings property in your manifest to define it:

"adminSettings": [
{
"extensionKey": "slack-admin-settings",
"name": "Slack Admin",
"description": "Admin settings for the Slack integration",
"resources": {
"folder": "slack-admin"
}
}
]
note

The section renders your extension resources inside an iframe.

Next Steps

Was this page helpful?