We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14ad5f commit 49d6925Copy full SHA for 49d6925
scripts/catalog.js
@@ -235,6 +235,10 @@ const updateDestinations = async () => {
235
url: destination.logos.mark
236
},
237
categories: tempCategories,
238
+ components: destination.components,
239
+ platforms: destination.platforms,
240
+ browserUnbundlingSupported: destination.browserUnbundlingSupported,
241
+ browserUnbundlingPublic: destination.browserUnbundlingPublic,
242
settings: destination.settings,
243
connection_modes
244
}
0 commit comments