For the complete documentation index, see llms.txt. This page is also available as Markdown.

Link Button

Link Button is made to let your users easily navigate between pages and subpages.

You may configure the button: label, icon, size, color.

There are the following common use cases for the Link setting:

  • /page β€” go to another web-page with route /page

  • ./parm β€” add parameter to URL. e.g. You are clicking that button on yourapp.directual.app/catalogue/category. You'll get to yourapp.directual.app/catalogue/category/param

  • ../ β€” go back to one level. ../../ β€” go back to two levels, etc. You may use such combinations as ../../anotherpage

You can apply Templating engine for the fields Link and Label.

Last updated

Was this helpful?