Link Widget

A link widget shows a link with a href and text information.

"product_link":{
      "link":{
       "type":"link",
         "data": {
            "href": {
               "template":"/s/{0}/dw/shop/v16_9/products/{1}",
               "attributes": ["SITE_ID", "id"]
            },
            "text": {
               "template":{"default":"Product {0}"},
               "attributes": ["id"]
            }
         }
      }