Admin Settings
An extension type that will add a section within the Showpad Apps section of the Admin Settings menu on the Online Platform. The new section will contain an iFrame that will render the specified resources.
This is an example of how it can be described in the adminSettings
property of the manifest:
...
"adminSettings": [
{
"extensionKey": "slack-admin-settings",
"name": "Slack Admin",
"description": "Admin settings for the Slack integration",
"resources": {
"folder": "slack-admin"
}
}
],
...
Here is an example of an Admin Settings extension that enables admins to create teams within their organization: