Skip to content

Commit

Permalink
[Schema] Add fontType to TextBlock
Browse files Browse the repository at this point in the history
Spec #1078
  • Loading branch information
paulcam206 committed May 24, 2019
1 parent 7dd9654 commit cd74505
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schemas/adaptive-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,14 @@
"title"
]
},
"FontType": {
"type": "string",
"description": "Type of font to use for rendering",
"enum": [
"default",
"monospace"
]
},
"TextBlock": {
"additionalProperties": true,
"type": "object",
Expand All @@ -1023,6 +1031,9 @@
"attention"
]
},
"fontType": {
"$ref": "#/definitions/FontType"
},
"horizontalAlignment": {
"$ref": "#/definitions/HorizontalAlignment"
},
Expand Down

0 comments on commit cd74505

Please sign in to comment.