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
- Add an Admin Settings Extension - wire up this extension type in your app
- Manifest File - full property reference for
adminSettings
Was this page helpful?