Skip to main content

Add Content

The Add Content extension enables you to bring additional functionality directly in the workflow for sellers by extending the Add dropdown menu in:

  • Shared Spaces
  • My Files
  • Collections (when creating a new Collection)

This is an example of how it can be described in the addContentExtensions property of the manifest:

"addContentExtensions": [
{
"extensionKey": "my-add-content-extension",
"name": "My Add Content Extension",
"description": "Extension description",
"icon": "extension-icon.png",
"supportedContexts": [
"sharedspace",
"collection",
"myfiles"
],
"resources": {
"folder": "add-content-extension"
}
}
]

Here is an example of an Add Content extension that enables users to add content to a Shared Space via the Automated Content Builder:

add content