forked from ianstormtaylor/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
value.json
35 lines (35 loc) · 793 Bytes
/
value.json
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
{
"document": {
"nodes": [
{
"object": "block",
"type": "title",
"nodes": [
{
"object": "text",
"leaves": [
{
"text": "Enforce Your Layout!"
}
]
}
]
},
{
"object": "block",
"type": "paragraph",
"nodes": [
{
"object": "text",
"leaves": [
{
"text":
"This example shows how to enforce your layout with schema-specific rules. This document will always have a title block at the top and at least one paragraph in the body. Try deleting them and see what happens!"
}
]
}
]
}
]
}
}