Asset Parameter location
The Asset Parameter location provides a custom interface for selecting assets when using asset parameters in components or entry fields. The location renders in the right pane of the Add to selection step of the asset parameter modal when an author chooses the integration as a source.
This location allows you to create a tailored asset selection experience that integrates with your external asset management system, with search, filtering, and preview capabilities surfaced inside the Uniform interface.
Manifest configuration#
The asset parameter location is configured as part of the asset library:
{
"locations": {
"assetLibrary": {
"assetParameterUrl": "/asset-parameter"
}
}
}