Parameter Type location
The Parameter Type location allows you to provide custom input controls for component parameters or entry fields.
This location is rendered in the property panel when a component parameter includes a parameter type that is defined in the integration manifest.

Example: Custom input controls from the Design Extensions integration.
Manifest configuration#
{
"locations": {
"canvas": {
"parameterTypes": [
{
"type": "parameter-type-id",
"editorUrl": "/parameter-type",
"displayName": "Parameter type name",
"configureUrl": "/parameter-type-config",
"renderableInPropertyPanel": true
}
]
}
}
}