Skip to content

Commit

Permalink
[BUGFIX] Adjust default value for typolink extTarget (#1340)
Browse files Browse the repository at this point in the history
Tested with this snippet in main and v12:

    page.20 = TEXT
    page.20.value = link to example.com
    page.20.typolink.parameter = https://example.com/

Releases: main, 12.4
  • Loading branch information
brotkrueml authored Sep 23, 2024
1 parent bd6a0a9 commit 16cf4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Functions/Typolink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extTarget
.. confval:: extTarget
:name: typolink-extTarget
:type: :ref:`data-type-target` / :ref:`stdwrap`
:Default: `_top`
:Default: "" (no target set)

Target used for external links

Expand Down

0 comments on commit 16cf4c0

Please sign in to comment.