Skip to content

Commit

Permalink
feat(example): show case viewerProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Jul 28, 2023
1 parent 7a666eb commit 666fa87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ let mode;
const formPlayground = new CamundaFormPlayground({
container,
schema,
data
data,
viewerProperties: {
textLinkTarget: '_blank'
}
});

setMode('design');
Expand Down

0 comments on commit 666fa87

Please sign in to comment.