Advertisement
Guest User

Untitled

a guest
Apr 21st, 2021
1,177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- FIRST CARD
  2. {
  3.    "type":"AdaptiveCard",
  4.    "$schema":"http://adaptivecards.io/schemas/adaptive-card.json",
  5.    "version":"1.0",
  6.    "body":[
  7.       {
  8.          "type":"TextBlock",
  9.          "text":"DK FiveM - Info",
  10.          "wrap":true,
  11.          "size":"ExtraLarge",
  12.          "fontType":"Default",
  13.          "weight":"Bolder",
  14.          "color":"Warning",
  15.          "horizontalAlignment":"Center"
  16.       },
  17.       {
  18.          "type":"ColumnSet",
  19.          "columns":[
  20.             {
  21.                "type":"Column",
  22.                "width":"stretch",
  23.                "items":[
  24.                   {
  25.                      "type":"TextBlock",
  26.                      "text":"Hjemmeside",
  27.                      "wrap":true,
  28.                      "horizontalAlignment":"Center"
  29.                   },
  30.                   {
  31.                      "type":"Image",
  32.                      "url":"https://cdn.discordapp.com/emojis/811180155808120893.png",
  33.                      "horizontalAlignment":"Center"
  34.                   },
  35.                   {
  36.                      "type":"ActionSet",
  37.                      "actions":[
  38.                         {
  39.                            "type":"Action.OpenUrl",
  40.                            "title":"Hjemmeside",
  41.                            "url":"http://fivem.dk"
  42.                         }
  43.                      ]
  44.                   }
  45.                ],
  46.                "separator":true,
  47.                "style":"warning",
  48.                "backgroundImage":{
  49.                   "url":"https://via.placeholder.com/200x300"
  50.                }
  51.             },
  52.             {
  53.                "type":"Column",
  54.                "width":"stretch",
  55.                "items":[
  56.                   {
  57.                      "type":"TextBlock",
  58.                      "text":"Karaktere",
  59.                      "wrap":true,
  60.                      "horizontalAlignment":"Center",
  61.                      "color":"Attention"
  62.                   },
  63.                   {
  64.                      "type":"Image",
  65.                      "url":"https://cdn.discordapp.com/emojis/811180155808120893.png",
  66.                      "horizontalAlignment":"Center"
  67.                   },
  68.                   {
  69.                      "type":"ActionSet",
  70.                      "actions":[
  71.                         {
  72.                            "type":"Action.Submit",
  73.                            "title":"Login",
  74.                            "id":"Login",
  75.                            "iconUrl":"https://cdn.discordapp.com/emojis/811180155808120893.png"
  76.                         }
  77.                      ]
  78.                   }
  79.                ],
  80.                "separator":true,
  81.                "style":"warning",
  82.                "backgroundImage":{
  83.                   "url":"https://via.placeholder.com/200x300"
  84.                }
  85.             },
  86.             {
  87.                "type":"Column",
  88.                "width":"stretch",
  89.                "items":[
  90.                   {
  91.                      "type":"TextBlock",
  92.                      "text":"Discord",
  93.                      "wrap":true,
  94.                      "horizontalAlignment":"Center"
  95.                   },
  96.                   {
  97.                      "type":"Image",
  98.                      "url":"https://cdn.discordapp.com/emojis/811180155808120893.png",
  99.                      "horizontalAlignment":"Center"
  100.                   },
  101.                   {
  102.                      "type":"ActionSet",
  103.                      "actions":[
  104.                         {
  105.                            "type":"Action.OpenUrl",
  106.                            "title":"Discord",
  107.                            "url":"http://fivem.dk"
  108.                         }
  109.                      ]
  110.                   }
  111.                ],
  112.                "separator":true,
  113.                "style":"warning",
  114.                "backgroundImage":{
  115.                   "url":"https://via.placeholder.com/200x300"
  116.                }
  117.             }
  118.          ]
  119.       }
  120.    ]
  121. }
  122.  
  123.  
  124. -- SECOND CARD
  125. {
  126.    "type":"AdaptiveCard",
  127.    "$schema":"http://adaptivecards.io/schemas/adaptive-card.json",
  128.    "version":"1.0",
  129.    "body":[
  130.       {
  131.          "type":"TextBlock",
  132.          "text":"DK FiveM - Multi karakter",
  133.          "wrap":true,
  134.          "size":"ExtraLarge",
  135.          "fontType":"Default",
  136.          "weight":"Bolder",
  137.          "color":"Warning",
  138.          "horizontalAlignment":"Center"
  139.       },
  140.       {
  141.          "type":"ColumnSet",
  142.          "columns":[
  143.             {
  144.                "type":"Column",
  145.                "width":"stretch",
  146.                "items":[
  147.                   {
  148.                      "type":"TextBlock",
  149.                      "text":"ID: 1",
  150.                      "wrap":true,
  151.                      "horizontalAlignment":"Center"
  152.                   },
  153.                   {
  154.                      "type":"Image",
  155.                      "url":"https://avatars.githubusercontent.com/u/9897058?s=48&v=4",
  156.                      "horizontalAlignment":"Center"
  157.                   },
  158.                   {
  159.                      "type":"TextBlock",
  160.                      "text":"Navn: NAME",
  161.                      "wrap":true,
  162.                      "horizontalAlignment":"Center"
  163.                   },
  164.                   {
  165.                      "type":"ActionSet",
  166.                      "actions":[
  167.                         {
  168.                            "type":"Action.Submit",
  169.                            "title":"Login",
  170.                            "id":1,
  171.                            "iconUrl":"https://avatars.githubusercontent.com/u/9897058?s=48&v=4"
  172.                         }
  173.                      ]
  174.                   }
  175.                ],
  176.                "separator":true,
  177.                "style":"warning",
  178.                "backgroundImage":{
  179.                   "url":"https://via.placeholder.com/200x300"
  180.                }
  181.             },
  182.             {
  183.                "type":"Column",
  184.                "width":"stretch",
  185.                "items":[
  186.                   {
  187.                      "type":"TextBlock",
  188.                      "text":"ID: 2",
  189.                      "wrap":true,
  190.                      "horizontalAlignment":"Center"
  191.                   },
  192.                   {
  193.                      "type":"Image",
  194.                      "url":"https://avatars.githubusercontent.com/u/9897058?s=48&v=4",
  195.                      "horizontalAlignment":"Center"
  196.                   },
  197.                   {
  198.                      "type":"TextBlock",
  199.                      "text":"Navn: NAME",
  200.                      "wrap":true,
  201.                      "horizontalAlignment":"Center"
  202.                   },
  203.                   {
  204.                      "type":"ActionSet",
  205.                      "actions":[
  206.                         {
  207.                            "type":"Action.Submit",
  208.                            "title":"Login",
  209.                            "id":2,
  210.                            "iconUrl":"https://avatars.githubusercontent.com/u/9897058?s=48&v=4"
  211.                         }
  212.                      ]
  213.                   }
  214.                ],
  215.                "separator":true,
  216.                "style":"warning",
  217.                "backgroundImage":{
  218.                   "url":"https://via.placeholder.com/200x300"
  219.                }
  220.             },
  221.             {
  222.                "type":"Column",
  223.                "width":"stretch",
  224.                "items":[
  225.                   {
  226.                      "type":"TextBlock",
  227.                      "text":"ID: 3",
  228.                      "wrap":true,
  229.                      "horizontalAlignment":"Center"
  230.                   },
  231.                   {
  232.                      "type":"Image",
  233.                      "url":"https://avatars.githubusercontent.com/u/9897058?s=48&v=4",
  234.                      "horizontalAlignment":"Center"
  235.                   },
  236.                   {
  237.                      "type":"TextBlock",
  238.                      "text":"Navn: NAME",
  239.                      "wrap":true,
  240.                      "horizontalAlignment":"Center"
  241.                   },
  242.                   {
  243.                      "type":"ActionSet",
  244.                      "actions":[
  245.                         {
  246.                            "type":"Action.Submit",
  247.                            "title":"Login",
  248.                            "id":3,
  249.                            "iconUrl":"https://avatars.githubusercontent.com/u/9897058?s=48&v=4"
  250.                         }
  251.                      ]
  252.                   }
  253.                ],
  254.                "separator":true,
  255.                "style":"warning",
  256.                "backgroundImage":{
  257.                   "url":"https://via.placeholder.com/200x300"
  258.                }
  259.             }
  260.          ]
  261.       }
  262.    ]
  263. }
  264.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement