Add link to bindings docs

This commit is contained in:
Andrew Kingston 2025-01-20 14:32:17 +00:00
parent 8bf6b6c4d8
commit c3b4a36903
No known key found for this signature in database
2 changed files with 8 additions and 3 deletions

View File

@ -9,8 +9,8 @@
export let primary = false
export let secondary = false
export let overBackground = false
export let target
export let download
export let target = undefined
export let download = undefined
export let disabled = false
export let tooltip = null

View File

@ -77,7 +77,12 @@
<Layout noPadding gap="S">
<div class="text">
<Body size="S">Showing all available bindings.</Body>
<Link href="/">Learn more.</Link>
<Link
target="_blank"
href="https://docs.budibase.com/docs/introduction-to-bindings"
>
Learn more.
</Link>
</div>
<BindingNode value={context} />
</Layout>