Skip to content

Commit

Permalink
Updated to remove component name so you can add multiple instances of…
Browse files Browse the repository at this point in the history
… the layout
  • Loading branch information
johnman committed Jul 10, 2024
1 parent 70664ac commit 40d1744
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions how-to/web-layout/public/layouts/secondary.layout.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"type": "component",
"componentName": "view",
"componentState": {
"url": "http://localhost:6060/views/fdc3-view.html",
"name": "internal-generated-view-secondary-1"
"url": "http://localhost:6060/views/fdc3-view.html"
},
"title": "FDC3 Same Domain"
}
Expand All @@ -33,8 +32,7 @@
"type": "component",
"componentName": "view",
"componentState": {
"url": "https://built-on-openfin.github.io/dev-extensions/extensions/v18.0.0/interop/fdc3/context/2-0/fdc3-broadcast-view.html",
"name": "internal-generated-view-secondary-2"
"url": "https://built-on-openfin.github.io/dev-extensions/extensions/v18.0.0/interop/fdc3/context/2-0/fdc3-broadcast-view.html"
},
"title": "FDC3 Different Domain"
}
Expand Down

0 comments on commit 40d1744

Please sign in to comment.