fix: set open external link in new tab as an option

This commit is contained in:
NGPixel
2020-02-22 20:21:26 -05:00
parent fc79d92423
commit 2d06a1d9df
2 changed files with 9 additions and 1 deletions

View File

@@ -12,3 +12,9 @@ props:
title: Treat relative links as root absolute
hint: For example, a link to foo/bar on page xyz will render as /foo/bar instead of /xyz/foo/bar.
order: 1
openExternalLinkNewTab:
type: Boolean
default: false
title: Open external links in a new tab
hint: External links will have a _blank target attribute added automatically.
order: 2