summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/media_single.json
blob: 0ecf2dcf03d4346ad53d924824e36dc2bc196403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "version": 1,
  "type": "doc",
  "content": [
    {
      "type": "mediaSingle",
      "attrs": {
        "layout": "center"
      },
      "content": [
        {
          "type": "media",
          "attrs": {
            "id": "79411c6b-50e0-477f-b4ed-ac3a5887750c",
            "type": "file",
            "collection": "jira-10050-field-description",
            "width": 400,
            "height": 400
          }
        }
      ]
    },
    {
      "type": "mediaSingle",
      "attrs": {
        "layout": "center"
      },
      "content": [
        {
          "type": "media",
          "attrs": {
            "id": "79411c6b-50e0-477f-b4ed-abcd",
            "type": "file",
            "collection": "another-jira-10050-field-description",
            "width": 400,
            "height": 400
          }
        }
      ]
    }
  ]
}