Parameter Type Configuration location
The Parameter Type Configuration location defines the configuration UI for a custom parameter type inside of the component definition.
The configuration options typically include:
This location is rendered when creating or editing a parameter that is using a custom parameter type that was defined in the integration manifest.

Example: Configuration UI for the custom spacing parameter type from the Design Extensions integration.
Manifest configuration#
The configuration location is defined as part of the parameter type:
{
"parameterTypes": [
{
"type": "parameter-type-id",
"configureUrl": "/parameter-type-config"
}
]
}