link & link-group
Link & Link-group
ds.link and ds.link-group can be used to add link with title. You can also add child components inside ds.link-group component.

Example:

Input
-- ds.link: This is link title
cta: components/link/

-- ds.link-group: This is link group title
cta: components/link/

-- ds.image: You can add any component inside `link-group` component as its child
link: https://fastn.com
src: $assets.files.static.image-placeholder.jpg
width.fixed.px: 300

-- end: ds.link-group
Lang:
ftd
Output
You can add any component inside link-group component as its child
  • title - type: caption It’s used to add title to link & link-group components.
  • cta - type: string It’s used to add link url to link & link-group components.
Copyright Β©2022. Fastn Inc.