slack-web-2.0.1.0: tests/golden/BlockKitBuilderMessage/simple_blocks.golden.json
{
"blocks": [
{
"text": {
"text": "Blah: \na, b, c",
"type": "plain_text"
},
"type": "header"
},
{
"type": "divider"
},
{
"text": {
"text": "*blah, blah2, blah3*",
"type": "mrkdwn"
},
"type": "section"
},
{
"accessory": {
"action_id": "doNothing",
"text": {
"text": ":mag: Look at it",
"type": "plain_text"
},
"type": "button",
"url": "https://google.com"
},
"text": {
"text": "`blah`",
"type": "mrkdwn"
},
"type": "section"
},
{
"accessory": {
"action_id": "doNothing",
"text": {
"text": ":office: Look at it but different",
"type": "plain_text"
},
"type": "button",
"url": "https://google.com"
},
"text": {
"text": "*blah, blah2, blah3*",
"type": "mrkdwn"
},
"type": "section"
},
{
"text": {
"text": "*Letters:*\na, b, c",
"type": "mrkdwn"
},
"type": "section"
},
{
"text": {
"text": "blah1, blah2, blah3",
"type": "mrkdwn"
},
"type": "section"
},
{
"type": "divider"
},
{
"text": {
"text": "*blah*",
"type": "mrkdwn"
},
"type": "section"
},
{
"accessory": {
"action_id": "doNothing",
"text": {
"text": ":bank: Look at it!",
"type": "plain_text"
},
"type": "button",
"url": "https://google.com"
},
"text": {
"text": "*blah*",
"type": "mrkdwn"
},
"type": "section"
},
{
"fields": [
{
"text": "*Field 1*\nFoo",
"type": "mrkdwn"
},
{
"text": "*Field 2*\nBar",
"type": "mrkdwn"
},
{
"text": "*Field 3*\nBaz",
"type": "mrkdwn"
},
{
"text": "*Field 4*\nQux",
"type": "mrkdwn"
}
],
"text": {
"text": "Section with text and fields",
"type": "mrkdwn"
},
"type": "section"
},
{
"elements": [
{
"text": ":key: Context!",
"type": "mrkdwn"
}
],
"type": "context"
},
{
"type": "divider"
},
{
"elements": [
{
"action_id": "doNothing",
"text": {
"text": ":mag: View",
"type": "plain_text"
},
"type": "button",
"url": "https://google.com"
},
{
"action_id": "doNothing2",
"text": {
"text": ":office: View",
"type": "plain_text"
},
"type": "button",
"url": "https://google.com"
},
{
"action_id": "doNothing3",
"text": {
"text": ":bank: View",
"type": "plain_text"
},
"type": "button",
"url": "https://google.com"
}
],
"type": "actions"
}
]
}