We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a26e2 commit b702a89Copy full SHA for b702a89
nx/blocks/loc/connectors/glaas/api.js
@@ -127,6 +127,9 @@ export async function addAssets({
127
const assetMetadata = {
128
assetName: glaasFilename,
129
metadata: { 'source-preview-url': item.aemHref.replace(/\/index$/, '/') },
130
+ // GLaaS backward compatibility issue for WS (En-GB) - hence adding here as well.
131
+ assetType: 'SOURCE',
132
+ targetLocales,
133
...(item.translationMetadata && { langMetadata: item.translationMetadata }),
134
};
135
body.append('_asset_metadata_', new Blob(
0 commit comments