Panel Preset Variables

Is there any kind of placeholder within panel?

I am trying to echo the current selected page’s URL in form of “help” or “info” panel field as well as modify the link to add my “token” field for easy copy and paste…

e.g.

        title:
            label: Title
            type:  text
            help: <a href="{{pageurl}}/token:{{token-field}}">Copy this Link</a>

I haven’t found anything the docs though.

No, these placeholders are currently only supported in structure entry fields (and there only for the fields of the structure item).

I have opened a feature request issue on GitHub.