Text Widget

The text widget shows localized and parametrized text.

"text_id": {
     "type": "text",
     "data": {
       "template": {
         "default": "Hello World - {0} - {1}:"
       },
         "attributes": [
           "order_no",
           "site_id"
         ]
     }
   }