Configurer un plugin
Configurez une instance de plugin sur une diapositive.
Autorisations
API key with "faces_" prefix. Create one at Settings > Developers.
Corps
The plugin ID from listPlugins.
Identifier for this instance, referenced in code as useFormPlugin/usePresenterPlugin(localName). camelCase or snake_case, starting with a letter.
Config object matching the plugin's config schema (see getPluginDocs).
Set true to replace an existing instance with the same localName. Defaults to false.
Réponse
Plugin configured
The new project version ID.
The configured instance id, formatted as ${slideId}.${localName}.
True if a new instance was created, false if an existing one was overwritten.
Present when the config was saved but a post-save side effect (e.g. presenter avatar provisioning) failed. The instance is configured; address the warning and call setupPlugin again with overwrite: true to retry.
