AdaptiveCards icon indicating copy to clipboard operation
AdaptiveCards copied to clipboard

[Designer] Feedback title here

Open SeanMazgay opened this issue 5 months ago • 0 comments

{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "body": [ { "type": "TextBlock", "text": "Test json payload", "wrap": true, "separator": true }, { "type": "Input.Text", "placeholder": "Placeholder text", "label": "Name:", "separator": true, "id": "Name in" }, { "type": "Input.Date", "label": "Date of occurence", "separator": true, "id": "Date in" }, { "type": "Input.Time", "separator": true, "label": "Time of occurrence ", "id": "Time in" }, { "type": "Input.Number", "placeholder": "Placeholder text", "label": "Staff Phone Number", "separator": true, "id": "phone in" }, { "type": "Input.Text", "placeholder": "Placeholder text", "style": "Email", "label": "Staff Email", "id": "email in", "separator": true, "inlineAction": { "type": "Action.Execute" } } ] }

SeanMazgay avatar Sep 14 '24 19:09 SeanMazgay