Stackedit/src/data/emptyContent.js
2018-01-30 07:36:33 +00:00

10 lines
142 B
JavaScript

export default (id = null) => ({
id,
type: 'content',
text: '\n',
properties: '\n',
discussions: {},
comments: {},
hash: 0,
});