Learning in public — this reference is being written in the open. Unfinished pages are excluded from search engines.
paged.IDML Reference
The Paged PlatformPlugin SDK

Contributions

The surfaces a plugin can add to the editor — tools, panels, commands, object types, importers/exporters, and more — generated from the manifest schema.

Tier: ProProIIIreference

In short contributions are what a plugin adds — the visible, invokable surfaces it registers with the editor shell. Declared in the manifest's contributes block; the kinds below are generated from the manifest schema.

ContributesShapeWhat it adds
toolsarray of string
panelsarray of string
commandsarray of string
editContextsarray of object
objectTypesarray of object
importersarray of string
exportersarray of string
partTypesarray of object