mediawiki-extensions-Discus.../tests/cases/no-heading/no-heading.json
Bartosz Dziewoński 9ee0fd69f5 Allow headings to have IDs
Previously, only comments could have IDs, because we only needed IDs
for replying. But we might also use them for notifications soon.

Bug: T264478
Change-Id: I1bcad02bf17ab54bc5028a959543c10f0430836b
2020-10-22 02:04:28 +02:00

33 lines
564 B
JSON

[
{
"placeholderHeading": true,
"type": "heading",
"range": [
"0",
"0"
],
"level": 0,
"id": "h|",
"replies": [
{
"type": "comment",
"timestamp": "2020-01-22T23:19:00.000Z",
"author": "Matma Rex",
"range": [
"0/1/0",
"0/1/2/29"
],
"signatureRanges": [
[
"0/1/1",
"0/1/2/29"
]
],
"level": 1,
"id": "c|Matma Rex|2020-01-22T23:19:00.000Z|0",
"replies": []
}
]
}
]