Advertisement
Guest User

Issue Description payload

a guest
Mar 12th, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.09 KB | None | 0 0
  1.     "description": {
  2.       "version": 1,
  3.       "type": "doc",
  4.       "content": [
  5.         {
  6.           "type": "paragraph",
  7.           "content": [
  8.             {
  9.               "type": "text",
  10.               "text": "text"
  11.             }
  12.           ]
  13.         },
  14.         {
  15.           "type": "paragraph",
  16.           "content": [
  17.             {
  18.               "type": "text",
  19.               "text": "{text in brackets}"
  20.             }
  21.           ]
  22.         },
  23.         {
  24.           "type": "panel",
  25.           "attrs": {
  26.             "panelType": "info"
  27.           },
  28.           "content": [
  29.             {
  30.               "type": "paragraph",
  31.               "content": [
  32.                 {
  33.                   "type": "text",
  34.                   "text": "text in info panel"
  35.                 }
  36.               ]
  37.             },
  38.             {
  39.               "type": "paragraph",
  40.               "content": [
  41.                 {
  42.                   "type": "text",
  43.                   "text": "{text in brackets in info panel}"
  44.                 }
  45.               ]
  46.             }
  47.           ]
  48.         }
  49.       ]
  50.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement