diff --git a/core/wiki/macros/search-variables.tid b/core/wiki/macros/search-variables.tid index 8d563b3ed..d1bb13d4e 100644 --- a/core/wiki/macros/search-variables.tid +++ b/core/wiki/macros/search-variables.tid @@ -56,7 +56,7 @@ tags: $:/tags/Global
  • <$text text=<>/>
    <% if [prefix[\function]] %> -
    <$text text={{{ [getvariable[value]] }}}/>
    +
    <$text text={{{ [jsonvariable[]jsonextract[srcVariable],[value]] }}}/>
    <% endif %>
    <$text text={{{ [getvariable[]] }}}/>
  • @@ -235,7 +235,7 @@ tags: $:/tags/Global <> <% endif %> <% if [prefix[\function]] %> - <$codeblock code={{{ [getvariable[value]] }}}/> + <$codeblock code={{{ [jsonvariable[]jsonextract[srcVariable],[value]] }}}/> <% endif %>
    <$text text={{{ [getvariable[]] }}}/>