cudr_slate-collaborative/packages/example/src/defaultValue.js
2019-10-05 11:44:49 +03:00

18 lines
268 B
JavaScript

module.exports = {
document: {
nodes: [
{
object: 'block',
type: 'paragraph',
nodes: [
{
object: 'text',
marks: [],
text: 'Hello collaborator!'
}
]
}
]
}
}