Hi,
I have integrate Sidekick with Asset Selector as per documentation https://www.aem.live/developer/configuring-aem-assets-sidekick-plugin.
I am able to see the assets, however while copying the images into my docx, its copying the images rather the urls(reference)
I have used the configs in - /tools/assets-selector/config.json
{
"copyMode": [
{
"mimeType": "image/*",
"value": "reference"
}
]
}
need assistance on this.
TIA