Files
adf-codec/corpus/round-trip/inline-nodes/content-slot.json

54 lines
935 B
JSON

{
"content": [
{
"content": [
{
"attrs": {
"color": "yellow",
"text": "In review"
},
"type": "status"
},
{
"text": " carries the text in the slot.",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"attrs": {
"color": "neutral"
},
"type": "status"
},
{
"text": " carries no text attribute.",
"type": "text"
}
],
"type": "paragraph"
},
{
"content": [
{
"attrs": {
"color": "neutral",
"text": ""
},
"type": "status"
},
{
"text": " carries the empty string.",
"type": "text"
}
],
"type": "paragraph"
}
],
"type": "doc",
"version": 1
}