Link inside panel texts

Hi,

is there a way to link to another panel-page within a panel-text, lika a field help-text or a info-field? This would be very helpful to explain certain site-logic to the panel users. For example if a selectbox fetches values from some subpages at a different location, you could provide the link to this location to the user within a help-text.

Yes, you can simply use HTML in the help text:

yourField:
  type: text
  help: '<a href="/your/link">More information</a>'
2 Likes

Great. Thanks @thguenther!

You can even use query language…https://getkirby.com/kosmos/43#kirby-tip-of-the-month