Skip to content

Commit

Permalink
Add setting to open links in new window (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm authored and czosel committed May 7, 2019
1 parent badca3d commit 09558eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/templates/components/cf-field/info.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<button type="button" class="uk-icon-button" uk-icon="info" {{action (mut showModal) true}}></button>

{{#uk-modal visible=showModal}}
{{markdown-to-html text}}
{{markdown-to-html text openLinksInNewWindow=true}}
{{/uk-modal}}
2 changes: 1 addition & 1 deletion addon/templates/components/cf-field/input/static.hbs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{markdown-to-html field.question.staticContent}}
{{markdown-to-html field.question.staticContent openLinksInNewWindow=true}}

0 comments on commit 09558eb

Please sign in to comment.