Skip to content

Commit 15d1b7b

Browse files
committed
ADAP-151: Fix version of layout service
1 parent ab94da4 commit 15d1b7b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
62 Bytes
Binary file not shown.

src/main/java/com/openfin/desktop/demo/LayoutServiceDemo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ void launchOpenfin() throws DesktopException, DesktopIOException, IOException, I
170170
sfeatures.put("tab", true);
171171
scfg.put("features", sfeatures);
172172
layout.put("config", scfg);
173+
layout.put("manifestUrl", "https://cdn.openfin.co/services/openfin/layouts/1.0.0/app.json");
173174
serviceConfig.put(0, layout);
174175
config.addConfigurationItem("services", serviceConfig);
175176

0 commit comments

Comments
 (0)