Skip to content

Commit

Permalink
Merge branch 'main' into web/v19.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed Sep 16, 2024
2 parents 1f17e26 + 05f74df commit 58d5c62
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions how-to/web-interop/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,24 @@
],
"related_applications": [],
"custom_settings": {
"endpointProvider": {
"endpoints": [
{
"id": "platform-settings",
"type": "fetch",
"options": {
"method": "GET",
"url": "http://localhost:6060/settings.json"
}
}
]
"platform": {
"interop": {
"sharedWorkerUrl": "http://localhost:6060/js/shared-worker.bundle.js",
"brokerUrl": "http://localhost:6060/platform/iframe-broker.html",
"providerId": "support-context-and-intents",
"defaultContextGroup": "green"
},
"layout": {
"panels": {
"left": {
"url": "http://localhost:6060/views/fdc3-panel.html",
"frameId": "left-panel",
"frameContainerId": "left-panel-container"
}
},
"layoutContainerId": "layout_container",
"defaultLayout": "http://localhost:6060/layouts/default.layout.fin.json"
}
}
}
}

0 comments on commit 58d5c62

Please sign in to comment.