Microsoft.Common.TextBlock UI element

A control that can be used to add text to the portal interface.

UI sample

Screenshot of Microsoft.Common.TextBlock UI element in a portal interface.

Schema

{
  "name": "text1",
  "type": "Microsoft.Common.TextBlock",
  "visible": true,
  "options": {
    "text": "Please provide the configuration values for your application.",
    "link": {
      "label": "Learn more",
      "uri": "https://www.microsoft.com"
    }
  }
}

Sample output

"Please provide the configuration values for your application. Learn more"

Next steps