summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/kramdown/atlassian_document_format/media_group.json
blob: a51da964e0e805cd5b805189e4ab34c316fa1424 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "version": 1,
  "type": "doc",
  "content": [
    {
      "type": "mediaGroup",
      "content": [
        {
          "type": "media",
          "attrs": {
            "id": "79411c6b-50e0-477f-b4ed-ac3a5887750c",
            "type": "file",
            "collection": "jira-10050-field-description",
            "width": 400,
            "height": 400
          }
        },
        {
          "type": "media",
          "attrs": {
            "id": "79411c6b-50e0-477f-b4ed-abcde",
            "type": "file",
            "collection": "jira-10050-field-description",
            "width": 400,
            "height": 400
          }
        }
      ]
    },
    {
      "type": "rule"
    },
    {
      "type": "mediaGroup",
      "content": [
        {
          "type": "media",
          "attrs": {
            "id": "79411c6b-50e0-477f-b4ed-ac3a5887750c-link1",
            "type": "link",
            "collection": "jira-10050-field-description-links",
            "width": 400,
            "height": 400
          }
        },
        {
          "type": "media",
          "attrs": {
            "id": "79411c6b-50e0-477f-b4ed-ac3a5887750c-link2",
            "type": "link",
            "collection": "jira-10050-field-description-links",
            "width": 400,
            "height": 400
          }
        }
      ]
    }
  ]
}