mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
18 lines
268 B
JavaScript
18 lines
268 B
JavaScript
module.exports = {
|
|
document: {
|
|
nodes: [
|
|
{
|
|
object: 'block',
|
|
type: 'paragraph',
|
|
nodes: [
|
|
{
|
|
object: 'text',
|
|
marks: [],
|
|
text: 'Hello collaborator!'
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|