Skip to content

Commit

Permalink
Merge pull request #11 from q30t/target-blank
Browse files Browse the repository at this point in the history
Create link with target _blank
  • Loading branch information
ablunier authored Feb 17, 2020
2 parents bb7f6ea + 82077c3 commit 1a2f045
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"laravel-nova": "^1.0"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^12.1.0",
"@ckeditor/ckeditor5-vue": "^1.0.0-beta.2",
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
"@ckeditor/ckeditor5-vue": "^1.0.0",
"vue": "^2.5.0"
}
}
3 changes: 2 additions & 1 deletion resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default {
fontFamily: this.field.options.fontFamily,
extraPlugins: [
this.createUploadAdapterPlugin
]
],
link: this.field.options.link
}
}
},
Expand Down

0 comments on commit 1a2f045

Please sign in to comment.