Benutzeroberflächenelement „Microsoft.Common.TextBlock“

Ein Steuerelement, mit dem Text zur Portaloberfläche hinzugefügt werden kann

Benutzeroberflächenbeispiel

Screenshot: Benutzeroberflächenelement „Microsoft.Common.TextBlock“ in einer Portalbenutzeroberfläche

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"
    }
  }
}

Beispielausgabe

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

Nächste Schritte