cudr_slate-collaborative/packages/example/src/defaultValue.js

18 lines
268 B
JavaScript
Raw Normal View History

2019-10-05 08:44:49 +00:00
module.exports = {
document: {
nodes: [
{
object: 'block',
type: 'paragraph',
nodes: [
{
object: 'text',
marks: [],
text: 'Hello collaborator!'
}
]
}
]
}
}