1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-21 15:44:19 +01:00
2016-11-16 17:25:27 -08:00

25 lines
482 B
JSON

{
"nodes": [
{
"kind": "block",
"type": "paragraph",
"nodes": [
{
"kind": "text",
"text": "This is a testing ground for focusing and blurring in Slate."
}
]
},
{
"kind": "block",
"type": "paragraph",
"nodes": [
{
"kind": "text",
"text": "You can use the toolbar buttons above to focus and blur immediately, or after a short delay."
}
]
}
]
}