Extension types
A list of Extension types, that is, valid values for the JSON type property of an Extension in the Add-on package manifest file, manifest.json. The Extension type determines which extension point your Extension will interact with.
| Name | Value for type | Description |
|---|---|---|
| Application Data Configuration Extension | CMApplicationDataConfiguration | A reference to a custom XML file containing the configuration for custom application data |
| Connector | Connector | An Extension that is a Connector based on the Tridion Integration Framework, connecting SDL Tridion Sites to a third-party software product |
| Content Deployer Extension | CDDeployerExtension | An Extension to the Content Deployer |
| Content Service Model Transformer Extension | CDModelTransformerExtension | A Content Service Extension that transforms the Content Delivery data model |
| Custom Resolver | CMResolver | A custom content resolver, which redefines which items to include in the Transport Package that is transported to Content Delivery |
| ECL Provider | ECLProvider | A custom External Content Library Provider |
| Event Handler | CMEventHandler | A custom Event Handler that listens and responds to events that occur in Content Manager, as detected by the Event System |
| GUI Editor | UIEditor | A complete, custom GUI extension to the Content Manager |
| GUI Model | UIModel | A custom data model for a GUI extension to Content Manager |
| GraphQL Schema Extension | CDGraphQLSchemaExtension | A Content Service Extension to the GraphQL Schema |
| Mergeable Configuration Extension | CDMergeableConfigurationExtension | A Content Delivery Extension for merging configuration files |