Add link to bindings docs
This commit is contained in:
parent
8bf6b6c4d8
commit
c3b4a36903
|
@ -9,8 +9,8 @@
|
||||||
export let primary = false
|
export let primary = false
|
||||||
export let secondary = false
|
export let secondary = false
|
||||||
export let overBackground = false
|
export let overBackground = false
|
||||||
export let target
|
export let target = undefined
|
||||||
export let download
|
export let download = undefined
|
||||||
export let disabled = false
|
export let disabled = false
|
||||||
export let tooltip = null
|
export let tooltip = null
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,12 @@
|
||||||
<Layout noPadding gap="S">
|
<Layout noPadding gap="S">
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<Body size="S">Showing all available bindings.</Body>
|
<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>
|
</div>
|
||||||
<BindingNode value={context} />
|
<BindingNode value={context} />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in New Issue