Asset Library location
The Asset Library allows you to browse the assets of a custom asset library that was defined in the integration manifest.
This location is rendered in the Experience > Assets section of the Uniform project.

Example of a custom asset library.
Manifest configuration#
{
"locations": {
"assetLibrary": {
"assetLibraryUrl": "/asset-library",
"assetParameterUrl": "/asset-parameter"
}
}
}